[neon/snap-packaging/kde-pyside6-core-sdk/work.core24.iterate] /: more cmake options

Carlos De Maine null at kde.org
Wed Aug 27 01:30:42 BST 2025


Git commit 061a14e8e6e995dfeb3102c174a8852b9ddf1dc9 by Carlos De Maine.
Committed on 27/08/2025 at 00:30.
Pushed by carlosdem into branch 'work.core24.iterate'.

more cmake options

M  +3    -1    snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/kde-pyside6-core-sdk/-/commit/061a14e8e6e995dfeb3102c174a8852b9ddf1dc9

diff --git a/snapcraft.yaml b/snapcraft.yaml
index efc3b67..7dfe8dc 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -36,9 +36,11 @@ package-repositories:
 
 parts:
   pyside6:
+    plugin: cmake
     source: https://code.qt.io/pyside/pyside-setup.git
     source-tag: $CRAFT_PROJECT_VERSION
-    plugin: cmake
+    source-depth: 1
+    cmake-generator: Ninja
     build-snaps:
       - cmake
       - kde-qt6-core24-sdk


More information about the Neon-commits mailing list