summaryrefslogtreecommitdiffstats
path: root/extra
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
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')
-rw-r--r--extra/pyqt/.footprint8
-rw-r--r--extra/pyqt/.md5sum3
-rw-r--r--extra/pyqt/Pkgfile14
3 files changed, 11 insertions, 14 deletions
diff --git a/extra/pyqt/.footprint b/extra/pyqt/.footprint
index 55b4fc7b2..335f01316 100644
--- a/extra/pyqt/.footprint
+++ b/extra/pyqt/.footprint
@@ -70,9 +70,10 @@ drwxr-xr-x root/root usr/lib/python2.7/site-packages/PyQt4/uic/widget-plugins/
-rw-r--r-- root/root usr/lib/python2.7/site-packages/PyQt4/uic/widget-plugins/qscintilla.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/PyQt4/uic/widget-plugins/qtdeclarative.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/PyQt4/uic/widget-plugins/qtwebkit.py
-drwxr-xr-x root/root usr/lib/python2.7/site-packages/dbus/
-drwxr-xr-x root/root usr/lib/python2.7/site-packages/dbus/mainloop/
--rwxr-xr-x root/root usr/lib/python2.7/site-packages/dbus/mainloop/qt.so
+drwxr-xr-x root/root usr/lib/qt/
+drwxr-xr-x root/root usr/lib/qt/plugins/
+drwxr-xr-x root/root usr/lib/qt/plugins/designer/
+-rwxr-xr-x root/root usr/lib/qt/plugins/designer/libpythonplugin.so
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/qt/
drwxr-xr-x root/root usr/share/qt/qsci/
@@ -140,6 +141,7 @@ drwxr-xr-x root/root usr/share/sip/QtCore/
-rw-r--r-- root/root usr/share/sip/QtCore/qpoint.sip
-rw-r--r-- root/root usr/share/sip/QtCore/qprocess.sip
-rw-r--r-- root/root usr/share/sip/QtCore/qpropertyanimation.sip
+-rw-r--r-- root/root usr/share/sip/QtCore/qpynullvariant.sip
-rw-r--r-- root/root usr/share/sip/QtCore/qreadwritelock.sip
-rw-r--r-- root/root usr/share/sip/QtCore/qrect.sip
-rw-r--r-- root/root usr/share/sip/QtCore/qregexp.sip
diff --git a/extra/pyqt/.md5sum b/extra/pyqt/.md5sum
index 4b5e4f1fb..4498b48ef 100644
--- a/extra/pyqt/.md5sum
+++ b/extra/pyqt/.md5sum
@@ -1,2 +1 @@
-142a32f126f205a2bd77f6a9910f5333 PyQt-x11-gpl-4.8.2.tar.gz
-fad4f593388a466d19d7274d74d435ff fix-stackedwidget-bug.patch
+d54fd1c37a74864faf42709c8102f254 PyQt-x11-gpl-4.8.3.tar.gz
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
}