wok view slitaz-tango-icon/receipt @ rev 24031

updated dialog (1.3_20190211 -> 1.3_20210324)
author Hans-G?nter Theisgen
date Tue Apr 06 13:52:57 2021 +0100 (2021-04-06)
parents 9e01bc6321ea
children 3e2a0347b2f1
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-tango-icon"
4 VERSION="1.7"
5 CATEGORY="misc"
6 SHORT_DESC="Tango icons unofficial in size 16x16 and 32x32 (minimum)."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://tango-project.org/"
11 WGET_URL="http://download.tuxfamily.org/slitaz/sources/artwok/$TARBALL"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share/icons
17 cp -a $src/* $fs/usr/share/icons
18 chown -R root.root $fs
19 }
21 qtfix="usr/share/icons/hicolor/index.theme"
23 post_install()
24 {
25 sed '/Inherits=/s|=.*$|=Tango|' -i "$1/$qtfix"
26 }
28 pre_remove()
29 {
30 sed '/Inherits=/s|=.*$|=SliTaz|' -i "$1/$qtfix"
31 }