[neon/snap-packaging/kf6-core-sdk] /: Add libkdegames used by many games.

Scarlett Moore null at kde.org
Tue Jul 16 11:09:52 BST 2024


Git commit 94998ab2263c1267c4483ba4ac19d2410847c67e by Scarlett Moore.
Committed on 16/07/2024 at 10:09.
Pushed by scarlettmoore into branch 'master'.

Add libkdegames used by many games.

M  +25   -0    snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/kf6-core-sdk/-/commit/94998ab2263c1267c4483ba4ac19d2410847c67e

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 620aa51..556a22d 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -2223,6 +2223,31 @@ parts:
         cmake-generator: Ninja
         cmake-parameters: *cmakeparameters
         build-environment: *buildenvironment
+    libkdegames:
+        after:
+        - extra-cmake-modules
+        - karchive
+        - kconfig
+        - kcolorscheme
+        - kcompletion
+        - kconfigwidgets
+        - kdnssd
+        - kguiaddons
+        - kiconthemes
+        - ki18n
+        - knewstuff
+        - kxmlgui
+        source: https://invent.kde.org/games/libkdegames.git
+        source-branch: master
+        source-depth: 1
+        build-packages:
+        - cmake
+        build-snaps:
+        - kde-qt6-core22-sdk
+        plugin: cmake
+        cmake-generator: Ninja
+        cmake-parameters: *cmakeparameters
+        build-environment: *buildenvironment
     fix_pc_files:
         after:
         - mesa-no-patchelf


More information about the Neon-commits mailing list