wok-next view slim-theme-montanhoso/receipt @ rev 20821

perl-task-weaken: update $WGET_URL
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jun 14 00:03:13 2018 +0300 (2018-06-14)
parents 0a411c8beacd
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="slim-theme-montanhoso"
4 VERSION="20150526"
5 CATEGORY="customization"
6 SHORT_DESC="Montanhoso - theme for SLiM"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="PublicDomain"
9 WEB_SITE="http://desktopstylish.tumblr.com/post/120406192590/montanhoso-theme-for-the-slim-login-manager" # missing
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqlTXZZRDJWaFI4NkE"
14 COOKOPTS="!pngquant"
16 compile_rules() {
17 theme="$install/usr/share/slim/themes/Montanhoso"
18 mkdir -p $theme
19 cp -r $src/* $theme
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="slim"
25 TAGS="hackdorte slim"
26 }
28 post_install() {
29 chroot "$1/" slim-theme -s Montanhoso
30 }
32 pre_remove() {
33 chroot "$1/" slim-theme -f Montanhoso
34 }