[neon/snap-packaging/kde-qt6-core-sdk/work.core24] /: put qt6.conf in usr/bin/qt6/ dir with all other qt6 bits

Carlos De Maine null at kde.org
Tue Dec 2 02:16:35 GMT 2025


Git commit 83bbbe2f60c63e3ebfaebc769d30821efa34c65a by Carlos De Maine.
Committed on 02/12/2025 at 02:16.
Pushed by carlosdem into branch 'work.core24'.

put qt6.conf in usr/bin/qt6/ dir with all other qt6 bits

M  +3    -1    snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/kde-qt6-core-sdk/-/commit/83bbbe2f60c63e3ebfaebc769d30821efa34c65a

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 10cea6b..b694790 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -38,7 +38,7 @@ parts:
     plugin: nil
     override-build: |
       mkdir -p $CRAFT_PART_INSTALL/usr/bin/qt6
-      cat <<EOF > $CRAFT_PART_INSTALL/usr/bin/qt6.conf
+      cat <<EOF > $CRAFT_PART_INSTALL/usr/bin/qt6/qt6.conf
       [Paths]
       Prefix = ../../../
       ArchData = usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/qt6
@@ -334,6 +334,7 @@ parts:
       - protobuf-compiler
       - protobuf-compiler-grpc
       - python3
+      - python3-build
       - python3-dev
       - python3-distro
       - python3-html5lib
@@ -558,6 +559,7 @@ parts:
       - protobuf-compiler
       - protobuf-compiler-grpc
       - python3
+      - python3-build
       - python3-dev
       - python3-distro
       - python3-html5lib


More information about the Neon-commits mailing list