[neon/snap-packaging/kde-pyside6-core-sdk/work.core24.iterate_test] /: test new kde-qt6-core24-sdk snap
Carlos De Maine
null at kde.org
Wed Aug 27 14:58:31 BST 2025
Git commit f22f0aff87e7607db58e05cc6e66f2ebc73f5049 by Carlos De Maine.
Committed on 27/08/2025 at 13:58.
Pushed by carlosdem into branch 'work.core24.iterate_test'.
test new kde-qt6-core24-sdk snap
M +12 -0 snapcraft.yaml
https://invent.kde.org/neon/snap-packaging/kde-pyside6-core-sdk/-/commit/f22f0aff87e7607db58e05cc6e66f2ebc73f5049
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 62fb1d4..f87fbcb 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -38,7 +38,19 @@ environment:
LD_LIBRARY_PATH: "/snap/kde-qt6-core24-sdk/current/usr/lib/${CRAFT_ARCH_TRIPLET_BUILD_FOR}:/snap/kde-qt6-core24-sdk/current/usr/lib/${CRAFT_ARCH_TRIPLET_BUILD_FOR}/libproxy:/snap/kde-qt6-core24-sdk/current/usr/lib:$SNAP/usr/lib:$SNAP/lib/:$SNAP/usr/lib/${CRAFT_ARCH_TRIPLET_BUILD_FOR}:/usr/lib/${CRAFT_ARCH_TRIPLET_BUILD_FOR}:/usr/lib:/lib"
parts:
+ snapcraft-replace:
+ plugin: nil
+ build-packages:
+ - wget
+ override-pull: |
+ craftctl default
+ wget https://invent.kde.org/neon/snap-packaging/kde-qt6-core-sdk/-/jobs/3292637/artifacts/raw/kde-ci-packages/kde-qt6-core24-sdk_6.9.1_amd64.snap
+ pwd && ls -lsh
+ override-build: |
+ craftctl default
+ snap install --dangerous /root/parts/snapcraft-replace/src/kde-qt6-core24-sdk_6.9.1_amd64.snap
pyside6:
+ after: [snapcraft-replace]
plugin: cmake
source: https://code.qt.io/pyside/pyside-setup.git
source-tag: $CRAFT_PROJECT_VERSION
More information about the Neon-commits
mailing list