[neon/neon-packaging/vvave/Neon/unstable] debian: kf6ify

Carlos De Maine null at kde.org
Fri Jul 12 04:02:46 BST 2024


Git commit 68bc251f45c4733bbf6ab21560ccb8a342203923 by Carlos De Maine.
Committed on 12/07/2024 at 03:00.
Pushed by carlosdem into branch 'Neon/unstable'.

kf6ify

M  +14   -15   debian/control
M  +1    -1    debian/rules

https://invent.kde.org/neon/neon-packaging/vvave/-/commit/68bc251f45c4733bbf6ab21560ccb8a342203923

diff --git a/debian/control b/debian/control
index 6dce9b2..c7896bc 100644
--- a/debian/control
+++ b/debian/control
@@ -5,25 +5,24 @@ Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Build-Depends: cmake,
                debhelper-compat (= 13),
                extra-cmake-modules,
-               libkf5config-dev,
-               libkf5coreaddons-dev,
-               libkf5i18n-dev,
-               libkf5kio-dev,
-               libkf5notifications-dev,
-               libkf5syntaxhighlighting-dev,
+               kf6-kconfig-dev,
+               kf6-kcoreaddons-dev,
+               kf6-ki18n-dev,
+               kf6-kio-dev,
+               kf6-knotifications-dev,
+               kf6-ksyntaxhighlighting-dev,
                libmauikitaccounts-dev,
                libmauikitfilebrowsing-dev,
-               libqt5svg5-dev,
-               libqt5websockets5-dev,
-               libqt5webview5-dev,
                libtag1-dev,
                mauiman-dev,
                mauikit-dev,
                pkg-kde-tools,
-               qtbase5-dev,
-               qtmultimedia5-dev,
-               qtquickcontrols2-5-dev,
-               qtwebengine5-dev
+               qt6-base-dev,
+               qt6-multimedia-dev,
+               qt6-svg-dev,
+               qt6-webengine-dev,
+               qt6-websockets-dev,
+               qt6-webview-dev,
 Standards-Version: 4.6.2
 Homepage: https://github.com/maui-project/vvave
 Vcs-Browser: https://gitlab.com/debian-pm/vvave
@@ -31,8 +30,8 @@ Vcs-Git: https://gitlab.com/debian-pm/vvave.git
 
 Package: vvave
 Architecture: any
-Depends: qml-module-org-maui-mauikit,
-         qml-module-org-mauikit-filebrowsing,
+Depends: qml6-module-org-maui-mauikit,
+         qml6-module-org-mauikit-filebrowsing,
          youtube-dl,
          ${misc:Depends},
          ${shlibs:Depends}
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