# Description: Connecteur python pour qt4 # URL: http://www.riverbankcomputing.co.uk/software/pyqt/intro # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch # Depends on: sip, qscintilla, qt, phonon name=pyqt version=4.8.2 release=1 source=(http://www.riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-$version.tar.gz fix-stackedwidget-bug.patch) build() { cd PyQt-x11-gpl-$version patch -Np1 -i ../fix-stackedwidget-bug.patch echo yes | python2 configure.py -b /usr/bin \ -d /usr/lib/python2.7/site-packages \ -v /usr/share/sip \ --qsci-api find -name 'Makefile' | xargs sed -i 's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g' make make DESTDIR=$PKG install }