[neon/kf6/kf6-kstatusnotifieritem/Neon/release] debian: python bindings
Carlos De Maine
null at kde.org
Wed Feb 26 02:34:02 GMT 2025
Git commit c34bf1ffa98d85969ef4d37119137b7819609b35 by Carlos De Maine.
Committed on 26/02/2025 at 02:34.
Pushed by carlosdem into branch 'Neon/release'.
python bindings
M +13 -1 debian/control
M +1 -0 debian/kf6-kstatusnotifieritem.install
https://invent.kde.org/neon/kf6/kf6-kstatusnotifieritem/-/commit/c34bf1ffa98d85969ef4d37119137b7819609b35
diff --git a/debian/control b/debian/control
index b6dffbc..91945c6 100644
--- a/debian/control
+++ b/debian/control
@@ -5,12 +5,21 @@ Maintainer: Jonathan Esk-Riddell <jr at jriddell.org>
Build-Depends: bison,
cmake,
debhelper-compat (= 13),
+ dh-python,
+ dh-sequence-python3,
doxygen,
flex,
graphviz,
kf6-extra-cmake-modules,
kf6-kwindowsystem-dev,
+ libclang-dev
+ libpyside6-dev,
+ libpython3-dev,
+ libshiboken6-dev,
pkg-kde-tools-neon,
+ python3-dev,
+ python3-build,
+ pyside6-tools,
qt6-base-dev,
qt6-tools-dev,
xauth <!nocheck>,
@@ -25,7 +34,10 @@ Package: kf6-kstatusnotifieritem
Architecture: any
Section: kde
X-Neon-MergedPackage: true
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: python3,
+ python3-pyside6.qtcore,
+ ${misc:Depends},
+ ${shlibs:Depends},
Description: Implementation of Status Notifier Items
Framework for status notifier items.
.
diff --git a/debian/kf6-kstatusnotifieritem.install b/debian/kf6-kstatusnotifieritem.install
index 6bc5178..e8c02c9 100644
--- a/debian/kf6-kstatusnotifieritem.install
+++ b/debian/kf6-kstatusnotifieritem.install
@@ -1,5 +1,6 @@
usr/lib/*/libKF6StatusNotifierItem.so.6.*
usr/lib/*/libKF6StatusNotifierItem.so.6
+usr/lib/python3/dist-packages/
usr/share/dbus-1/interfaces
usr/share/locale/*/LC_MESSAGES/
usr/share/qlogging-categories6/
More information about the Neon-commits
mailing list