diff options
Diffstat (limited to 'extra/pyqt/Pkgfile')
-rw-r--r-- | extra/pyqt/Pkgfile | 12 |
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 } |