[jhalfs] 08/12: [BLFS] Add plasma-activities* as dependencies to plasma

"Git Owner" ([email protected] via alfs-discuss Mailing List) <[email protected]> Wed, 22 Jan 2025 11:27:23 +0000
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 trunk
in repository jhalfs.

commit 9365edde0f550bd32cbd38c4efefd15c6b4281d6
Author: Pierre Labastie <[email protected]>
AuthorDate: Thu Jan 16 18:03:00 2025 +0100

    [BLFS] Add plasma-activities* as dependencies to plasma
    
    Now that we remove them from the list of packages, they have to
    be built before. Fortuantely, they don't depend on other plasma
    packages...
---
 BLFS/gen-special.sh | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/BLFS/gen-special.sh b/BLFS/gen-special.sh
index 4a98b68..77664a1 100755
--- a/BLFS/gen-special.sh
+++ b/BLFS/gen-special.sh
@@ -182,6 +182,23 @@ EOF
                                                @role='optional']"
                                mode="dependency"/>
 EOF
+# we have to add plasma-activities* to plasma dependencies
+      if [ $(basename $file .xml) = plasma-all ]; then
+        cat >>$SPECIAL_FILE << EOF
+          <xsl:element name="dependency">
+            <xsl:attribute name="status">required</xsl:attribute>
+            <xsl:attribute name="build">before</xsl:attribute>
+            <xsl:attribute name="name">plasma-activities</xsl:attribute>
+            <xsl:attribute name="type">ref</xsl:attribute>
+          </xsl:element>
+          <xsl:element name="dependency">
+            <xsl:attribute name="status">required</xsl:attribute>
+            <xsl:attribute name="build">before</xsl:attribute>
+            <xsl:attribute name="name">plasma-activities-stats</xsl:attribute>
+            <xsl:attribute name="type">ref</xsl:attribute>
+          </xsl:element>
+EOF
+      fi
     fi
     cat >>$SPECIAL_FILE << EOF
 <!-- End dependencies -->

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