# HG changeset patch # User Christopher Rogers # Date 1288652899 0 # Node ID 77f1970e448dadc3014070a6a4399a31c21d7c12 # Parent 28290559c8bb45717c6ddfa48ea9a1eeb233c35f Added qtconfig. Qtconfig is a tool that allows users to customize the default settings for Qt applications. Removed from Qt4-dev. diff -r 28290559c8bb -r 77f1970e448d Qt4-dev/receipt --- a/Qt4-dev/receipt Mon Nov 01 22:42:11 2010 +0000 +++ b/Qt4-dev/receipt Mon Nov 01 23:08:19 2010 +0000 @@ -8,9 +8,8 @@ DEPENDS="QtDesigner jpeg tiff libpng mesa libglu-mesa \ freetds libmysqlclient libpostgresqlclient libunixODBC xcb-util \ libQt3Support libQtClucene libQtDBus libQtHelp libQtOpenGL \ -libQtScript libQtSql libQtWebkit gcc-lib-base" +libQtScript libQtSql libQtWebkit qtconfig gcc-lib-base" SUGGESTED="libmng nvidia" -TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://qt.nokia.com/" WANTED="qt4" SOURCE="qt-everywhere-opensource-src" @@ -34,5 +33,8 @@ # Linguist and assistant are now part of QTDesigner packages rm $fs/usr/bin/linguist rm $fs/usr/bin/assistant + # qtconfig packaged now in separate package + rm $fs/usr/bin/qtconfig + rm $fs/usr/share/translations/qtconfig*.qm } diff -r 28290559c8bb -r 77f1970e448d qtconfig/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qtconfig/receipt Mon Nov 01 23:08:19 2010 +0000 @@ -0,0 +1,19 @@ +# SliTaz package receipt. + +PACKAGE="qtconfig" +VERSION="4.7.0" +CATEGORY="x-window" +SHORT_DESC="Qtconfig is a tool that allows users to customize the default settings for Qt applications." +MAINTAINER="slaxemulator@gmail.com" +DEPENDS="gst-plugins-base libQt3Support libQtNetwork libQtDBus qt4-phonon" +WEB_SITE="http://qt.nokia.com/" +WANTED="qt4" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/bin $fs/usr/share/translations + cp -a $_pkg/usr/bin/qtconfig $fs/usr/bin + cp -a $_pkg/usr/share/translations/qtconfig*.qm $fs/usr/share/translations +} +