[neon/mobile/plasma-settings/Neon/unstable] debian: port to kf6

Carlos De Maine null at kde.org
Thu Mar 23 03:26:05 GMT 2023


Git commit 3e2b8b6885c308a4e4f6c5527c0f5ae27a8933c9 by Carlos De Maine.
Committed on 23/03/2023 at 03:26.
Pushed by carlosdem into branch 'Neon/unstable'.

port to kf6

D  +0    -1    debian/compat
M  +32   -35   debian/control
M  +6    -1    debian/rules

https://invent.kde.org/neon/mobile/plasma-settings/commit/3e2b8b6885c308a4e4f6c5527c0f5ae27a8933c9

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index a9a0028..a1a91af 100644
--- a/debian/control
+++ b/debian/control
@@ -3,42 +3,40 @@ Section: kde
 Priority: optional
 Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 XSBC-Original-Maintainer: Boudewijn Rempt <boud at kde.org>
-Build-Depends: cmake (>= 3.0.0),
-               debhelper (>= 11),
-               extra-cmake-modules,
-               kirigami-addons-dev,
+Build-Depends: cmake,
+               debhelper-compat (= 13),
+               kf6-extra-cmake-modules,
+               kf6-kirigami-addons-dev,
                libaccounts-glib-dev,
                libaccounts-qt5-dev,
                libgettextpo-dev,
                libkaccounts-dev,
-               libkf5archive-dev,
-               libkf5auth-dev,
-               libkf5bookmarks-dev,
-               libkf5codecs-dev,
-               libkf5completion-dev,
-               libkf5config-dev,
-               libkf5contacts-dev,
-               libkf5coreaddons-dev,
-               libkf5dbusaddons-dev,
-               libkf5declarative-dev,
-               libkf5i18n-dev,
-               libkf5iconthemes-dev,
-               libkf5networkmanagerqt-dev,
-               libkf5notifications-dev,
-               libkf5plasma-dev,
-               libkf5plasma5,
-               libkf5plasmaquick5,
-               libkf5service-dev,
-               libkf5solid-dev,
-               libkf5sonnet-dev,
-               libkf5windowsystem-dev,
+               kf6-karchive-dev,
+               kf6-kauth-dev,
+               kf6-kbookmarks-dev,
+               kf6-kcodecs-dev,
+               kf6-kcompletion-dev,
+               kf6-kconfig-dev,
+               kf6-kcontacts-dev,
+               kf6-kcoreaddons-dev,
+               kf6-kdbusaddons-dev,
+               kf6-kdeclarative-dev,
+               kf6-ki18n-dev,
+               kf6-kiconthemes-dev,
+               kf6-knotifications-dev,
+               kf6-kwindowsystem-dev,
+               kf6-networkmanager-qt-dev,
+               kf6-plasma-framework-dev,
+               kf6-kservice-dev,
+               kf6-solid-dev,
+               kf6-sonnet-dev,
                libkpimgapi-dev,
                libsignon-qt5-dev,
                modemmanager-qt-dev,
                pkg-config,
-               pkg-kde-tools (>= 0.9),
-               qtbase5-dev,
-               qtbase5-private-dev
+               neon-pkg-kde-tools (>= 0.9),
+               qt6-base-dev,
+               qt6-base-private-dev
 Standards-Version: 4.1.4
 Homepage: https://projects.kde.org/projects/extragear/base/plasma-settings
 Vcs-Browser: https://gitlab.com/debian-pm/plasma-settings
@@ -49,15 +47,14 @@ Architecture: any
 Depends: kaccounts-integration,
          kaccounts-providers,
          kwin-common,
-         plasma-framework,
+         kf6-plasma-framework,
          qml-module-org-kde-kaccounts,
-         qml-module-org-kde-kcm,
-         qml-module-org-kde-kirigami-addons-labs-mobileform,
-         qml-module-org-kde-kirigami2,
-         qml-module-org-kde-kirigamiaddons,
-         qml-module-org-kde-kitemmodels,
+         kf6-kcmutils,
+         kf6-kirigami-addons,
+         kf6-kirigami2,
+         kf6-kitemmodels,
          qml-module-ubuntu-onlineaccounts,
-	 plasma-nm,
+	     plasma-nm,
          ${misc:Depends},
          ${shlibs:Depends}
 Description: Plasma phone settings application
diff --git a/debian/rules b/debian/rules
index b57f3e9..fa0af1d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,8 @@
 #!/usr/bin/make -f
+# -*- makefile -*-
 
-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