[neon/snap-packaging/kf6-snap] /: Add krunner

Benjamin Port null at kde.org
Tue Apr 9 09:02:59 BST 2024


Git commit 7629ef45e484e999420061641ed0b7a1c1b61353 by Benjamin Port.
Committed on 08/04/2024 at 13:37.
Pushed by bport into branch 'master'.

Add krunner

M  +16   -0    snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/kf6-snap/-/commit/7629ef45e484e999420061641ed0b7a1c1b61353

diff --git a/snapcraft.yaml b/snapcraft.yaml
index ebe6c88..cb9271e 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1653,6 +1653,22 @@ parts:
         cmake-generator: Ninja
         cmake-parameters: *cmakeparameters-ffmpeg
         build-environment: *buildenvironment
+    krunner:
+        after:
+        - extra-cmake-modules
+        - kconfig
+        - kcoreaddons
+        - threadweaver
+        - ki18n
+        - kitemmodels
+        source: https://invent.kde.org/frameworks/krunner.git
+        source-branch: master
+        build-snaps:
+        - kde-qt6-core22-sdk
+        plugin: cmake
+        cmake-generator: Ninja
+        cmake-parameters: *cmakeparameters
+        build-environment: *buildenvironment
     # kio-extras:
     #     after:
     #     - extra-cmake-modules



More information about the Neon-commits mailing list