[neon/kf6/kf6-purpose/Neon/unstable] debian: update .install and build deps
Jonathan Esk-Riddell
null at kde.org
Fri Feb 24 13:37:20 GMT 2023
Git commit e3c717b31f52745481ff75c0361650477cfbd603 by Jonathan Esk-Riddell.
Committed on 24/02/2023 at 13:37.
Pushed by jriddell into branch 'Neon/unstable'.
update .install and build deps
M +1 -5 debian/control
M +3 -4 debian/kf6-purpose-dev.install
M +0 -1 debian/kf6-purpose.install
https://invent.kde.org/neon/kf6/kf6-purpose/commit/e3c717b31f52745481ff75c0361650477cfbd603
diff --git a/debian/control b/debian/control
index 20aabec..aaab658 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,6 @@ Maintainer: Jonathan Esk-Riddell <jr at jriddell.org>
Build-Depends: cmake,
debhelper-compat (= 13),
intltool,
- kaccounts-integration,
kf6-extra-cmake-modules,
kf6-kcmutils-dev,
kf6-kconfig-dev,
@@ -18,9 +17,6 @@ Build-Depends: cmake,
kf6-kwallet-dev,
kirigami2-dev,
libaccounts-glib-dev,
- libaccounts-qt5-dev,
- libkaccounts-dev,
- libsignon-qt5-dev,
pkg-config,
pkg-kde-tools-neon,
qt6-base-dev,
@@ -34,7 +30,7 @@ Package: kf6-purpose
Architecture: any
Section: kde
X-Neon-MergedPackage: true
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: kf6-prison, ${misc:Depends}, ${shlibs:Depends}
Description: abstraction to provide and leverage actions of a specific kind, runtime
Purpose offers the possibility to create integrate services and actions on
any application without having to implement them specifically. Purpose will
diff --git a/debian/kf6-purpose-dev.install b/debian/kf6-purpose-dev.install
index e2ddd81..cf58bc4 100644
--- a/debian/kf6-purpose-dev.install
+++ b/debian/kf6-purpose-dev.install
@@ -1,6 +1,5 @@
usr/kf6/include/KF6/purpose/
usr/kf6/include/KF6/purposewidgets/
-usr/kf6/lib/*/cmake/KDEExperimentalPurpose/
-usr/kf6/lib/*/cmake/KF5Purpose/
-usr/kf6/lib/*/libKF5Purpose.so
-usr/kf6/lib/*/libKF5PurposeWidgets.so
+usr/kf6/lib/*/cmake/KF6Purpose/
+usr/kf6/lib/*/libKF6Purpose.so
+usr/kf6/lib/*/libKF6PurposeWidgets.so
diff --git a/debian/kf6-purpose.install b/debian/kf6-purpose.install
index 335101a..c4a0f7b 100644
--- a/debian/kf6-purpose.install
+++ b/debian/kf6-purpose.install
@@ -10,7 +10,6 @@ usr/kf6/lib/*/libexec/kf6/purposeprocess
usr/kf6/lib/*/plugins/kf6/kfileitemaction/sharefileitemaction.so
usr/kf6/lib/*/plugins/kf6/purpose/*.so
usr/kf6/lib/*/qml/org/kde/purpose/
-usr/kf6/share/accounts/services/
usr/kf6/share/icons/
usr/kf6/share/locale/*/LC_MESSAGES/*purpose*.mo
usr/kf6/share/purpose/
More information about the Neon-commits
mailing list