wok-next annotate slim-theme-leaves/receipt @ rev 20078
Add qtstyleplugins
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Wed Oct 25 11:19:15 2017 +0200 (2017-10-25) |
parents | f8b381f96ad6 |
children | 0b724e182c2c |
rev | line source |
---|---|
al@18899 | 1 # SliTaz package receipt. |
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@18899 | 9 WEB_SITE="http://desktopstylish.tumblr.com/post/120510224250/leaves-slim-theme-download" |
al@18899 | 10 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
al@18899 | 11 WGET_URL="https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqldkFkbmRCRFZVQ0k" |
al@18899 | 12 TAGS="hackdorte slim" |
al@18899 | 13 |
al@18899 | 14 DEPENDS="slim" |
al@18899 | 15 BUILD_DEPENDS="imagemagick" |
al@18899 | 16 |
al@18899 | 17 # Rules to configure and make the package. |
al@18899 | 18 compile_rules() |
al@18899 | 19 { |
al@18899 | 20 mkdir -p $install/usr/share/slim/themes/Leaves |
al@18899 | 21 cp -a $src/* $install/usr/share/slim/themes/Leaves |
al@18899 | 22 ( |
al@18899 | 23 cd $install/usr/share/slim/themes/Leaves |
al@18899 | 24 convert background.png background.jpg |
al@18899 | 25 rm background.png |
al@18899 | 26 ) |
al@18899 | 27 chown -R root:root $install |
al@18899 | 28 } |
al@18899 | 29 |
al@18899 | 30 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@18899 | 31 genpkg_rules() |
al@18899 | 32 { |
al@18899 | 33 cp -a $install/* $fs |
al@18899 | 34 } |
al@18899 | 35 |
al@18899 | 36 post_install() |
al@18899 | 37 { |
al@18899 | 38 chroot "$1/" slim-theme -s Leaves |
al@18899 | 39 } |
al@18899 | 40 |
al@18899 | 41 pre_remove() |
al@18899 | 42 { |
al@18899 | 43 chroot "$1/" slim-theme -f Leaves |
al@18899 | 44 } |