wok-current diff libQtPlugins/receipt @ rev 16893

libQtPlugins: replace phonon&sqlite libs: less deps in a lot of apps
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon Jul 14 14:37:30 2014 +0300 (2014-07-14)
parents 7bb096863642
children 5a8e7bf8a873
line diff
     1.1 --- a/libQtPlugins/receipt	Sat Sep 14 17:06:00 2013 +0000
     1.2 +++ b/libQtPlugins/receipt	Mon Jul 14 14:37:30 2014 +0300
     1.3 @@ -12,11 +12,14 @@
     1.4  DEPENDS="libQtSql libQt3Support libQtGui libQtCore libQtXml libQtNetwork \
     1.5  libQtDBus libQtWebkit libQtScript libQtDesigner libQtOpenGL libQtScriptTools libQtSvg \
     1.6  libQtTest libQtHelp"
     1.7 +BUILD_DEPENDS="qt4 $DEPENDS"
     1.8  
     1.9  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.10  genpkg_rules()
    1.11  {
    1.12  	mkdir -p $fs/usr/lib/qt
    1.13  	cp -a $install/usr/lib/qt/plugins $fs/usr/lib/qt
    1.14 +	rm -f $fs/usr/lib/qt/plugins/sqldrivers/libqsqlite.so
    1.15 +	rm -f $fs/usr/lib/qt/plugins/phonon_backend/libphonon_gstreamer.so
    1.16  }
    1.17