wok diff Qt4-dev/receipt @ rev 12964

sqlite: No need to add lib .so files into sqlite package cause with have libsqlite. Sqlite is also DEPENDS on libsqlite so i don't know your problem pascal.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu May 31 18:52:02 2012 +0000 (2012-05-31)
parents 94abe4617312
children 68ec33732967
line diff
     1.1 --- a/Qt4-dev/receipt	Tue Mar 08 22:55:07 2011 +0000
     1.2 +++ b/Qt4-dev/receipt	Thu May 31 18:52:02 2012 +0000
     1.3 @@ -1,13 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="Qt4-dev"
     1.7 -VERSION="4.7.2"
     1.8 +VERSION="4.7.3"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="qt x11 toolkit"
    1.11  MAINTAINER="allan316@gmail.com"
    1.12  DEPENDS="QtDesigner jpeg tiff libpng mesa libglu-mesa \
    1.13  freetds libmysqlclient libpostgresqlclient libunixODBC xcb-util \
    1.14 -libQt3Support libQtClucene libQtDBus libQtHelp libQtOpenGL \
    1.15 +libQt3Support libQtClucene libQtPlugins libQtDBus libQtHelp libQtOpenGL \
    1.16  libQtScript libQtSql libQtScriptTools libQtWebkit libQtTest \
    1.17  qtconfig gcc-lib-base"
    1.18  SUGGESTED="libmng nvidia"
    1.19 @@ -26,6 +26,8 @@
    1.20  	cp -a $_pkg/usr/share  $fs/usr	
    1.21  	cp -a $_pkg/usr/lib/qt $fs/usr/lib
    1.22  	
    1.23 +	# all qt plugins are in libQtPlugins
    1.24 +	rm -rf $fs/usr/lib/qt/plugins
    1.25  	# all bin and remove QT applications designer, qmake, assistant, linguist: provide seperate packages
    1.26  	cp -a $_pkg/usr/bin $fs/usr	
    1.27  	rm $fs/usr/bin/qmake