123456789101112131415161718192021222324252627 |
- # Tanım: Qt5 için bağlayıcı python
- # URL: https://sourceforge.net/projects/pyqt/f
- # Paketçi: milisarge
- # Gerekler: python3-dbus python3-sip qt5 qt5-webkit python3-opengl python3 qt5-webengine
- # Grup: kütüphane
- isim=python3-qt5
- surum=5.9.2
- devir=1
- kaynak=(http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-$surum/PyQt5_gpl-$surum.tar.gz)
- derle() {
- cd PyQt5_gpl-$surum
- python3 configure.py \
- -q /usr/bin/qmake-qt5 \
- --confirm-license \
- --no-sip-files \
- --qsci-api --verbose
- find -name 'Makefile' | xargs sed -i 's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
- make
- make DESTDIR=$PKG INSTALL_ROOT=$PKG install
- install -Dm644 PyQt5.api $PKG/usr/share/qt/qsci/api/python/PyQt5.api
- }
|