summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-01-26 10:00:18 +0100
committersibel <lesibel@free.fr>2011-01-26 10:00:18 +0100
commit73303b252440b9acdf47efec32e6fa126d66e116 (patch)
tree313053d43d41ba13958d00c3c518088f13784a1b
parent74bd35215021f75b71b21c2df5086a91d88e912c (diff)
downloadnutyx-extra-73303b252440b9acdf47efec32e6fa126d66e116.tar.gz
nutyx-extra-73303b252440b9acdf47efec32e6fa126d66e116.tar.bz2
nutyx-extra-73303b252440b9acdf47efec32e6fa126d66e116.tar.xz
nutyx-extra-73303b252440b9acdf47efec32e6fa126d66e116.zip
pyqt, correction port
-rw-r--r--extra/pyqt/.footprint4
-rw-r--r--extra/pyqt/Pkgfile1
2 files changed, 4 insertions, 1 deletions
diff --git a/extra/pyqt/.footprint b/extra/pyqt/.footprint
index 335f01316..fd2216bf2 100644
--- a/extra/pyqt/.footprint
+++ b/extra/pyqt/.footprint
@@ -70,10 +70,12 @@ 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/
diff --git a/extra/pyqt/Pkgfile b/extra/pyqt/Pkgfile
index 93a22e3c4..96ffbe172 100644
--- a/extra/pyqt/Pkgfile
+++ b/extra/pyqt/Pkgfile
@@ -21,5 +21,6 @@ build() {
make
make DESTDIR=$PKG INSTALL_ROOT=$PKG install
+ rm $PKG/usr/lib/qt/plugins/designer/libpythonplugin.so
}