[neon/neon-packaging/vvave/Neon/release_jammy] debian: rebase
Carlos De Maine
null at kde.org
Fri Jul 12 04:01:58 BST 2024
Git commit 0d71eb0979c1c03ca71c8c17018a20bb721a9349 by Carlos De Maine.
Committed on 12/07/2024 at 03:01.
Pushed by carlosdem into branch 'Neon/release_jammy'.
rebase
M +15 -15 debian/control
M +1 -1 debian/rules
https://invent.kde.org/neon/neon-packaging/vvave/-/commit/0d71eb0979c1c03ca71c8c17018a20bb721a9349
diff --git a/debian/control b/debian/control
index 552ba79..46475c6 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,7 +30,8 @@ Vcs-Git: https://gitlab.com/debian-pm/vvave.git
Package: vvave
Architecture: any
-Depends: qml-module-org-maui-mauikit,
+Depends: qml6-module-org-maui-mauikit,
+ qml6-module-org-mauikit-filebrowsing,
youtube-dl,
${misc:Depends},
${shlibs:Depends}
@@ -48,4 +48,4 @@ Description: Tiny Qt VVave Music Player
.
Think of VVave as the playlist where all your favorite tracks at
the moment are. And when needed you also have an integrated
- collection manager.
+ collection manager.
\ 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