wok view slim-theme-default/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 0a411c8beacd
children 9c874a5c3b17
line source
1 # SliTaz package receipt.
3 PACKAGE="slim-theme-default"
4 VERSION="1.3.5"
5 CATEGORY="customization"
6 SHORT_DESC="Default theme bundled with SLiM."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://sourceforge.net/projects/slim.berlios/"
11 DEPENDS="slim"
12 WANTED="slim"
13 RELATED="slim slim-pam"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/share/slim
19 cp -a $install/usr/share/slim/themes $fs/usr/share/slim
20 }
22 post_install()
23 {
24 chroot "$1/" slim-theme -sdefault
25 }
27 pre_remove()
28 {
29 chroot "$1/" slim-theme -fdefault
30 }