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

Carlos De Maine null at kde.org
Tue Mar 14 02:46:52 GMT 2023


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

port to kf6

M  +15   -18   debian/control
M  +5    -7    debian/rules

https://invent.kde.org/neon/kde/plasma-integration/commit/0ece8cfad4efc36b0fef701693ad21e9fa322cc9

diff --git a/debian/control b/debian/control
index ab12dab..4811ce5 100644
--- a/debian/control
+++ b/debian/control
@@ -6,28 +6,25 @@ Uploaders: Maximiliano Curia <maxy at debian.org>
 Build-Depends: breeze-dev (>= 4:5.13~),
                cmake (>= 3.0~),
                debhelper (>= 11~),
-               extra-cmake-modules (>= 5.50.0~),
-               libkf5config-dev (>= 5.50.0~),
-               libkf5configwidgets-dev (>= 5.50.0~),
-               libkf5i18n-dev (>= 5.50.0~),
-               libkf5iconthemes-dev (>= 5.50.0~),
-               libkf5kio-dev (>= 5.50.0~),
-               libkf5notifications-dev (>= 5.50.0~),
-               libkf5wayland-dev,
-               libkf5widgetsaddons-dev (>= 5.50.0~),
-               libkf5windowsystem-dev (>= 5.50.0~),
-               libqt5waylandclient5-dev (>= 5.11.0~),
-               libqt5x11extras5-dev (>= 5.11.0~),
+               kf6-extra-cmake-modules,
+               kf6-kconfig-dev,
+               kf6-kconfigwidgets-dev,
+               kf6-ki18n-dev,
+               kf6-kiconthemes-dev,
+               kf6-kio-dev,
+               kf6-knotifications-dev,
+               kf6-kwayland-dev,
+               kf6-kwidgetsaddons-dev,
+               kf6-kwindowsystem-dev,
                libwayland-dev,
                libxcursor-dev,
                pkg-config,
-               pkg-kde-tools (>= 0.15.18~),
+               pkg-kde-tools-neon,
                plasma-wayland-protocols,
-               qtbase5-dev (>= 5.11.0~),
-               qtbase5-private-dev,
-               qtdeclarative5-dev (>= 5.11.0~),
-               qtquickcontrols2-5-dev (>= 5.11.0~),
-               qtwayland5-dev-tools,
+               qt6-base-dev,
+               qt6-declarative-dev,
+               qt6-wayland-dev,
+               qt6-wayland-dev-tools
 Standards-Version: 4.1.4
 Homepage: https://projects.kde.org/projects/kde/workspace/plasma-integration
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/plasma-integration
diff --git a/debian/rules b/debian/rules
index f30c3c8..47c772a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,9 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-
-export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
 %:
-	dh $@ --with kf5,pkgkde_symbolshelper --buildsystem kf5 --without build_stamp
+	dh $@ --with kf6 --buildsystem kf6
 
-override_dh_auto_test:
-	# Disable auto tests at build time
-	:
+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