wok-next annotate slim-theme-leaves/receipt @ rev 20432

Add liburcu
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 05 10:24:55 2018 +0100 (2018-02-05)
parents 0a411c8beacd
children
rev   line source
al@20412 1 # SliTaz package receipt v2.
al@18899 2
al@18899 3 PACKAGE="slim-theme-leaves"
al@18899 4 VERSION="20150602"
al@19169 5 CATEGORY="customization"
al@18899 6 SHORT_DESC="Leaves - theme for SLiM"
al@18899 7 MAINTAINER="al.bobylev@gmail.com"
al@18899 8 LICENSE="PublicDomain"
al@20412 9 WEB_SITE="http://desktopstylish.tumblr.com/post/120510224250/leaves-slim-theme-download" # missing
al@20412 10
al@18899 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@18899 12 WGET_URL="https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqldkFkbmRCRFZVQ0k"
al@18899 13
al@20412 14 COOKOPTS="!pngquant"
al@18899 15
al@20412 16 compile_rules() {
al@20412 17 theme="$install/usr/share/slim/themes/Leaves"
al@20412 18 mkdir -p $theme
al@20412 19 cp -r $src/* $theme
al@18899 20 }
al@18899 21
al@20412 22 genpkg_rules() {
al@20412 23 copy @std
al@20412 24 DEPENDS="slim"
al@20412 25 TAGS="hackdorte slim"
al@18899 26 }
al@18899 27
al@20412 28 post_install() {
al@18899 29 chroot "$1/" slim-theme -s Leaves
al@18899 30 }
al@18899 31
al@20412 32 pre_remove() {
al@18899 33 chroot "$1/" slim-theme -f Leaves
al@18899 34 }