[jhalfs] 03/04: Fix download url for some kf5 packages
| Newsgroups | gmane.linux.lfs.automated |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch ablfs-more in repository jhalfs. commit 96528bf89b9591b0f475b55e98d60279bde90cfa Author: Pierre Labastie <[email protected]> AuthorDate: Tue Oct 31 19:07:42 2023 +0100 Fix download url for some kf5 packages Some kf5 packages are in a subdirectory "portingAids" of the main download directory. There is no way to know which ones by simply examining the frameworks-<version>.md5 file. So use directly a list of packages known to be in the subdirectory. This may change when kf5 changes... --- BLFS/xsl/make_book.xsl | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/BLFS/xsl/make_book.xsl b/BLFS/xsl/make_book.xsl index cacdc12..00c491c 100644 --- a/BLFS/xsl/make_book.xsl +++ b/BLFS/xsl/make_book.xsl @@ -569,6 +569,18 @@ contains(@id,'plasma5')"> <xsl:text>/</xsl:text> </xsl:if> + <!-- Some kf5 packages are in a subdirectory --> + <xsl:if test="$package='khtml' or + $package='kdelibs4support' or + $package='kdesignerplugin' or + $package='kdewebkit' or + $package='kjs' or + $package='kjsembed' or + $package='kmediaplayer' or + $package='kross' or + $package='kxmlrpcclient'"> + <xsl:text>portingAids/</xsl:text> + </xsl:if> <xsl:value-of select="$tarball"/> </xsl:attribute> </xsl:element> -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/alfs-discuss Unsubscribe: See the above information page