summaryrefslogtreecommitdiffstats
path: root/extra/pyqt/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-12-29 15:29:28 +0000
committersibel <lesibel@free.fr>2010-12-29 15:29:28 +0000
commitd0a09dff30fd669107248a6cf6e22ffc9199d121 (patch)
treea1d5056706a8d1f7104116b633f978a046f724a1 /extra/pyqt/Pkgfile
parent3895b6e2e0a8967f52d4fde58e37c4ee24febc27 (diff)
downloadnutyx-extra-d0a09dff30fd669107248a6cf6e22ffc9199d121.tar.gz
nutyx-extra-d0a09dff30fd669107248a6cf6e22ffc9199d121.tar.bz2
nutyx-extra-d0a09dff30fd669107248a6cf6e22ffc9199d121.tar.xz
nutyx-extra-d0a09dff30fd669107248a6cf6e22ffc9199d121.zip
pyqt#4.7.7-3, maj python
Diffstat (limited to 'extra/pyqt/Pkgfile')
-rw-r--r--extra/pyqt/Pkgfile12
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/pyqt/Pkgfile b/extra/pyqt/Pkgfile
index 2919ac36f..de16e3ff5 100644
--- a/extra/pyqt/Pkgfile
+++ b/extra/pyqt/Pkgfile
@@ -6,18 +6,18 @@
name=pyqt
version=4.7.7
-release=2
+release=3
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)
build() {
cd PyQt-x11-gpl-$version
+# patch -Np0 -i ../fix-kdebindings-4.5.2.patch
- patch -Np0 -i ../fix-kdebindings-4.5.2.patch
-
- echo yes | python configure.py -b /usr/bin \
- -d /usr/lib/python2.6/site-packages \
- -v /usr/share/sip
+# echo yes |
+ python2 configure.py -b /usr/bin \
+ -d /usr/lib/python2.7/site-packages \
+ -v /usr/share/sip/
make
make DESTDIR=$PKG install
}