wok-next view slim-theme-7legs/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents 0b724e182c2c
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="slim-theme-7legs"
4 VERSION="20130527"
5 CATEGORY="customization"
6 SHORT_DESC="Seven legged Spider - theme for SLiM"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="CC-BY"
9 WEB_SITE="http://www.slitaz.org/"
10 HOST_ARCH="any"
12 BUILD_DEPENDS="rsvg-convert"
13 COOKOPTS="!pngquant"
15 compile_rules() {
16 theme="$install/usr/share/slim/themes/7_legged_spider"
17 mkdir -p $theme
19 # convert vector art to bitmap
20 rsvg-convert $stuff/7_legged_spider.svg -o $theme/panel.png
22 # link SLiM background to SliTaz desktop background; system is almost here...
23 cp -s /usr/share/images/slitaz-background.jpg $theme/background.jpg
25 cp $stuff/slim.theme $theme
26 }
28 genpkg_rules() {
29 copy @std
30 DEPENDS="slim slitaz-configs-base"
31 }
33 post_install() {
34 chroot "$1/" slim-theme -s7_legged_spider
35 }
37 pre_remove() {
38 chroot "$1/" slim-theme -f7_legged_spider
39 }