wok view slim-theme-sandfive/receipt @ rev 18545

Add: get-vivaldi, kazehakase. Up: firefox-official(42.0). Misc: change various icons.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 07 03:08:19 2015 +0200 (2015-11-07)
parents bc9334796734
children 0a411c8beacd
line source
1 # SliTaz package receipt.
3 PACKAGE="slim-theme-sandfive"
4 VERSION="1.0-20140601"
5 CATEGORY="x-window"
6 SHORT_DESC="SliTaz SandFive - theme for SLiM"
7 MAINTAINER="holkfoor@gmail.com"
8 LICENSE="CC-BY"
9 WEB_SITE="http://www.slitaz.org/"
11 DEPENDS="slim slitaz-configs-base"
12 BUILD_DEPENDS=""
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 theme=$fs/usr/share/slim/themes/sandfive
18 mkdir -p $theme
19 cp -a $stuff/* $theme
20 }
22 post_install()
23 {
24 chroot "$1/" slim-theme -ssandfive
25 }
27 pre_remove()
28 {
29 chroot "$1/" slim-theme -fsandfive
30 }