[neon/snap-packaging/kf6-core-sdk/work.core24.qmldirs] /: use craftctl default in nil plugin

Carlos De Maine null at kde.org
Tue Aug 26 02:42:54 BST 2025


Git commit 3f5c7ba2f61e958c7bb0ee582620c94c1b4d2d84 by Carlos De Maine.
Committed on 26/08/2025 at 01:42.
Pushed by carlosdem into branch 'work.core24.qmldirs'.

use craftctl default in nil plugin

M  +2    -1    snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/kf6-core-sdk/-/commit/3f5c7ba2f61e958c7bb0ee582620c94c1b4d2d84

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 2acce51..55ab7f4 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -30,12 +30,13 @@ package-repositories:
     key-server: keyserver.ubuntu.com
 parts:
   local-snap:
-    plugin: nil
+    plugin: snap
     build-packages:
       - wget
     override-pull: |
       wget https://invent.kde.org/neon/snap-packaging/kde-qt6-core-sdk/-/jobs/3282706/artifacts/file/kde-ci-packages/kde-qt6-core24-sdk_6.9.1_amd64.snap
     override-build: |
+      craftctl default
       snap install kde-qt6-core24-sdk_6.9.1_amd64.snap --dangerous
   libffi:
     after: [ meson-deps ]


More information about the Neon-commits mailing list