wok annotate qtconfig/receipt @ rev 23040
rebuild gdk-pixbuf and gdk-pixbuf-dev
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 04 13:39:54 2020 +0100 (2020-03-04) |
parents | 0dcc74d5b8f2 |
children | cb67b4f8be05 |
rev | line source |
---|---|
slaxemulator@7065 | 1 # SliTaz package receipt. |
slaxemulator@7065 | 2 |
slaxemulator@7065 | 3 PACKAGE="qtconfig" |
psychomaniak@19568 | 4 VERSION="4.8.7" |
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@19568 | 10 WANTED="qt4" |
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@19568 | 20 cp -a $WOK/qt4/source/qt4-4.8.7/tools/designer/src/components/formeditor/images/qtlogo.png \ |
psychomaniak@17065 | 21 $fs/usr/share/icons/hicolor/22x22/apps/qtlogo.png |
slaxemulator@7065 | 22 } |