[neon/qt6/qt6-base/Neon/unstable] debian: move the qt6-module cmake files to where they can be found
Carlos De Maine
null at kde.org
Sat Oct 28 07:24:31 BST 2023
Git commit 902440f19543eb8dbc0b089fa60ae7f2579c7d6f by Carlos De Maine.
Committed on 28/10/2023 at 08:24.
Pushed by carlosdem into branch 'Neon/unstable'.
move the qt6-module cmake files to where they can be found
M +3 -0 debian/rules
https://invent.kde.org/neon/qt6/qt6-base/-/commit/902440f19543eb8dbc0b089fa60ae7f2579c7d6f
diff --git a/debian/rules b/debian/rules
index c0dadb7..bfa1794 100755
--- a/debian/rules
+++ b/debian/rules
@@ -114,6 +114,9 @@ execute_after_dh_auto_install-arch:
< debian/qmake-cross-wrapper.in > debian/tmp/usr/bin/$(DEB_HOST_GNU_TYPE)-qmake6
chmod +x debian/tmp/usr/bin/$(DEB_HOST_GNU_TYPE)-qmake6
+ # Fix cmake config file's installed into /usr/lib/qt6/libexec
+ mv debian/tmp/usr/lib/qt6/libexec/*.cmake debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/cmake/Qt6/
+
# # Fix Qt6::qmake IMPORTED_LOCATION, see https://bugs.debian.org/1030980
# sed -i 's,lib/qt6/bin/qmake,bin/$(DEB_HOST_GNU_TYPE)-qmake6,' \
# debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/cmake/Qt6CoreTools/Qt6CoreToolsTargets-none.cmake
More information about the Neon-commits
mailing list