diff options
Diffstat (limited to 'extra/pyqt/Pkgfile')
-rw-r--r-- | extra/pyqt/Pkgfile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/extra/pyqt/Pkgfile b/extra/pyqt/Pkgfile index 8e9921536..93a22e3c4 100644 --- a/extra/pyqt/Pkgfile +++ b/extra/pyqt/Pkgfile @@ -6,24 +6,20 @@ # Run on: sip,qscintilla,qt,phonon name=pyqt -version=4.8.2 +version=4.8.3 release=1 -source=(http://www.riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-$version.tar.gz - fix-stackedwidget-bug.patch) - +source=(http://www.riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-$version.tar.gz) 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 \ + python2 configure.py \ -v /usr/share/sip \ + --confirm-license \ --qsci-api find -name 'Makefile' | xargs sed -i 's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g' make - make DESTDIR=$PKG install + make DESTDIR=$PKG INSTALL_ROOT=$PKG install } |