[neon/mobile/plasma-mobile/Neon/unstable] debian: port to kf6
Carlos De Maine
null at kde.org
Tue Mar 14 03:02:08 GMT 2023
Git commit 1d0dbac36d97c2c14735c8455d60b6a9811c8c8d by Carlos De Maine.
Committed on 14/03/2023 at 00:59.
Pushed by carlosdem into branch 'Neon/unstable'.
port to kf6
M +14 -14 debian/control
M +1 -1 debian/plasma-mobile.install
M +7 -1 debian/rules
https://invent.kde.org/neon/mobile/plasma-mobile/commit/1d0dbac36d97c2c14735c8455d60b6a9811c8c8d
diff --git a/debian/control b/debian/control
index a21814c..407dc16 100644
--- a/debian/control
+++ b/debian/control
@@ -5,27 +5,27 @@ Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
XSBC-Original-Maintainer: Boudewijn Rempt <boud at valdyas.org>
Build-Depends: cmake,
debhelper (>= 11),
- extra-cmake-modules (>= 5.36.0),
- kirigami-addons-dev, kwayland-dev,
+ kf6-extra-cmake-modules,
+ kf6-kcmutils-dev,
+ kf6-kdeclarative-dev,
+ kf6-knotifications-dev,
+ kf6-kpeople-dev,
+ kf6-kservice-dev,
+ kf6-networkmanager-qt-dev,
+ kf6-plasma-framework-dev,
+ kirigami-addons-dev,
+ kwayland-dev,
kwin-dev,
libgstreamer1.0-dev,
- libkf5declarative-dev,
- libkf5kcmutils-dev,
- libkf5networkmanagerqt-dev,
- libkf5notifications-dev,
- libkf5people-dev,
- libkf5plasma-dev,
- libkf5service-dev,
libphonenumber-dev,
- libqt5svg5-dev,
libsystemd-dev,
- libtelepathy-qt5-dev,
modemmanager-qt-dev,
pkg-config,
- pkg-kde-tools (>= 0.9),
+ pkg-kde-tools-neon,
plasma-workspace-dev,
- qtbase5-dev,
- qtdeclarative5-dev
+ qt6-base-dev,
+ qt6-declarative-dev,
+ qt6-svg-dev
Standards-Version: 4.2.1
Homepage: https://plasma-mobile.org
Vcs-Browser: https://gitlab.com/debian-pm/plasma-mobile/plasma-phone-components
diff --git a/debian/plasma-mobile.install b/debian/plasma-mobile.install
index 1b91047..72a5a8b 100644
--- a/debian/plasma-mobile.install
+++ b/debian/plasma-mobile.install
@@ -1 +1 @@
-usr/
+usr/kf6/
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