[neon/snap-packaging/kde-pyside6-core-sdk/work.core24] /: refine qtpaths6 bits and bobs
Carlos De Maine
null at kde.org
Wed Dec 3 14:06:34 GMT 2025
Git commit ec5420b7e486f60dc0425f1d0a2491d8799816e4 by Carlos De Maine.
Committed on 03/12/2025 at 14:06.
Pushed by carlosdem into branch 'work.core24'.
refine qtpaths6 bits and bobs
M +1 -3 snapcraft.yaml
https://invent.kde.org/neon/snap-packaging/kde-pyside6-core-sdk/-/commit/ec5420b7e486f60dc0425f1d0a2491d8799816e4
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 944a59e..b08da64 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -73,7 +73,6 @@ parts:
- -DCMAKE_INSTALL_PREFIX=/usr
- -DCMAKE_LIBRARY_PATH=lib/${CRAFT_ARCH_TRIPLET_BUILD_FOR}
- -DCMAKE_SKIP_INSTALL_RPATH=ON
- - -DCMAKE_CXX_STANDARD=17
- -DCMAKE_VERBOSE_MAKEFILE=ON
- -DFORCE_LIMITED_API=no
- -DQT_ADDITIONAL_PACKAGES_PREFIX_PATH=/usr/${CRAFT_ARCH_TRIPLET_BUILD_FOR}
@@ -93,7 +92,6 @@ parts:
- LLVM_INSTALL_DIR: /snap/kde-qt6-core24-sdk/current/usr/lib/llvm-18
- PATH: /snap/kde-qt6-core24-sdk/current/usr/bin:/snap/kde-qt6-core24-sdk/current/usr/lib/llvm-18/bin${PATH:+:$PATH}
- PKG_CONFIG_PATH: /snap/kde-qt6-core24-sdk/current/usr/lib/${CRAFT_ARCH_TRIPLET_BUILD_FOR}/pkgconfig:/snap/ffmpeg-2404-sdk/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}
- - PYSIDE_DISABLE_INTERNAL_QT_CONF: 1
- PYTHONPATH: /snap/kde-qt6-core24-sdk/current/usr/lib/python3.12:/snap/kde-qt6-core24-sdk/current/usr/lib/python3/dist-packages:/root/parts/pyside6/build/sources
- XDG_DATA_DIRS: $CRAFT_STAGE/usr/share:/snap/kde-qt6-core24-sdk/current/usr/share:/usr/share${XDG_DATA_DIRS:+:$XDG_DATA_DIRS}
- XDG_CONFIG_HOME: $CRAFT_STAGE/etc/xdg:/snap/kde-qt6-core24-sdk/current/etc/xdg:/etc/xdg${XDG_CONFIG_HOME:+:$XDG_CONFIG_HOME}
@@ -106,7 +104,7 @@ parts:
patch -p1 < "$CRAFT_PROJECT_DIR/patches/$PATCHFILE"
done < $CRAFT_PROJECT_DIR/patches/series
override-build: |
- /snap/kde-qt6-core24-sdk/current/usr/bin/qt6/qtpaths6 --qtconf /snap/kde-qt6-core24-sdk/current/usr/bin/qt6/qt6.conf
+ /snap/kde-qt6-core24-sdk/current/usr/bin/qt6/qtpaths6 --qtconf /snap/kde-qt6-core24-sdk/current/usr/bin/qt6/qt6.conf --query
craftctl default
mkdir -p $CRAFT_PART_INSTALL/etc/$CRAFT_PART_NAME
cp $CRAFT_PART_BUILD/CMakeFiles/CMakeConfigureLog.yaml $CRAFT_PART_INSTALL/etc/$CRAFT_PART_NAME/
More information about the Neon-commits
mailing list