[neon/snap-packaging/qt6-snap-runtime/work.core24] /: Fix meta path for version

Scarlett Moore null at kde.org
Tue Feb 4 15:43:12 GMT 2025


Git commit 904ade7c33cc8ad0d111c9f9b5a339955d9e9b07 by Scarlett Moore.
Committed on 04/02/2025 at 15:42.
Pushed by scarlettmoore into branch 'work.core24'.

Fix meta path for version

M  +3    -3    snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/qt6-snap-runtime/-/commit/904ade7c33cc8ad0d111c9f9b5a339955d9e9b07

diff --git a/snapcraft.yaml b/snapcraft.yaml
index e9e6782..e2ddf2e 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -37,7 +37,7 @@ parts:
     stage-snaps: [kde-qt6-core24-sdk/latest/stable]
     override-stage: |
       craftctl default
-      craftctl set version=$(yq '.version' $CRAFT_STAGE/kde-qt6-core24-sdk/current/meta/snap.yaml)
+      craftctl set version=$(yq '.version' $CRAFT_PART_INSTALL/kde-qt6-core24-sdk/install/meta.kde-qt6-core24-sdk/snap.yaml)
     stage:
       - lib/*/bindtextdomain.so
       - usr
@@ -113,11 +113,11 @@ parts:
   command-chain:
     source: https://invent.kde.org/neon/snap-packaging/snapcraft-desktop-integration.git
     source-type: git
-    source-subdir: kde-neon-6
+    source-subdir: kde-neon-qt6
     source-branch: work.core24
     plugin: make
     make-parameters:
-      - PLATFORM_PLUG=kf6-core24
+      - PLATFORM_PLUG=kde-qt6-core24
       - WITH_GRAPHICS=false
     stage-packages:
       - tox


More information about the Neon-commits mailing list