[neon/extras/plasma-pass/Neon/unstable] debian: port to plasma 6
Carlos De Maine
null at kde.org
Sun May 7 02:20:10 BST 2023
Git commit 32c5fbfa4ac12c8f1c3dbec19e4e718a8da2d8c4 by Carlos De Maine.
Committed on 07/05/2023 at 01:20.
Pushed by carlosdem into branch 'Neon/unstable'.
port to plasma 6
M +13 -13 debian/control
M +7 -1 debian/rules
https://invent.kde.org/neon/extras/plasma-pass/commit/32c5fbfa4ac12c8f1c3dbec19e4e718a8da2d8c4
diff --git a/debian/control b/debian/control
index 291fc3d..89f842c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,20 +3,20 @@ Section: utils
Priority: optional
Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
Uploaders: Pino Toscano <pino at debian.org>
-Build-Depends: cmake (>= 3.5.0),
+Build-Depends: cmake,
debhelper-compat (= 13),
- extra-cmake-modules (>= 5.57.0~),
+ extra-cmake-modules-neon,
gettext,
libgpg-error-dev,
libgpgme-dev,
libgpgmepp-dev,
- libkf5i18n-dev (>= 5.57.0~),
- libkf5itemmodels-dev (>= 5.57.0~),
- libkf5plasma-dev (>= 5.57.0~),
+ kf6-ki18n-dev,
+ kf6-kitemmodels-dev,
+ kf6-plasma-framework-dev,
liboath-dev,
- pkg-kde-tools (>= 0.15.16),
- qtbase5-dev (>= 5.11.0~),
- qtdeclarative5-dev (>= 5.11.0~)
+ pkg-kde-tools-neon,
+ qt6-base-dev,
+ qt6-declarative-dev
Standards-Version: 4.5.1
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/plasma-pass.git
@@ -26,11 +26,11 @@ Homepage: https://invent.kde.org/plasma/plasma-pass
Package: plasma-pass
Architecture: any
Depends: gnupg2,
- plasma-framework,
- qml-module-org-kde-kirigami2,
- qml-module-qtquick-controls2,
- qml-module-qtquick-layouts,
- qml-module-qtquick2,
+ kf6-plasma-framework,
+ qml6-module-org-kde-kirigami,
+ qml6-module-qtquick-controls,
+ qml6-module-qtquick-layouts,
+ qml6-module-qtquick,
${misc:Depends},
${shlibs:Depends}
Suggests: pass, pass-extension-otp
diff --git a/debian/rules b/debian/rules
index 28858f7..113c5e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,10 @@
#!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
%:
- dh $@ --with kf5
+ 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