[neon/neon-packaging/maui-shelf/Neon/unstable] debian: kf6ify
Carlos De Maine
null at kde.org
Fri Jul 12 03:49:22 BST 2024
Git commit a5c4b3402b45f2d39e58a8fc572d9d046d4b884b by Carlos De Maine.
Committed on 12/07/2024 at 02:48.
Pushed by carlosdem into branch 'Neon/unstable'.
kf6ify
M +9 -10 debian/control
M +1 -1 debian/rules
https://invent.kde.org/neon/neon-packaging/maui-shelf/-/commit/a5c4b3402b45f2d39e58a8fc572d9d046d4b884b
diff --git a/debian/control b/debian/control
index ce251ae..c7cd6ca 100644
--- a/debian/control
+++ b/debian/control
@@ -4,27 +4,26 @@ 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,
libmauikitdocuments-dev,
libpoppler-qt5-dev,
mauiman-dev,
mauikit-dev,
- qtbase5-dev,
- qtdeclarative5-dev,
- qtquickcontrols2-5-dev,
- qtwebengine5-dev
-Standards-Version: 4.2.1
+ qt6-base-dev,
+ qt6-declarative-dev,
+ qt6-webengine-dev
+Standards-Version: 4.6.2
Homepage: https://invent.kde.org/maui/shelf
Vcs-Browser: https://invent.kde.org/maui/shelf
Vcs-Git: https://invent.kde.org/maui/shelf.git
Package: shelf
Architecture: any
-Depends: qml-module-org-mauikit-filebrowsing,
- qml-module-org-mauikit-documents,
+Depends: qml6-module-org-mauikit-filebrowsing,
+ qml6-module-org-mauikit-documents,
${misc:Depends},
${shlibs:Depends}
Description: Maui Document and EBook collection manager
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