diff options
author | sibel <lesibel@free.fr> | 2010-12-30 19:06:29 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-12-30 19:06:29 +0100 |
commit | 042f9960a2789bcefea1f700450d1e948df0d3d5 (patch) | |
tree | 04e2118ac8501943e54a10a7fb4a372864eff2f3 | |
parent | 59cf9e389da4daa87505e5fb6673ede8970181ce (diff) | |
download | nutyx-pakxe-042f9960a2789bcefea1f700450d1e948df0d3d5.tar.gz nutyx-pakxe-042f9960a2789bcefea1f700450d1e948df0d3d5.tar.bz2 nutyx-pakxe-042f9960a2789bcefea1f700450d1e948df0d3d5.tar.xz nutyx-pakxe-042f9960a2789bcefea1f700450d1e948df0d3d5.zip |
pyqt#4.8.2-1, correction port
-rw-r--r-- | extra/pyqt/Pkgfile | 4 |
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 } |