[neon/neon-packaging/plasmatube/Neon/release] debian: Revert "kf6ify"

Carlos De Maine null at kde.org
Thu Oct 12 03:21:52 BST 2023


Git commit 717a81bc5ce141c4384ee49b7e364ef6ce8a8eff by Carlos De Maine.
Committed on 12/10/2023 at 04:21.
Pushed by carlosdem into branch 'Neon/release'.

Revert "kf6ify"

This reverts commit 5293bab604fba748390987fe4a377cff12fa0960

M  +11   -10   debian/control
M  +1    -3    debian/rules

https://invent.kde.org/neon/neon-packaging/plasmatube/-/commit/717a81bc5ce141c4384ee49b7e364ef6ce8a8eff

diff --git a/debian/control b/debian/control
index a1ea9ce..12a4d67 100644
--- a/debian/control
+++ b/debian/control
@@ -4,19 +4,20 @@ Priority: optional
 Maintainer: Jonathan Esk-Riddell <jr at jriddell.org>
 Build-Depends: cmake,
                debhelper-compat (= 13),
-               kf6-extra-cmake-modules,
-               kf6-kirigami2-dev,
-               kf6-kirigami-addons-dev,
-               kf6-kconfig-dev,
-               kf6-kcoreaddons-dev,
-               kf6-ki18n-dev,
+               extra-cmake-modules,
+               kirigami2-dev,
+               kirigami-addons-dev,
+               libkf5config-dev,
+               libkf5coreaddons-dev,
+               libkf5i18n-dev,
                libmpv-dev,
+               libqt5svg5-dev,
                pkg-config,
                pkg-kde-tools,
-               qt6-base-dev,
-               qt6-declarative-dev,
-               qt6-svg-dev,
-Standards-Version: 4.6.2
+               qtbase5-dev,
+               qtdeclarative5-dev,
+               qtquickcontrols2-5-dev
+Standards-Version: 4.5.1
 Homepage: https://invent.kde.org/neon-packaging/plasmatube
 
 Package: plasmatube
diff --git a/debian/rules b/debian/rules
index 49552b2..28858f7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,4 @@
 #!/usr/bin/make -f
-# SPDX-License-Identifier: LGPL-2.0-or-later
-# # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
 %:
-	dh $@ --with kf6 --buildsystem kf6
+	dh $@ --with kf5


More information about the Neon-commits mailing list