wok diff slim-theme-clean/receipt @ rev 20577
Up btrfs-progs (4.19.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 13 18:01:50 2018 +0100 (2018-12-13) |
parents | 0a411c8beacd |
children | 2d4c3cc3ef95 |
line diff
1.1 --- a/slim-theme-clean/receipt Thu Jun 02 02:41:24 2016 +0300 1.2 +++ b/slim-theme-clean/receipt Thu Dec 13 18:01:50 2018 +0100 1.3 @@ -7,9 +7,11 @@ 1.4 MAINTAINER="al.bobylev@gmail.com" 1.5 LICENSE="PublicDomain" 1.6 WEB_SITE="http://desktopstylish.tumblr.com/post/120566561330/clean-slim-theme-download" 1.7 +TAGS="hackdorte slim" 1.8 +COOKOPTS="!pngquant" 1.9 + 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WGET_URL="https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqlczlac2tXa01wbTQ" 1.12 -TAGS="hackdorte slim" 1.13 1.14 DEPENDS="slim" 1.15 BUILD_DEPENDS="imagemagick" 1.16 @@ -17,13 +19,13 @@ 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 - mkdir -p $install/usr/share/slim/themes/Clean 1.21 - cp -a $src/* $install/usr/share/slim/themes/Clean 1.22 - ( 1.23 - cd $install/usr/share/slim/themes/Clean 1.24 - convert background.png background.jpg 1.25 - rm background.png 1.26 - ) 1.27 + theme=$install/usr/share/slim/themes/Clean 1.28 + mkdir -p $theme 1.29 + cp -a $src/* $theme 1.30 + cd $theme 1.31 + convert background.png background.jpg 1.32 + rm background.png 1.33 + 1.34 chown -R root:root $install 1.35 } 1.36