wok view qtconfig/receipt @ rev 19505

Rollback liboping (1.8.0)
author Paul Issott <paul@slitaz.org>
date Sat Nov 19 09:14:20 2016 +0000 (2016-11-19)
parents 27b7a2f535d7
children 9cb6a23202c2
line source
1 # SliTaz package receipt.
3 PACKAGE="qtconfig"
4 VERSION="4.8.6"
5 CATEGORY="x-window"
6 SHORT_DESC="Qtconfig is a tool that allows users to customize the default settings for Qt applications"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL3 LGPL2.1"
9 WEB_SITE="http://qt-project.org/"
10 WANTED="qt4-base"
12 DEPENDS="libQt3Support libQtNetwork libQtDBus"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin $fs/usr/share/qt/translations $fs/usr/share/icons/hicolor/22x22/apps
18 cp -a $install/usr/bin/qtconfig $fs/usr/bin
19 cp -a $install/usr/share/qt/translations/qtconfig*.qm $fs/usr/share/qt/translations
20 cp -a $WOK/qt4/source/qt4-4.8.6/tools/designer/src/components/formeditor/images/qtlogo.png \
21 $fs/usr/share/icons/hicolor/22x22/apps/qtlogo.png
22 }