wok diff libQtPlugins/receipt @ rev 18140
syslinux/taziso: add floppyset
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 15 16:28:54 2015 +0200 (2015-06-15) |
parents | f97518d423b8 |
children | 9cb6a23202c2 |
line diff
1.1 --- a/libQtPlugins/receipt Thu Jul 17 03:53:32 2014 +0200 1.2 +++ b/libQtPlugins/receipt Mon Jun 15 16:28:54 2015 +0200 1.3 @@ -18,9 +18,7 @@ 1.4 { 1.5 mkdir -p $fs/usr/lib/qt 1.6 cp -a $install/usr/lib/qt/plugins $fs/usr/lib/qt 1.7 - rm -f $fs/usr/lib/qt/plugins/sqldrivers/libqsqlite.so 1.8 - rm -f $fs/usr/lib/qt/plugins/phonon_backend/libphonon_gstreamer.so 1.9 - rm -f $fs/usr/lib/qt/plugins/imageformats/libqjpeg.so 1.10 - rm -f $fs/usr/lib/qt/plugins/imageformats/libqgif.so 1.11 + find $fs -regex \ 1.12 + '.*\(gstreamer\|libqsqlite\|qjpeg\|bqgif\|libqsvg\).*' -delete 1.13 } 1.14