From d698f61f0ea1ff8216981b2880f812cabfd2b718 Mon Sep 17 00:00:00 2001 From: sibel Date: Wed, 26 Jan 2011 08:32:52 +0100 Subject: pyqt, maj 4.8.3-1 --- extra/pyqt/Pkgfile | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'extra/pyqt/Pkgfile') 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 } -- cgit v1.2.3-70-g09d2