From 59cf9e389da4daa87505e5fb6673ede8970181ce Mon Sep 17 00:00:00 2001 From: sibel Date: Thu, 30 Dec 2010 18:27:43 +0100 Subject: pyqt#4.8.2-1, maj port --- extra/pyqt/Pkgfile | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'extra/pyqt/Pkgfile') diff --git a/extra/pyqt/Pkgfile b/extra/pyqt/Pkgfile index de16e3ff5..6fc1d2a02 100644 --- a/extra/pyqt/Pkgfile +++ b/extra/pyqt/Pkgfile @@ -5,19 +5,23 @@ # Depends on: sip, qscintilla, qt, phonon name=pyqt -version=4.7.7 -release=3 +version=4.8.2 +release=1 source=(http://www.riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-$version.tar.gz - http://nutyx.meticul.eu/files/patchs/$name/fix-kdebindings-4.5.2.patch) + fix-stackedwidget-bug.patch) + +# http://nutyx.meticul.eu/files/patchs/$name/fix-kdebindings-4.5.2.patch) build() { cd PyQt-x11-gpl-$version -# patch -Np0 -i ../fix-kdebindings-4.5.2.patch + patch -Np1 -i ../fix-stackedwidget-bug.patch -# echo yes | - python2 configure.py -b /usr/bin \ + echo yes | python2 configure.py -b /usr/bin \ -d /usr/lib/python2.7/site-packages \ - -v /usr/share/sip/ + -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 } -- cgit v1.2.3-70-g09d2