wok diff qtconfig/receipt @ rev 15448
Up: edbus-dev (1.7.9)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Tue Nov 05 20:58:00 2013 +0100 (2013-11-05) |
parents | 68ec33732967 |
children | 28d590d94cce |
line diff
1.1 --- a/qtconfig/receipt Mon Feb 11 23:39:16 2013 +0000 1.2 +++ b/qtconfig/receipt Tue Nov 05 20:58:00 2013 +0100 1.3 @@ -5,15 +5,17 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Qtconfig is a tool that allows users to customize the default settings for Qt applications." 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 -DEPENDS="gst-plugins-base libQt3Support libQtNetwork libQtDBus qt4-phonon" 1.8 +LICENSE="GPL3 LGPL2.1" 1.9 WEB_SITE="http://qt-project.org/" 1.10 WANTED="qt4" 1.11 1.12 +DEPENDS="gst-plugins-base libQt3Support libQtNetwork libQtDBus qt4-phonon" 1.13 + 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules() 1.16 { 1.17 mkdir -p $fs/usr/bin $fs/usr/share/qt/translations 1.18 - cp -a $_pkg/usr/bin/qtconfig $fs/usr/bin 1.19 - cp -a $_pkg/usr/share/qt/translations/qtconfig*.qm $fs/usr/share/qt/translations 1.20 + cp -a $install/usr/bin/qtconfig $fs/usr/bin 1.21 + cp -a $install/usr/share/qt/translations/qtconfig*.qm $fs/usr/share/qt/translations 1.22 } 1.23