[neon/mobile/plasma-phonebook/Neon/unstable] debian: port to kf6
Carlos De Maine
null at kde.org
Mon May 15 08:09:03 BST 2023
Git commit e554da3fe98cbdcc7d447d7d35096739a5dbc44c by Carlos De Maine.
Committed on 15/05/2023 at 07:09.
Pushed by carlosdem into branch 'Neon/unstable'.
port to kf6
D +0 -1 debian/compat
M +16 -16 debian/control
M +6 -1 debian/rules
https://invent.kde.org/neon/mobile/plasma-phonebook/commit/e554da3fe98cbdcc7d447d7d35096739a5dbc44c
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 d906a01..8bc9ffa 100644
--- a/debian/control
+++ b/debian/control
@@ -2,21 +2,21 @@ Source: plasma-phonebook
Section: kde
Priority: optional
Maintainer: Jonah BrĂ¼chert <jbb at kaidan.im>
-Build-Depends: cmake (>= 2.8.12),
- debhelper (>= 11),
- extra-cmake-modules,
- kirigami-addons-dev,
- kirigami2-dev,
- kpeople-vcard,
- libkf5contacts-dev,
- libkf5people-dev,
- libqt5svg5-dev,
+Build-Depends: cmake,
+ debhelper-compat (= 13),
+ kf6-extra-cmake-modules,
+ kf6-kcontacts-dev,
+ kf6-kcoreaddons-dev,
+ kf6-ki18n-dev,
+ kf6-kirigami2-dev,
+ kf6-kirigami-addons-dev,
+ kf6-kpeople-dev,
+# kpeople-vcard,
pkg-config,
- pkg-kde-tools (>= 0.9),
- qtbase5-dev,
- qtdeclarative5-dev,
- qtquickcontrols2-5-dev,
- qttools5-dev
+ pkg-kde-tools-neon,
+ qt6-base-dev,
+ qt6-declarative-dev,
+ qt6-tools-dev
Standards-Version: 4.2.1
Homepage: https://invent.kde.org/kde/plasma-phonebook
Vcs-Browser: https://gitlab.com/debian-pm/apps/plasma-phonebook
@@ -24,8 +24,8 @@ Vcs-Git: https://gitlab.com/debian-pm/apps/plasma-phonebook.git
Package: plasma-phonebook
Architecture: any
-Depends: qml-module-org-kde-kirigami2,
- qml-module-qtquick-controls2,
+Depends: qml6-module-org-kde-kirigami2,
+ qml6-module-qtquick-controls,
${misc:Depends},
${shlibs:Depends}
Description: Calendar application for Plasma Mobile
diff --git a/debian/rules b/debian/rules
index 2d33f6a..47c772a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,9 @@
#!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
%:
- dh $@
+ 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