[neon/neon-packaging/plasmatube/Neon/unstable] debian: Revert "Revert "kf6ify""
Carlos De Maine
null at kde.org
Sun Oct 15 01:41:32 BST 2023
Git commit e212f1b2e15ebd8a02d4aee5ed04deab5367e3b6 by Carlos De Maine.
Committed on 15/10/2023 at 02:41.
Pushed by carlosdem into branch 'Neon/unstable'.
Revert "Revert "kf6ify""
This reverts commit 717a81bc5ce141c4384ee49b7e364ef6ce8a8eff
M +10 -11 debian/control
M +3 -1 debian/rules
https://invent.kde.org/neon/neon-packaging/plasmatube/-/commit/e212f1b2e15ebd8a02d4aee5ed04deab5367e3b6
diff --git a/debian/control b/debian/control
index 12a4d67..a1ea9ce 100644
--- a/debian/control
+++ b/debian/control
@@ -4,20 +4,19 @@ Priority: optional
Maintainer: Jonathan Esk-Riddell <jr at jriddell.org>
Build-Depends: cmake,
debhelper-compat (= 13),
- extra-cmake-modules,
- kirigami2-dev,
- kirigami-addons-dev,
- libkf5config-dev,
- libkf5coreaddons-dev,
- libkf5i18n-dev,
+ kf6-extra-cmake-modules,
+ kf6-kirigami2-dev,
+ kf6-kirigami-addons-dev,
+ kf6-kconfig-dev,
+ kf6-kcoreaddons-dev,
+ kf6-ki18n-dev,
libmpv-dev,
- libqt5svg5-dev,
pkg-config,
pkg-kde-tools,
- qtbase5-dev,
- qtdeclarative5-dev,
- qtquickcontrols2-5-dev
-Standards-Version: 4.5.1
+ qt6-base-dev,
+ qt6-declarative-dev,
+ qt6-svg-dev,
+Standards-Version: 4.6.2
Homepage: https://invent.kde.org/neon-packaging/plasmatube
Package: plasmatube
diff --git a/debian/rules b/debian/rules
index 28858f7..49552b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,6 @@
#!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
%:
- dh $@ --with kf5
+ dh $@ --with kf6 --buildsystem kf6
More information about the Neon-commits
mailing list