wok-current rev 17065
pack from qt4-base: libQtWebkit + qtconfig, rename old: qtconfig-phonon + libQtWebkit-video(add_gst*deps)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Fri Aug 22 05:24:00 2014 +0200 (2014-08-22) |
parents | 1b3df63fc24e |
children | 0dcc74d5b8f2 |
files | libQtWebkit-video/receipt libQtWebkit/receipt qtconfig-phonon/receipt qtconfig-phonon/stuff/qtconfig.desktop qtconfig/receipt qtconfig/stuff/qtconfig.desktop |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libQtWebkit-video/receipt Fri Aug 22 05:24:00 2014 +0200 1.3 @@ -0,0 +1,22 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libQtWebkit-video" 1.7 +VERSION="4.8.6" 1.8 +CATEGORY="multimedia" 1.9 +SHORT_DESC="Web browser engine for Qt (with gstreamer HTML5 audio video support)" 1.10 +MAINTAINER="psychomaniak@xakep.ru" 1.11 +LICENSE="GPL3 LGPL2.1" 1.12 +WEB_SITE="http://qt-project.org/" 1.13 +WANTED="qt4" 1.14 + 1.15 +DEPENDS="libQtCore libQtGui libQtNetwork libpng gst-plugins-base \ 1.16 +gst-plugins-good gst-ffmpeg" 1.17 +SUGGESTED="gst-plugins-bad gst-plugins-ugly" 1.18 + 1.19 +#Rules to gen a SliTaz package suitable for Tazpkg. 1.20 +genpkg_rules() 1.21 +{ 1.22 + mkdir -p $fs/usr/lib 1.23 + cp -a $install/usr/lib/libQtWebKit.so* $fs/usr/lib 1.24 +} 1.25 +
2.1 --- a/libQtWebkit/receipt Thu Aug 21 23:48:43 2014 +0200 2.2 +++ b/libQtWebkit/receipt Fri Aug 22 05:24:00 2014 +0200 2.3 @@ -2,12 +2,12 @@ 2.4 2.5 PACKAGE="libQtWebkit" 2.6 VERSION="4.8.6" 2.7 -CATEGORY="development" 2.8 +CATEGORY="network" 2.9 SHORT_DESC="Web browser engine for Qt" 2.10 -MAINTAINER="allan316@gmail.com" 2.11 +MAINTAINER="psychomaniak@xakep.ru" 2.12 LICENSE="GPL3 LGPL2.1" 2.13 WEB_SITE="http://qt-project.org/" 2.14 -WANTED="qt4" 2.15 +WANTED="qt4-base" 2.16 2.17 DEPENDS="libQtCore libQtGui libQtNetwork libpng" 2.18
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/qtconfig-phonon/receipt Fri Aug 22 05:24:00 2014 +0200 3.3 @@ -0,0 +1,21 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="qtconfig-phonon" 3.7 +VERSION="4.8.6" 3.8 +CATEGORY="x-window" 3.9 +SHORT_DESC="Qtconfig is a tool that allows users to customize the default settings for Qt applications." 3.10 +MAINTAINER="slaxemulator@gmail.com" 3.11 +LICENSE="GPL3 LGPL2.1" 3.12 +WEB_SITE="http://qt-project.org/" 3.13 +WANTED="qt4" 3.14 + 3.15 +DEPENDS="gst-plugins-base libQt3Support libQtNetwork libQtDBus qt4-phonon" 3.16 + 3.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 3.18 +genpkg_rules() 3.19 +{ 3.20 + mkdir -p $fs/usr/bin $fs/usr/share/qt/translations 3.21 + cp -a $install/usr/bin/qtconfig $fs/usr/bin 3.22 + cp -a $install/usr/share/qt/translations/qtconfig*.qm $fs/usr/share/qt/translations 3.23 +} 3.24 +
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/qtconfig-phonon/stuff/qtconfig.desktop Fri Aug 22 05:24:00 2014 +0200 4.3 @@ -0,0 +1,10 @@ 4.4 +[Desktop Entry] 4.5 +Name=Qt Config 4.6 +Comment=Configure Qt behavior, styles, fonts 4.7 +Exec=/usr/bin/qtconfig 4.8 +Icon=qtlogo 4.9 +Terminal=false 4.10 +Encoding=UTF-8 4.11 +Type=Application 4.12 +Categories=Qt;Settings; 4.13 +NoDisplay=true
5.1 --- a/qtconfig/receipt Thu Aug 21 23:48:43 2014 +0200 5.2 +++ b/qtconfig/receipt Fri Aug 22 05:24:00 2014 +0200 5.3 @@ -3,13 +3,13 @@ 5.4 PACKAGE="qtconfig" 5.5 VERSION="4.8.6" 5.6 CATEGORY="x-window" 5.7 -SHORT_DESC="Qtconfig is a tool that allows users to customize the default settings for Qt applications." 5.8 +SHORT_DESC="Qtconfig is a tool that allows users to customize the default settings for Qt applications" 5.9 MAINTAINER="slaxemulator@gmail.com" 5.10 LICENSE="GPL3 LGPL2.1" 5.11 WEB_SITE="http://qt-project.org/" 5.12 -WANTED="qt4" 5.13 +WANTED="qt4-base" 5.14 5.15 -DEPENDS="gst-plugins-base libQt3Support libQtNetwork libQtDBus qt4-phonon" 5.16 +DEPENDS="libQt3Support libQtNetwork libQtDBus" 5.17 5.18 # Rules to gen a SliTaz package suitable for Tazpkg. 5.19 genpkg_rules() 5.20 @@ -17,5 +17,6 @@ 5.21 mkdir -p $fs/usr/bin $fs/usr/share/qt/translations 5.22 cp -a $install/usr/bin/qtconfig $fs/usr/bin 5.23 cp -a $install/usr/share/qt/translations/qtconfig*.qm $fs/usr/share/qt/translations 5.24 + cp -a $WOK/qt4/source/qt4-4.8.6/tools/designer/src/components/formeditor/images/qtlogo.png \ 5.25 + $fs/usr/share/icons/hicolor/22x22/apps/qtlogo.png 5.26 } 5.27 -
6.1 --- a/qtconfig/stuff/qtconfig.desktop Thu Aug 21 23:48:43 2014 +0200 6.2 +++ b/qtconfig/stuff/qtconfig.desktop Fri Aug 22 05:24:00 2014 +0200 6.3 @@ -2,9 +2,8 @@ 6.4 Name=Qt Config 6.5 Comment=Configure Qt behavior, styles, fonts 6.6 Exec=/usr/bin/qtconfig 6.7 -Icon=qtlogo 6.8 +Icon=/usr/share/icons/hicolor/22x22/apps/qtlogo.png 6.9 Terminal=false 6.10 Encoding=UTF-8 6.11 Type=Application 6.12 -Categories=Qt;Settings; 6.13 -NoDisplay=true 6.14 +Categories=Qt;Settings; 6.15 \ No newline at end of file