wok diff libQtPlugins/receipt @ rev 19471
Up httping (2.5)
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Fri Oct 28 21:15:17 2016 +0100 (2016-10-28) |
parents | f97518d423b8 |
children | 9cb6a23202c2 |
line diff
1.1 --- a/libQtPlugins/receipt Thu Jul 17 03:53:32 2014 +0200 1.2 +++ b/libQtPlugins/receipt Fri Oct 28 21:15:17 2016 +0100 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