summaryrefslogtreecommitdiffstats
path: root/extra/pyqt/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-01-26 08:32:52 +0100
committersibel <lesibel@free.fr>2011-01-26 08:32:52 +0100
commitd698f61f0ea1ff8216981b2880f812cabfd2b718 (patch)
tree2c225b02a9a710526a315ae54cc233d271910b3b /extra/pyqt/Pkgfile
parentbc57fe7273ce15c3f1ad1204373a0c060865e346 (diff)
downloadnutyx-extra-d698f61f0ea1ff8216981b2880f812cabfd2b718.tar.gz
nutyx-extra-d698f61f0ea1ff8216981b2880f812cabfd2b718.tar.bz2
nutyx-extra-d698f61f0ea1ff8216981b2880f812cabfd2b718.tar.xz
nutyx-extra-d698f61f0ea1ff8216981b2880f812cabfd2b718.zip
pyqt, maj 4.8.3-1
Diffstat (limited to 'extra/pyqt/Pkgfile')
-rw-r--r--extra/pyqt/Pkgfile14
1 files changed, 5 insertions, 9 deletions
diff --git a/extra/pyqt/Pkgfile b/extra/pyqt/Pkgfile
index 8e9921536..93a22e3c4 100644
--- a/extra/pyqt/Pkgfile
+++ b/extra/pyqt/Pkgfile
@@ -6,24 +6,20 @@
# Run on: sip,qscintilla,qt,phonon
name=pyqt
-version=4.8.2
+version=4.8.3
release=1
-source=(http://www.riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-$version.tar.gz
- fix-stackedwidget-bug.patch)
-
+source=(http://www.riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-$version.tar.gz)
build() {
cd PyQt-x11-gpl-$version
- patch -Np1 -i ../fix-stackedwidget-bug.patch
-
- echo yes | python2 configure.py -b /usr/bin \
- -d /usr/lib/python2.7/site-packages \
+ python2 configure.py \
-v /usr/share/sip \
+ --confirm-license \
--qsci-api
find -name 'Makefile' | xargs sed -i 's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
make
- make DESTDIR=$PKG install
+ make DESTDIR=$PKG INSTALL_ROOT=$PKG install
}