[neon/kde/plasma-nano/Neon/unstable] debian: port to kf6

Carlos De Maine null at kde.org
Tue Mar 14 03:01:34 GMT 2023


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

port to kf6

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

https://invent.kde.org/neon/kde/plasma-nano/commit/b7a8fb14fb94be17ae87889a53cb7d26dc0a092a

diff --git a/debian/control b/debian/control
index d3f38fa..529c477 100644
--- a/debian/control
+++ b/debian/control
@@ -4,12 +4,12 @@ Priority: optional
 Maintainer: Harald Sitter <sitter at kde.org>
 Build-Depends: cmake,
                debhelper (>= 9),
-               extra-cmake-modules,
-               libkf5plasma-dev,
-               libkf5wayland-dev,
-               libkf5windowsystem-dev,
-               pkg-kde-tools (>= 0.9),
-               qtdeclarative5-dev
+               kf6-extra-cmake-modules,
+               kf6-kwayland-dev,
+               kf6-kwindowsystem-dev,
+               kf6-plasma-framework-dev,
+               pkg-kde-tools-neon,
+               qt6-declarative-dev
 Standards-Version: 3.9.6
 
 Package: plasma-nano
diff --git a/debian/rules b/debian/rules
index b57f3e9..47c772a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,9 @@
 #!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
-include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+%:
+	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