diff options
author | sibel <lesibel@free.fr> | 2011-01-26 10:00:18 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-01-26 10:00:18 +0100 |
commit | 73303b252440b9acdf47efec32e6fa126d66e116 (patch) | |
tree | 313053d43d41ba13958d00c3c518088f13784a1b /extra | |
parent | 74bd35215021f75b71b21c2df5086a91d88e912c (diff) | |
download | nutyx-pakxe-73303b252440b9acdf47efec32e6fa126d66e116.tar.gz nutyx-pakxe-73303b252440b9acdf47efec32e6fa126d66e116.tar.bz2 nutyx-pakxe-73303b252440b9acdf47efec32e6fa126d66e116.tar.xz nutyx-pakxe-73303b252440b9acdf47efec32e6fa126d66e116.zip |
pyqt, correction port
Diffstat (limited to 'extra')
-rw-r--r-- | extra/pyqt/.footprint | 4 | ||||
-rw-r--r-- | extra/pyqt/Pkgfile | 1 |
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 } |