wok-next view slim-theme-mascot/receipt @ rev 20616

xrdp: up 0.9.3.1; zopfli: fix build; gcc61: attempt to fix; add gcc6 (latest among 6.x.x).
gcc61 and gcc6 are broken now.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 21 05:15:11 2018 +0300 (2018-04-21)
parents 0a411c8beacd
children e7e7475e84c9
line source
1 # SliTaz package receipt v2.
3 PACKAGE="slim-theme-mascot"
4 VERSION="20130527"
5 CATEGORY="customization"
6 SHORT_DESC="Mascot (SliTaz Spider) - theme for SLiM"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="CC-BY"
9 WEB_SITE="http://www.slitaz.org/"
11 BUILD_DEPENDS="rsvg-convert"
12 COOKOPTS="!pngquant"
14 compile_rules() {
15 theme="$install/usr/share/slim/themes/mascot"
16 mkdir -p $theme
18 # convert vector art to bitmap
19 rsvg-convert $stuff/slitaz_spider.svg -o $theme/panel.png
21 # link SLiM background to SliTaz desktop background; system is almost here...
22 cp -s /usr/share/images/slitaz-background.jpg $theme/background.jpg
24 cp $stuff/slim.theme $theme
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="slim slitaz-configs-base"
30 }
32 post_install() {
33 chroot "$1/" slim-theme -smascot
34 }
36 pre_remove() {
37 chroot "$1/" slim-theme -fmascot
38 }