[neon/kde/xdg-desktop-portal-kde/Neon/unstable] debian: port to kf6

Carlos De Maine null at kde.org
Tue Mar 14 01:04:41 GMT 2023


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

port to kf6

M  +17   -19   debian/control
M  +6    -4    debian/rules

https://invent.kde.org/neon/kde/xdg-desktop-portal-kde/commit/6bb9b735ea3c2b7a2d85c5f03eb118e65903f46e

diff --git a/debian/control b/debian/control
index 89c64b4..4de93e5 100644
--- a/debian/control
+++ b/debian/control
@@ -6,34 +6,32 @@ Uploaders: Maximiliano Curia <maxy at debian.org>
 Build-Depends: cmake (>= 3.0~),
                dbus-x11,
                debhelper (>= 11~),
-               extra-cmake-modules (>= 5.62.0~),
+               kf6-extra-cmake-modules,
+               kf6-kconfig-dev,
+               kf6-kcoreaddons-dev,
+               kf6-kdeclarative-dev,
+               kf6-ki18n-dev,
+               kf6-kio-dev,
+               kf6-kirigami2-dev,
+               kf6-knotifications-dev,
+               kf6-kwayland-dev,
+               kf6-kwidgetsaddons-dev,
+               kf6-kwindowsystem-dev,
+               kf6-plasma-framework-dev,
                kio-fuse,
-               kirigami2-dev (>= 5.62.0~),
                libcups2-dev,
                libegl1-mesa-dev,
                libepoxy-dev,
                libgbm-dev,
-               libkf5config-dev (>= 5.62.0~),
-               libkf5coreaddons-dev (>= 5.62.0~),
-               libkf5declarative-dev (>= 5.62.0~),
-               libkf5i18n-dev (>= 5.62.0~),
-               libkf5kio-dev (>= 5.62.0~),
-               libkf5notifications-dev (>= 5.62.0~),
-               libkf5plasma-dev (>= 5.62.0~),
-               libkf5wayland-dev (>= 4:5.62.0~),
-               libkf5widgetsaddons-dev (>= 5.62.0~),
-               libkf5windowsystem-dev (>= 5.62.0~),
                libpipewire-0.3-dev,
-               libqt5waylandclient5-dev,
                libwayland-dev,
                libxkbcommon-dev,
-               pkg-kde-tools (>= 0.15.18~),
+               pkg-kde-tools-neon,
                plasma-wayland-protocols,
-               qtbase5-dev (>= 5.11.0~),
-               qtbase5-private-dev,
-               qtdeclarative5-dev (>= 5.12.0~),
-               qtquickcontrols2-5-dev,
-               qtwayland5-dev-tools,
+               qt6-base-dev,
+               qt6-declarative-dev,
+               qt6-wayland-dev,
+               qt6-wayland-dev-tools,
                wayland-protocols
 Standards-Version: 4.1.3
 Homepage: https://cgit.kde.org/xdg-desktop-portal-kde.git/
diff --git a/debian/rules b/debian/rules
index 0c98761..47c772a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +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_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