Bindings for KDE 4.x libraries
This package contains a bindings generator for generating KDE and Qt
bindings to non-C(++) languages.
Try to port to python single-spec.
- Links to home:wolfi323...E:Frameworks5 / python-kde4
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:wolfi323:branches:home:wolfi323:branches:KDE:Frameworks5/python-kde4 && cd $_
- Create Badge
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
Annotate-KAutoMount-as-Abstract.patch | 0000000606 606 Bytes | |
_link | 0000000146 146 Bytes | |
arm-avoid-return-type-confusion.patch | 0000000854 854 Bytes | |
arm-qreal-float.patch | 0000000398 398 Bytes | |
fix-build-with-sip-4.19.patch | 0000025296 24.7 KB | |
fix-build.diff | 0000001226 1.2 KB | |
pre_checkin.sh | 0000000260 260 Bytes | |
pykde4-4.14.3.tar.xz | 0002006504 1.91 MB | |
python-kde4.changes | 0000036468 35.6 KB | |
python-kde4.spec | 0000008593 8.39 KB | |
qt_checkstate_pointer.patch | 0000002136 2.09 KB |
Comments 2
TODO: add Provides/Obsoletes for python-kde4(-*) and python3-kde4(-*)
Wurden scheinbar automatisch generiert, zumindest die Provides, Obsoletes checken!
Außerdem die update-alternatives %post(un) scripts überprüfen!
kpythonpluginfactory.so ist nur in python2-kde4 (war vorher schon so). Wär vlt. eine python3 Variante sinnvoll? Aber, das steht im README:
* Python 3 is supported for the base bindings but currently not for the
plugins and embedding.
Betrifft scheinbar genau die kpythonpluginfactory.so?
Ja, sh. CMakeLists.txt:
if (PYTHON_VERSION_MAJOR LESS 3)
add_subdirectory(kpythonpluginfactory)
endif ()