[neon/snap-packaging/kf6-core-sdk/work.core24] /: update purpose env
Scarlett Moore
null at kde.org
Sat Jun 27 16:53:40 BST 2026
Git commit 0c00494deb7fc78101dc1ec45ca9dd8d9145357c by Scarlett Moore.
Committed on 27/06/2026 at 15:53.
Pushed by scarlettmoore into branch 'work.core24'.
update purpose env
M +16 -2 snapcraft.yaml
https://invent.kde.org/neon/snap-packaging/kf6-core-sdk/-/commit/0c00494deb7fc78101dc1ec45ca9dd8d9145357c
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 4d47062..371668f 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1807,8 +1807,22 @@ parts:
- kde-qt6-core24-sdk/latest/beta
plugin: cmake
cmake-generator: Ninja
- cmake-parameters: *cmakeparameters
- build-environment: *buildenvironment
+ cmake-parameters:
+ - -DCMAKE_INSTALL_PREFIX=/usr
+ - -DCMAKE_BUILD_TYPE=Release
+ - -DQT_MAJOR_VERSION=6
+ - -DUSE_QT6=ON
+ - "-DCMAKE_FIND_ROOT_PATH=$CRAFT_STAGE\\;/snap/kde-qt6-core24-sdk/current\\;/usr"
+ - "-DCMAKE_PREFIX_PATH=$CRAFT_STAGE\\:/snap/kde-qt6-core24-sdk/current\\:/usr"
+ build-environment:
+ - LIBCLANG_LIBDIR: /snap/kde-qt6-core24-sdk/current/usr/lib/llvm-19/lib
+ - LIBCLANG_PATH: /snap/kde-qt6-core24-sdk/current/usr/lib/llvm-19/bin
+ - LLVM_INSTALL_DIR: /snap/kde-qt6-core24-sdk/current/usr/lib/llvm-19
+ - PATH: /snap/kde-qt6-core24-sdk/current/usr/bin:/snap/kde-qt6-core24-sdk/current/usr/lib/llvm-19/bin:/snap/kde-pyside6-core24-sdk/current/usr/bin${PATH:+:$PATH}
+ - QT_PLUGIN_PATH: "$CRAFT_STAGE/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/plugins:/snap/kf6-core24/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/plugins:/snap/kde-qt6-core24-sdk/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/plugins"
+ - QML_IMPORT_PATH: "$CRAFT_STAGE/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/qml:/snap/kf6-core24/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/qml:/snap/kde-qt6-core24-sdk/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/qml"
+ - QT_INSTALL_QML: $QML_IMPORT_PATH
[suppressed due to size limit]
kdav:
after:
- extra-cmake-modules
More information about the Neon-commits
mailing list