wok-next view slim-theme-pilar/receipt @ rev 20412

slim: change path to Xorg's binary; update all the slim-theme-*
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jan 07 18:54:12 2018 +0200 (2018-01-07)
parents 0a411c8beacd
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="slim-theme-pilar"
4 VERSION="1.0-20130609"
5 CATEGORY="customization"
6 SHORT_DESC="Pilar - theme for SLiM"
7 MAINTAINER="holkfoor@gmail.com"
8 LICENSE="CC-BY"
9 WEB_SITE="http://www.slitaz.org/"
11 COOKOPTS="!pngquant"
13 compile_rules() {
14 theme="$install/usr/share/slim/themes/pilar"
15 mkdir -p $theme
16 cp -r $stuff/* $theme
17 }
19 genpkg_rules() {
20 copy @std
21 DEPENDS="slim slitaz-configs-base"
22 }
24 post_install() {
25 chroot "$1/" slim-theme -spilar
26 }
28 pre_remove() {
29 chroot "$1/" slim-theme -fpilar
30 }