wok view slim-theme-control/receipt @ rev 19958

slim-theme: disable pngquant (thanks Ceel for report)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 19 05:31:35 2017 +0300 (2017-05-19)
parents 0a411c8beacd
children 339e5922ddea
line source
1 # SliTaz package receipt.
3 PACKAGE="slim-theme-control"
4 VERSION="1.0-20130609"
5 CATEGORY="customization"
6 SHORT_DESC="Control - theme for SLiM"
7 MAINTAINER="holkfoor@gmail.com"
8 LICENSE="CC-BY"
9 WEB_SITE="http://www.slitaz.org/"
10 COOKOPTS="!pngquant"
12 DEPENDS="slim slitaz-configs-base"
13 BUILD_DEPENDS=""
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 theme=$fs/usr/share/slim/themes/control
19 mkdir -p $theme
20 cp -a $stuff/* $theme
21 }
23 post_install()
24 {
25 chroot "$1/" slim-theme -scontrol
26 }
28 pre_remove()
29 {
30 chroot "$1/" slim-theme -fcontrol
31 }