wok-next rev 7065
Added qtconfig. Qtconfig is a tool that allows users to customize the default settings for Qt applications. Removed from Qt4-dev.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Nov 01 23:08:19 2010 +0000 (2010-11-01) |
parents | 28290559c8bb |
children | bda3b17b3945 |
files | Qt4-dev/receipt qtconfig/receipt |
line diff
1.1 --- a/Qt4-dev/receipt Mon Nov 01 22:42:11 2010 +0000 1.2 +++ b/Qt4-dev/receipt Mon Nov 01 23:08:19 2010 +0000 1.3 @@ -8,9 +8,8 @@ 1.4 DEPENDS="QtDesigner jpeg tiff libpng mesa libglu-mesa \ 1.5 freetds libmysqlclient libpostgresqlclient libunixODBC xcb-util \ 1.6 libQt3Support libQtClucene libQtDBus libQtHelp libQtOpenGL \ 1.7 -libQtScript libQtSql libQtWebkit gcc-lib-base" 1.8 +libQtScript libQtSql libQtWebkit qtconfig gcc-lib-base" 1.9 SUGGESTED="libmng nvidia" 1.10 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://qt.nokia.com/" 1.12 WANTED="qt4" 1.13 SOURCE="qt-everywhere-opensource-src" 1.14 @@ -34,5 +33,8 @@ 1.15 # Linguist and assistant are now part of QTDesigner packages 1.16 rm $fs/usr/bin/linguist 1.17 rm $fs/usr/bin/assistant 1.18 + # qtconfig packaged now in separate package 1.19 + rm $fs/usr/bin/qtconfig 1.20 + rm $fs/usr/share/translations/qtconfig*.qm 1.21 } 1.22
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/qtconfig/receipt Mon Nov 01 23:08:19 2010 +0000 2.3 @@ -0,0 +1,19 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="qtconfig" 2.7 +VERSION="4.7.0" 2.8 +CATEGORY="x-window" 2.9 +SHORT_DESC="Qtconfig is a tool that allows users to customize the default settings for Qt applications." 2.10 +MAINTAINER="slaxemulator@gmail.com" 2.11 +DEPENDS="gst-plugins-base libQt3Support libQtNetwork libQtDBus qt4-phonon" 2.12 +WEB_SITE="http://qt.nokia.com/" 2.13 +WANTED="qt4" 2.14 + 2.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.16 +genpkg_rules() 2.17 +{ 2.18 + mkdir -p $fs/usr/bin $fs/usr/share/translations 2.19 + cp -a $_pkg/usr/bin/qtconfig $fs/usr/bin 2.20 + cp -a $_pkg/usr/share/translations/qtconfig*.qm $fs/usr/share/translations 2.21 +} 2.22 +