Ignore:
Timestamp:
10/31/2023 06:07:42 PM (8 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
d4a6891
Parents:
950470d
Message:

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...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/xsl/make_book.xsl

    r950470d r96528bf  
    570570                    <xsl:text>/</xsl:text>
    571571                  </xsl:if>
     572                  <!-- Some kf5 packages are in a subdirectory -->
     573                  <xsl:if test="$package='khtml' or
     574                                $package='kdelibs4support' or
     575                                $package='kdesignerplugin' or
     576                                $package='kdewebkit' or
     577                                $package='kjs' or
     578                                $package='kjsembed' or
     579                                $package='kmediaplayer' or
     580                                $package='kross' or
     581                                $package='kxmlrpcclient'">
     582                    <xsl:text>portingAids/</xsl:text>
     583                  </xsl:if>
    572584                  <xsl:value-of select="$tarball"/>
    573585                </xsl:attribute>
Note: See TracChangeset for help on using the changeset viewer.