[neon/neon-packaging/maui-agenda/Neon/release_jammy] debian: kf6ify
Carlos De Maine
null at kde.org
Fri Jul 12 03:03:56 BST 2024
Git commit a4fdd61b23d61f92c8724ac3a4aaf0f324318878 by Carlos De Maine.
Committed on 12/07/2024 at 02:03.
Pushed by carlosdem into branch 'Neon/release_jammy'.
kf6ify
(cherry picked from commit c160709d34b10ea03b9acc35ff6f0b0bd0d72099)
(cherry picked from commit ec7247e14b10007aa14666e5140dfc0ce25ad874)
M +8 -9 debian/control
M +1 -1 debian/rules
https://invent.kde.org/neon/neon-packaging/maui-agenda/-/commit/a4fdd61b23d61f92c8724ac3a4aaf0f324318878
diff --git a/debian/control b/debian/control
index aac6278..ead446f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,16 +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,
libmauikitcalendar-dev,
mauiman-dev,
mauikit-dev,
- qtbase5-dev,
- qtdeclarative5-dev,
- qtquickcontrols2-5-dev,
- qtwebengine5-dev
+ qt6-base-dev,
+ qt6-declarative-dev,
+ qt6-webengine-dev
Standards-Version: 4.6.2
Homepage: https://invent.kde.org/maui/agenda
Vcs-Browser: https://invent.kde.org/maui/agenda
@@ -21,8 +20,8 @@ Vcs-Git: https://invent.kde.org/maui/agenda.git
Package: agenda
Architecture: any
-Depends: qml-module-org-maui-mauikit,
- qml-module-org-mauikit-calendar,
+Depends: qml6-module-org-maui-mauikit,
+ qml6-module-org-mauikit-calendar,
${misc:Depends},
${shlibs:Depends}
Description: Agenda
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