[neon/neon-packaging/plasma-bigscreen/Neon/unstable] debian: port to kf6

Carlos De Maine null at kde.org
Tue Mar 14 03:04:09 GMT 2023


Git commit e480135da71056971501a27f343a15c08f90c2c0 by Carlos De Maine.
Committed on 14/03/2023 at 00:59.
Pushed by carlosdem into branch 'Neon/unstable'.

port to kf6

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

https://invent.kde.org/neon/neon-packaging/plasma-bigscreen/commit/e480135da71056971501a27f343a15c08f90c2c0

diff --git a/debian/control b/debian/control
index 8e25021..bc02236 100644
--- a/debian/control
+++ b/debian/control
@@ -4,24 +4,24 @@ Priority: optional
 Maintainer: Jonathan Esk-Riddell <jr at jriddell.org>
 Build-Depends: cmake (>= 3.16~),
                debhelper-compat (= 13),
-               extra-cmake-modules,
-               kirigami2-dev (>= 5.94~),
-               libkf5activities-dev (>= 5.94~),
-               libkf5activitiesstats-dev (>= 5.94~),
-               libkf5declarative-dev (>= 5.94~),
-               libkf5i18n-dev (>= 5.94~),
-               libkf5kcmutils-dev (>= 5.94~),
-               libkf5kio-dev (>= 5.94~),
-               libkf5notifications-dev (>= 5.94~),
-               libkf5plasma-dev (>= 5.94~),
-               libkf5wayland-dev (>= 4:5.94~),
-               libkf5windowsystem-dev (>= 5.94~),
-               pkg-kde-tools (>= 0.15.16),
+               kf6-extra-cmake-modules,
+               kf6-kactivities-dev,
+               kf6-kactivities-stats-dev,
+               kf6-kcmutils-dev,
+               kf6-kdeclarative-dev,
+               kf6-ki18n-dev,
+               kf6-kio-dev,
+               kf6-kirigami2-dev,
+               kf6-knotifications-dev,
+               kf6-kwayland-dev,
+               kf6-kwindowsystem-dev,
+               kf6-plasma-framework-dev,
+               pkg-kde-tools-neon,
                plasma-framework,
                plasma-workspace-dev (>= 4:5.19~),
-               qtbase5-dev (>= 5.15.2~),
-               qtdeclarative5-dev (>= 5.15.2~),
-               qtmultimedia5-dev (>= 5.15.2~),
+               qt6-base-dev,
+               qt6-declarative-dev,
+               qt6-multimedia-dev
 Standards-Version: 4.6.0
 Homepage: https://invent.kde.org/plasma/plasma-bigscreen
 Vcs-Browser: https://invent.kde.org/neon/neon-packaging/plasma-bigscreen
@@ -35,6 +35,6 @@ Depends: plasma-framework,
          plasma-nm,
          plasma-settings,
          ${misc:Depends},
-         ${shlibs:Depends},
+         ${shlibs:Depends}
 Description: Plasma Bigscreen
  Plasma for your television
diff --git a/debian/rules b/debian/rules
index 28858f7..47c772a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,9 @@
 #!/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
+
+override_dh_shlibdeps:
+	dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/


More information about the Neon-commits mailing list