summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extra/pyqt/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/pyqt/Pkgfile b/extra/pyqt/Pkgfile
index 6fc1d2a02..c47fd39e4 100644
--- a/extra/pyqt/Pkgfile
+++ b/extra/pyqt/Pkgfile
@@ -10,10 +10,9 @@ release=1
source=(http://www.riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-$version.tar.gz
fix-stackedwidget-bug.patch)
-# http://nutyx.meticul.eu/files/patchs/$name/fix-kdebindings-4.5.2.patch)
-
build() {
cd PyQt-x11-gpl-$version
+
patch -Np1 -i ../fix-stackedwidget-bug.patch
echo yes | python2 configure.py -b /usr/bin \
@@ -22,6 +21,7 @@ build() {
--qsci-api
find -name 'Makefile' | xargs sed -i 's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
+
make
make DESTDIR=$PKG install
}