[neon/neon-packaging/maui-fiery/Neon/release] debian: kf6ify
Carlos De Maine
null at kde.org
Fri Jul 12 03:34:15 BST 2024
Git commit f60ddb220335ae7fd0d6a0b2e86a2cb51d445ee0 by Carlos De Maine.
Committed on 12/07/2024 at 02:33.
Pushed by carlosdem into branch 'Neon/release'.
kf6ify
(cherry picked from commit 8b73ff4c37c2cfea8450be8b6bf51f948bec16ca)
M +7 -9 debian/control
M +1 -1 debian/rules
https://invent.kde.org/neon/neon-packaging/maui-fiery/-/commit/f60ddb220335ae7fd0d6a0b2e86a2cb51d445ee0
diff --git a/debian/control b/debian/control
index 3f67e8c..6d237fb 100644
--- a/debian/control
+++ b/debian/control
@@ -4,17 +4,15 @@ Priority: optional
Maintainer: Jonah BrĂ¼chert <jbb at kaidan.im>
Build-Depends: cmake,
debhelper-compat (= 13),
- extra-cmake-modules,
- libkf5coreaddons-dev,
- libkf5i18n-dev,
+ kf6-extra-cmake-modules,
+ kf6-kcoreaddons-dev,
+ kf6-ki18n-dev,
libmauikitfilebrowsing-dev,
mauiman-dev,
mauikit-dev,
- qtbase5-dev,
- qtdeclarative5-dev,
- qtquickcontrols2-5-dev,
- qtwebengine5-dev,
- qtwebengine5-private-dev
+ qt6-base-dev,
+ qt6-declarative-dev,
+ qt6-webengine-dev,
Standards-Version: 4.6.2
Homepage: https://invent.kde.org/maui/fiery
Vcs-Browser: https://invent.kde.org/maui/fiery
@@ -22,7 +20,7 @@ Vcs-Git: https://invent.kde.org/maui/fiery.git
Package: fiery
Architecture: any
-Depends: qml-module-org-mauikit-filebrowsing,
+Depends: qml6-module-org-mauikit-filebrowsing,
${misc:Depends},
${shlibs:Depends}
Description: fiery
diff --git a/debian/rules b/debian/rules
index e20610b..c8b1141 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-export QT_SELECT=qt5
+export QT_SELECT=qt6
%:
dh $@ --buildsystem=cmake
More information about the Neon-commits
mailing list