[neon/snap-packaging/kde-pyside6-core-sdk/work.core24] /: point to the correct /usr/bin/qt6/qt6.conf path
Carlos De Maine
null at kde.org
Tue Dec 2 05:51:47 GMT 2025
Git commit d7d42ae88a156dbd7d5f96fb4b0471c20196e868 by Carlos De Maine.
Committed on 02/12/2025 at 05:51.
Pushed by carlosdem into branch 'work.core24'.
point to the correct /usr/bin/qt6/qt6.conf path
M +1 -2 snapcraft.yaml
https://invent.kde.org/neon/snap-packaging/kde-pyside6-core-sdk/-/commit/d7d42ae88a156dbd7d5f96fb4b0471c20196e868
diff --git a/snapcraft.yaml b/snapcraft.yaml
index dd65099..a99bb41 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -92,7 +92,6 @@ parts:
- -DCMAKE_VERBOSE_MAKEFILE=ON
- -DFORCE_LIMITED_API=no
- -DQT_MAJOR_VERSION=6
- - -DQT_NO_PRIVATE_MODULE_WARNING=ON
#- -DNO_QT_TOOLS=yes
- "-DCMAKE_FIND_ROOT_PATH=$CRAFT_STAGE\\;/snap/kde-qt6-core24-sdk/current\\;/usr"
- -DCMAKE_CXX_STANDARD=17
@@ -122,7 +121,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.conf
+ /snap/kde-qt6-core24-sdk/current/usr/bin/qt6/qtpaths6 --qtconf /snap/kde-qt6-core24-sdk/current/usr/bin/qt6/qt6.conf
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