wok-next view slim-theme-sandfive/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents 0a411c8beacd
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="slim-theme-sandfive"
4 VERSION="1.0-20140601"
5 CATEGORY="customization"
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 COOKOPTS="!pngquant"
13 compile_rules() {
14 theme="$install/usr/share/slim/themes/sandfive"
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 -ssandfive
26 }
28 pre_remove() {
29 chroot "$1/" slim-theme -fsandfive
30 }