wok-current annotate qtconfig/receipt @ rev 18987
Additional themes for Slitaz GNU/Linux.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Thu Mar 17 05:14:19 2016 -0300 (2016-03-17) |
parents | 27b7a2f535d7 |
children | 9cb6a23202c2 |
rev | line source |
---|---|
slaxemulator@7065 | 1 # SliTaz package receipt. |
slaxemulator@7065 | 2 |
slaxemulator@7065 | 3 PACKAGE="qtconfig" |
psychomaniak@16916 | 4 VERSION="4.8.6" |
slaxemulator@7065 | 5 CATEGORY="x-window" |
psychomaniak@17065 | 6 SHORT_DESC="Qtconfig is a tool that allows users to customize the default settings for Qt applications" |
slaxemulator@7065 | 7 MAINTAINER="slaxemulator@gmail.com" |
pascal@15215 | 8 LICENSE="GPL3 LGPL2.1" |
monghitri@13992 | 9 WEB_SITE="http://qt-project.org/" |
psychomaniak@17065 | 10 WANTED="qt4-base" |
slaxemulator@7065 | 11 |
psychomaniak@17065 | 12 DEPENDS="libQt3Support libQtNetwork libQtDBus" |
pascal@15215 | 13 |
slaxemulator@7065 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
slaxemulator@7065 | 15 genpkg_rules() |
slaxemulator@7065 | 16 { |
psychomaniak@17066 | 17 mkdir -p $fs/usr/bin $fs/usr/share/qt/translations $fs/usr/share/icons/hicolor/22x22/apps |
pascal@15215 | 18 cp -a $install/usr/bin/qtconfig $fs/usr/bin |
pascal@15215 | 19 cp -a $install/usr/share/qt/translations/qtconfig*.qm $fs/usr/share/qt/translations |
psychomaniak@17065 | 20 cp -a $WOK/qt4/source/qt4-4.8.6/tools/designer/src/components/formeditor/images/qtlogo.png \ |
psychomaniak@17065 | 21 $fs/usr/share/icons/hicolor/22x22/apps/qtlogo.png |
slaxemulator@7065 | 22 } |