[neon/plasma/plank-player/Neon/stable] debian: Revert "port to kf6"

Carlos De Maine null at kde.org
Mon Jul 13 13:18:51 BST 2026


Git commit 414a1b56b1dc350e11e17297acdbb5098d8c8684 by Carlos De Maine.
Committed on 13/07/2026 at 12:18.
Pushed by carlosdem into branch 'Neon/stable'.

Revert "port to kf6"

This reverts commit 531b14e71b45722c50a4ae1b803496f76fa09739.

M  +8    -8    debian/control
M  +1    -6    debian/rules

https://invent.kde.org/neon/plasma/plank-player/-/commit/414a1b56b1dc350e11e17297acdbb5098d8c8684

diff --git a/debian/control b/debian/control
index 1c9697d..bd95f14 100644
--- a/debian/control
+++ b/debian/control
@@ -4,14 +4,14 @@ Priority: optional
 Maintainer: Jonathan Esk-Riddell <jr at jriddell.org>
 Build-Depends: cmake,
                debhelper-compat (= 13),
-               kf6-extra-cmake-modules,
-               kf6-ki18n-dev,
-               kf6-kirigami2-dev,
-               pkg-kde-tools-neon,
-               qt6-base-dev,
-               qt6-declarative-dev,
-               qt6-multimedia-dev,
-               qt6-webengine-dev
+               extra-cmake-modules,
+               kirigami2-dev,
+               libkf5i18n-dev,
+               pkg-kde-tools,
+               qtbase5-dev (>= 5.14.0~),
+               qtmultimedia5-dev,
+               qtquickcontrols2-5-dev,
+               qtwebengine5-dev
 Standards-Version: 4.5.1
 Homepage: https://invent.kde.org/plasma-bigscreen/plank-player
 
diff --git a/debian/rules b/debian/rules
index 47c772a..28858f7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +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
-
-override_dh_shlibdeps:
-	dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/
+	dh $@ --with kf5


More information about the Neon-commits mailing list