[neon/kf6/kf6-kwidgetsaddons/Neon/release] debian: python bindings

Carlos De Maine null at kde.org
Wed Dec 18 06:33:06 GMT 2024


Git commit b8e4dc177494ecee04adcdec6af43408f7ce0cb6 by Carlos De Maine.
Committed on 18/12/2024 at 06:32.
Pushed by carlosdem into branch 'Neon/release'.

python bindings

M  +13   -1    debian/control
M  +1    -0    debian/kf6-kwidgetsaddons.install

https://invent.kde.org/neon/kf6/kf6-kwidgetsaddons/-/commit/b8e4dc177494ecee04adcdec6af43408f7ce0cb6

diff --git a/debian/control b/debian/control
index b8df76a..4e75a8e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,19 @@ Priority: optional
 Maintainer: Jonathan Esk-Riddell <jr at jriddell.org>
 Build-Depends: cmake,
                debhelper-compat (= 13),
+               dh-python,
+               dh-sequence-python3,
                doxygen,
                graphviz,
                kf6-extra-cmake-modules,
+               libclang-dev
+               libpyside6-dev,
+               libpython3-dev,
+               libshiboken6-dev,
                pkg-kde-tools-neon,
+               python3-dev,
+               python3-build,
+               pyside6-tools,
                qt6-base-dev,
                qt6-tools-dev
 Standards-Version: 4.6.2
@@ -19,7 +28,10 @@ Package: kf6-kwidgetsaddons
 Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: python3,
+         python3-pyside6.qtcore,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Replaces: libkf6widgetsaddons6,
           libkf6widgetsaddons-data,
 Description: add-on widgets and classes for applications that use the Qt Widgets module
diff --git a/debian/kf6-kwidgetsaddons.install b/debian/kf6-kwidgetsaddons.install
index 6f87e4d..4f71ef3 100644
--- a/debian/kf6-kwidgetsaddons.install
+++ b/debian/kf6-kwidgetsaddons.install
@@ -1,4 +1,5 @@
 usr/lib/*/libKF6WidgetsAddons.so.6.*
 usr/lib/*/libKF6WidgetsAddons.so.6
+usr/lib/python3/dist-packages/
 usr/share/locale/
 usr/share/qlogging-categories6/


More information about the Neon-commits mailing list