summaryrefslogtreecommitdiffstats
path: root/extra/pyqt/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-22 23:23:24 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-22 23:23:24 +0100
commit9d14d8c206221d0d8ac721420b155eb9ccc9b5fa (patch)
tree5c0b4c909646d83bafd4d4b7ae6f0122258de4d1 /extra/pyqt/Pkgfile
parent0120bbf55a9969cf1225701a0dbc60d284136884 (diff)
downloadnutyx-extra-9d14d8c206221d0d8ac721420b155eb9ccc9b5fa.tar.gz
nutyx-extra-9d14d8c206221d0d8ac721420b155eb9ccc9b5fa.tar.bz2
nutyx-extra-9d14d8c206221d0d8ac721420b155eb9ccc9b5fa.tar.xz
nutyx-extra-9d14d8c206221d0d8ac721420b155eb9ccc9b5fa.zip
maj pyqt#4.6.2-1
Diffstat (limited to 'extra/pyqt/Pkgfile')
-rw-r--r--extra/pyqt/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/pyqt/Pkgfile b/extra/pyqt/Pkgfile
index 20ae496a8..99b7ed186 100644
--- a/extra/pyqt/Pkgfile
+++ b/extra/pyqt/Pkgfile
@@ -5,14 +5,14 @@
# Depends on: sip, qscintilla, qt
name=pyqt
-version=4.5.4
+version=4.6.2
release=1
source=(http://www.riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-$version.tar.gz)
build() {
cd PyQt-x11-gpl-$version
echo yes | python configure.py -b /usr/bin \
- -d /usr/lib/python2.5/site-packages \
+ -d /usr/lib/python2.6/site-packages \
-v /usr/share/sip
make
make DESTDIR=$PKG install