[neon/snap-packaging/kde-qt5-core-sdk] /: Add missing build dep gperf.

Scarlett Moore null at kde.org
Wed Oct 9 14:05:46 BST 2024


Git commit 498f01d8c263bfb205a7bb87d292e1b1c5d4f5e6 by Scarlett Moore.
Committed on 09/10/2024 at 13:05.
Pushed by scarlettmoore into branch 'master'.

Add missing build dep gperf.

M  +2    -0    snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/kde-qt5-core-sdk/-/commit/498f01d8c263bfb205a7bb87d292e1b1c5d4f5e6

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 7d1516c..e2f583f 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1028,6 +1028,8 @@ parts:
     source: https://invent.kde.org/qt/qt/qtwebengine.git
     source-tag: v5.15.17-lts
     plugin: nil
+    build-packages:
+      - gperf
     build-environment:
       - LD_LIBRARY_PATH: $CRAFT_STAGE/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
       - PATH: $CRAFT_STAGE/usr/bin${PATH:+:$PATH}


More information about the Neon-commits mailing list