diff options
author | sibel <lesibel at free dot fr> | 2010-10-07 11:07:10 +0200 |
---|---|---|
committer | sibel <lesibel at free dot fr> | 2010-10-07 11:07:10 +0200 |
commit | b923632d78183ad0bbe134ea7f65eac23e1487ea (patch) | |
tree | 508dce8df0a05bb3cbd0a556543651be3cfd768c /extra/pyqt/Pkgfile | |
parent | 79afcfb7cc5e44faa9743c40b3463e2c09e71c27 (diff) | |
download | nutyx-pakxe-b923632d78183ad0bbe134ea7f65eac23e1487ea.tar.gz nutyx-pakxe-b923632d78183ad0bbe134ea7f65eac23e1487ea.tar.bz2 nutyx-pakxe-b923632d78183ad0bbe134ea7f65eac23e1487ea.tar.xz nutyx-pakxe-b923632d78183ad0bbe134ea7f65eac23e1487ea.zip |
maj de pyqt#4.7.7-2
Diffstat (limited to 'extra/pyqt/Pkgfile')
-rw-r--r-- | extra/pyqt/Pkgfile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/extra/pyqt/Pkgfile b/extra/pyqt/Pkgfile index 173d75f47..b4733e95a 100644 --- a/extra/pyqt/Pkgfile +++ b/extra/pyqt/Pkgfile @@ -6,11 +6,15 @@ name=pyqt version=4.7.7 -release=1 -source=(http://www.riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-$version.tar.gz) +release=2 +source=(http://www.riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-$version.tar.gz + fix-kdebindings-4.5.2.patch) build() { cd PyQt-x11-gpl-$version + + 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 |