[neon/neon-packaging/maui-clip/Neon/unstable] debian: kf6ify
Carlos De Maine
null at kde.org
Fri Jul 12 03:23:08 BST 2024
Git commit fc632793044fc19d84352da8553bbebee7fdd00e by Carlos De Maine.
Committed on 12/07/2024 at 02:21.
Pushed by carlosdem into branch 'Neon/unstable'.
kf6ify
M +11 -13 debian/control
M +1 -1 debian/rules
https://invent.kde.org/neon/neon-packaging/maui-clip/-/commit/fc632793044fc19d84352da8553bbebee7fdd00e
diff --git a/debian/control b/debian/control
index 4d10e5d..fb3f3a0 100644
--- a/debian/control
+++ b/debian/control
@@ -4,24 +4,23 @@ Priority: optional
Maintainer: Jonah BrĂ¼chert <jbb at kaidan.im>
Build-Depends: cmake,
debhelper-compat (= 13),
- extra-cmake-modules,
+ kf6-extra-cmake-modules,
+ kf6-kcoreaddons-dev,
+ kf6-dbusaddons-dev,
+ kf6-ki18n-dev,
libavcodec-dev,
libavfilter-dev,
libavformat-dev,
- libkf5coreaddons-dev,
- libkf5dbusaddons-dev,
- libkf5i18n-dev,
libmauikitfilebrowsing-dev,
libpostproc-dev,
libswscale-dev,
libtag1-dev,
mauiman-dev,
mauikit-dev,
- qtbase5-dev,
- qtdeclarative5-dev,
- qtmultimedia5-dev,
- qtquickcontrols2-5-dev,
- qtwebengine5-dev
+ qt6-base-dev,
+ qt6-declarative-dev,
+ qt6-multimedia-dev,
+ qt6-webengine-dev
Standards-Version: 4.6.2
Homepage: https://invent.kde.org/maui/clip
Vcs-Browser: https://invent.kde.org/maui/clip
@@ -29,10 +28,9 @@ Vcs-Git: https://invent.kde.org/maui/clip.git
Package: clip
Architecture: any
-Depends: qml-module-org-mauikit-filebrowsing,
- qml-module-org-mauikit-calendar,
+Depends: qml6-module-org-mauikit-filebrowsing,
+ qml6-module-org-mauikit-calendar,
${misc:Depends},
${shlibs:Depends}
-Description: clip
+Description: clip archiver
Maui Archiver for compressed files
- .
\ No newline at end of file
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