[neon/plasma-bigscreen/plasma-remotecontrollers/Neon/stable] debian: revert back to kf5
Carlos De Maine
null at kde.org
Mon Jul 13 04:50:04 BST 2026
Git commit 5bdb1f28b24899d6e91f7be2d29b5bf02fe2bdfb by Carlos De Maine.
Committed on 13/07/2026 at 03:49.
Pushed by carlosdem into branch 'Neon/stable'.
revert back to kf5
M +14 -12 debian/control
M +1 -6 debian/rules
https://invent.kde.org/neon/plasma-bigscreen/plasma-remotecontrollers/-/commit/5bdb1f28b24899d6e91f7be2d29b5bf02fe2bdfb
diff --git a/debian/control b/debian/control
index 901c591..840f352 100644
--- a/debian/control
+++ b/debian/control
@@ -4,26 +4,28 @@ Priority: optional
Maintainer: Jonathan Esk-Riddell <jr at jriddell.org>
Build-Depends: cmake,
debhelper-compat (= 13),
- kf6-extra-cmake-modules,
- kf6-kcmutils-dev,
- kf6-kconfig-dev,
- kf6-kdeclarative-dev,
- kf6-ki18n-dev,
- kf6-knotifications-dev,
- kf6-kpackage-dev,
- kf6-solid-dev,
+ extra-cmake-modules,
kscreenlocker-dev,
libcec-dev,
libevdev-dev,
+ libkf5config-dev (>= 5.30.0~),
+ libkf5declarative-dev,
+ libkf5i18n-dev (>= 5.30.0~),
+ libkf5kcmutils-dev,
+ libkf5notifications-dev (>= 5.30.0~),
+ libkf5package-dev,
+ libkf5solid-dev (>= 5.30.0~),
libp8-platform-dev,
+ libqt5waylandclient5-dev,
libudev-dev,
libwayland-dev,
- pkg-kde-tools-neon,
+ pkg-kde-tools (>= 0.15.16),
plasma-wayland-protocols,
plasma-workspace-dev,
- qt6-base-dev,
- qt6-wayland-dev,
Standards-Version: 4.6.2
+ qtbase5-dev (>= 5.14.0~),
+ qtwayland5-dev-tools
+Standards-Version: 4.5.1
Homepage: https://invent.kde.org/plasma-bigscreen/plasma-remotecontrol
Package: plasma-remotecontrollers
@@ -39,4 +41,4 @@ Depends: kf6-kcmutils,
${misc:Depends},
${shlibs:Depends}
Description: Plasma Remote Controller Support
- Translate various input device events into keyboard and pointer events
+ Translate various input device events into keyboard and pointer events
\ No newline at end of file
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