wok-6.x rev 19958
slim-theme: disable pngquant (thanks Ceel for report)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri May 19 05:31:35 2017 +0300 (2017-05-19) |
parents | 97e4114f1224 |
children | 339e5922ddea |
files | slim-theme-7legs/receipt slim-theme-cat/receipt slim-theme-clean/receipt slim-theme-control/receipt slim-theme-esperanza/receipt slim-theme-japan-art/receipt slim-theme-leaves/receipt slim-theme-mascot/receipt slim-theme-montanhoso/receipt slim-theme-pilar/receipt slim-theme-radarspider/receipt slim-theme-robotic/receipt slim-theme-sandfive/receipt |
line diff
1.1 --- a/slim-theme-7legs/receipt Thu May 11 12:48:03 2017 +0200 1.2 +++ b/slim-theme-7legs/receipt Fri May 19 05:31:35 2017 +0300 1.3 @@ -7,6 +7,7 @@ 1.4 MAINTAINER="al.bobylev@gmail.com" 1.5 LICENSE="CC-BY" 1.6 WEB_SITE="http://www.slitaz.org/" 1.7 +COOKOPTS="!pngquant" 1.8 1.9 DEPENDS="slim slitaz-configs-base" 1.10 BUILD_DEPENDS="inkscape optipng" 1.11 @@ -14,21 +15,22 @@ 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 - mkdir -p $install 1.16 - inkscape -f $stuff/7_legged_spider.svg -e $install/panel.png 1.17 - optipng -zc1-9 -zm1-9 -zs0-3 -f0-5 $install/panel.png 1.18 + theme=$install/usr/share/slim/themes/7_legged_spider 1.19 + mkdir -p $theme 1.20 + 1.21 + cp -a $stuff/slim.theme $theme 1.22 + 1.23 + inkscape -f $stuff/7_legged_spider.svg -e $theme/panel.png 1.24 + 1.25 + # link SLiM background to SliTaz desktop background; 1.26 + # system is almost here... 1.27 + cp -s /usr/share/images/slitaz-background.jpg $theme/background.jpg 1.28 } 1.29 1.30 # Rules to gen a SliTaz package suitable for Tazpkg. 1.31 genpkg_rules() 1.32 { 1.33 - theme=$fs/usr/share/slim/themes/7_legged_spider 1.34 - mkdir -p $theme 1.35 - # link SLiM background to SliTaz desktop background; 1.36 - # system is almost here... 1.37 - cp -s /usr/share/images/slitaz-background.jpg $theme/background.jpg 1.38 - cp -a $install/panel.png $theme 1.39 - cp -a $stuff/slim.theme $theme 1.40 + cp -a $install/* $fs 1.41 } 1.42 1.43 post_install()
2.1 --- a/slim-theme-cat/receipt Thu May 11 12:48:03 2017 +0200 2.2 +++ b/slim-theme-cat/receipt Fri May 19 05:31:35 2017 +0300 2.3 @@ -7,6 +7,7 @@ 2.4 MAINTAINER="al.bobylev@gmail.com" 2.5 LICENSE="CC-BY" 2.6 WEB_SITE="http://www.slitaz.org/" 2.7 +COOKOPTS="!pngquant" 2.8 2.9 DEPENDS="slim slitaz-configs-base" 2.10 BUILD_DEPENDS="inkscape optipng" 2.11 @@ -14,21 +15,22 @@ 2.12 # Rules to configure and make the package. 2.13 compile_rules() 2.14 { 2.15 - mkdir -p $install 2.16 - inkscape -f $stuff/cat_and_spider.svg -e $install/panel.png 2.17 - optipng -zc1-9 -zm1-9 -zs0-3 -f0-5 $install/panel.png 2.18 + theme=$install/usr/share/slim/themes/cat_and_spider 2.19 + mkdir -p $theme 2.20 + 2.21 + cp -a $stuff/slim.theme $theme 2.22 + 2.23 + inkscape -f $stuff/cat_and_spider.svg -e $theme/panel.png 2.24 + 2.25 + # link SLiM background to SliTaz desktop background; 2.26 + # system is almost here... 2.27 + cp -s /usr/share/images/slitaz-background.jpg $theme/background.jpg 2.28 } 2.29 2.30 # Rules to gen a SliTaz package suitable for Tazpkg. 2.31 genpkg_rules() 2.32 { 2.33 - theme=$fs/usr/share/slim/themes/cat_and_spider 2.34 - mkdir -p $theme 2.35 - # link SLiM background to SliTaz desktop background; 2.36 - # system is almost here... 2.37 - cp -s /usr/share/images/slitaz-background.jpg $theme/background.jpg 2.38 - cp -a $install/panel.png $theme 2.39 - cp -a $stuff/slim.theme $theme 2.40 + cp -a $install/* $fs 2.41 } 2.42 2.43 post_install()
3.1 --- a/slim-theme-clean/receipt Thu May 11 12:48:03 2017 +0200 3.2 +++ b/slim-theme-clean/receipt Fri May 19 05:31:35 2017 +0300 3.3 @@ -7,9 +7,11 @@ 3.4 MAINTAINER="al.bobylev@gmail.com" 3.5 LICENSE="PublicDomain" 3.6 WEB_SITE="http://desktopstylish.tumblr.com/post/120566561330/clean-slim-theme-download" 3.7 +TAGS="hackdorte slim" 3.8 +COOKOPTS="!pngquant" 3.9 + 3.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 3.11 WGET_URL="https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqlczlac2tXa01wbTQ" 3.12 -TAGS="hackdorte slim" 3.13 3.14 DEPENDS="slim" 3.15 BUILD_DEPENDS="imagemagick" 3.16 @@ -17,13 +19,13 @@ 3.17 # Rules to configure and make the package. 3.18 compile_rules() 3.19 { 3.20 - mkdir -p $install/usr/share/slim/themes/Clean 3.21 - cp -a $src/* $install/usr/share/slim/themes/Clean 3.22 - ( 3.23 - cd $install/usr/share/slim/themes/Clean 3.24 - convert background.png background.jpg 3.25 - rm background.png 3.26 - ) 3.27 + theme=$install/usr/share/slim/themes/Clean 3.28 + mkdir -p $theme 3.29 + cp -a $src/* $theme 3.30 + cd $theme 3.31 + convert background.png background.jpg 3.32 + rm background.png 3.33 + 3.34 chown -R root:root $install 3.35 } 3.36
4.1 --- a/slim-theme-control/receipt Thu May 11 12:48:03 2017 +0200 4.2 +++ b/slim-theme-control/receipt Fri May 19 05:31:35 2017 +0300 4.3 @@ -7,6 +7,7 @@ 4.4 MAINTAINER="holkfoor@gmail.com" 4.5 LICENSE="CC-BY" 4.6 WEB_SITE="http://www.slitaz.org/" 4.7 +COOKOPTS="!pngquant" 4.8 4.9 DEPENDS="slim slitaz-configs-base" 4.10 BUILD_DEPENDS=""
5.1 --- a/slim-theme-esperanza/receipt Thu May 11 12:48:03 2017 +0200 5.2 +++ b/slim-theme-esperanza/receipt Fri May 19 05:31:35 2017 +0300 5.3 @@ -7,9 +7,11 @@ 5.4 MAINTAINER="al.bobylev@gmail.com" 5.5 LICENSE="PublicDomain" 5.6 WEB_SITE="http://desktopstylish.tumblr.com/post/120505013200/esperanza-slim-theme-download" 5.7 +TAGS="hackdorte slim" 5.8 +COOKOPTS="!pngquant" 5.9 + 5.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 5.11 WGET_URL="https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqldmFkeEcyXzRpLVk" 5.12 -TAGS="hackdorte slim" 5.13 5.14 DEPENDS="slim" 5.15 BUILD_DEPENDS="" 5.16 @@ -17,8 +19,9 @@ 5.17 # Rules to configure and make the package. 5.18 compile_rules() 5.19 { 5.20 - mkdir -p $install/usr/share/slim/themes/Esperanza 5.21 - cp -a $src/* $install/usr/share/slim/themes/Esperanza 5.22 + theme=$install/usr/share/slim/themes/Esperanza 5.23 + mkdir -p $theme 5.24 + cp -a $src/* $theme 5.25 chown -R root:root $install 5.26 } 5.27
6.1 --- a/slim-theme-japan-art/receipt Thu May 11 12:48:03 2017 +0200 6.2 +++ b/slim-theme-japan-art/receipt Fri May 19 05:31:35 2017 +0300 6.3 @@ -7,9 +7,11 @@ 6.4 MAINTAINER="al.bobylev@gmail.com" 6.5 LICENSE="PublicDomain" 6.6 WEB_SITE="http://desktopstylish.tumblr.com/post/120590949085/japan-art-slim-theme-download" 6.7 +TAGS="hackdorte slim" 6.8 +COOKOPTS="!pngquant" 6.9 + 6.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 6.11 WGET_URL="https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqlUkJHVDJrXzVFRUk" 6.12 -TAGS="hackdorte slim" 6.13 6.14 DEPENDS="slim" 6.15 BUILD_DEPENDS="" 6.16 @@ -17,8 +19,9 @@ 6.17 # Rules to configure and make the package. 6.18 compile_rules() 6.19 { 6.20 - mkdir -p $install/usr/share/slim/themes/JapanArt 6.21 - cp -a $src/* $install/usr/share/slim/themes/JapanArt 6.22 + theme=$install/usr/share/slim/themes/JapanArt 6.23 + mkdir -p $theme 6.24 + cp -a $src/* $theme 6.25 chown -R root:root $install 6.26 } 6.27
7.1 --- a/slim-theme-leaves/receipt Thu May 11 12:48:03 2017 +0200 7.2 +++ b/slim-theme-leaves/receipt Fri May 19 05:31:35 2017 +0300 7.3 @@ -7,9 +7,11 @@ 7.4 MAINTAINER="al.bobylev@gmail.com" 7.5 LICENSE="PublicDomain" 7.6 WEB_SITE="http://desktopstylish.tumblr.com/post/120510224250/leaves-slim-theme-download" 7.7 +TAGS="hackdorte slim" 7.8 +COOKOPTS="!pngquant" 7.9 + 7.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 7.11 WGET_URL="https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqldkFkbmRCRFZVQ0k" 7.12 -TAGS="hackdorte slim" 7.13 7.14 DEPENDS="slim" 7.15 BUILD_DEPENDS="imagemagick" 7.16 @@ -17,13 +19,12 @@ 7.17 # Rules to configure and make the package. 7.18 compile_rules() 7.19 { 7.20 - mkdir -p $install/usr/share/slim/themes/Leaves 7.21 - cp -a $src/* $install/usr/share/slim/themes/Leaves 7.22 - ( 7.23 - cd $install/usr/share/slim/themes/Leaves 7.24 - convert background.png background.jpg 7.25 - rm background.png 7.26 - ) 7.27 + theme=$install/usr/share/slim/themes/Leaves 7.28 + mkdir -p $theme 7.29 + cp -a $src/* $theme 7.30 + cd $theme 7.31 + convert background.png background.jpg 7.32 + rm background.png 7.33 chown -R root:root $install 7.34 } 7.35
8.1 --- a/slim-theme-mascot/receipt Thu May 11 12:48:03 2017 +0200 8.2 +++ b/slim-theme-mascot/receipt Fri May 19 05:31:35 2017 +0300 8.3 @@ -7,6 +7,7 @@ 8.4 MAINTAINER="al.bobylev@gmail.com" 8.5 LICENSE="CC-BY" 8.6 WEB_SITE="http://www.slitaz.org/" 8.7 +COOKOPTS="!pngquant" 8.8 8.9 DEPENDS="slim slitaz-configs-base" 8.10 BUILD_DEPENDS="inkscape optipng" 8.11 @@ -14,21 +15,22 @@ 8.12 # Rules to configure and make the package. 8.13 compile_rules() 8.14 { 8.15 - mkdir -p $install 8.16 - inkscape -f $stuff/slitaz_spider.svg -e $install/panel.png 8.17 - optipng -zc1-9 -zm1-9 -zs0-3 -f0-5 $install/panel.png 8.18 + theme=$install/usr/share/slim/themes/mascot 8.19 + mkdir -p $theme 8.20 + 8.21 + cp -a $stuff/slim.theme $theme 8.22 + 8.23 + inkscape -f $stuff/slitaz_spider.svg -e $theme/panel.png 8.24 + 8.25 + # link SLiM background to SliTaz desktop background; 8.26 + # system is almost here... 8.27 + cp -s /usr/share/images/slitaz-background.jpg $theme/background.jpg 8.28 } 8.29 8.30 # Rules to gen a SliTaz package suitable for Tazpkg. 8.31 genpkg_rules() 8.32 { 8.33 - theme=$fs/usr/share/slim/themes/mascot 8.34 - mkdir -p $theme 8.35 - # link SLiM background to SliTaz desktop background; 8.36 - # system is almost here... 8.37 - cp -s /usr/share/images/slitaz-background.jpg $theme/background.jpg 8.38 - cp -a $install/panel.png $theme 8.39 - cp -a $stuff/slim.theme $theme 8.40 + cp -a $install/* $fs 8.41 } 8.42 8.43 post_install()
9.1 --- a/slim-theme-montanhoso/receipt Thu May 11 12:48:03 2017 +0200 9.2 +++ b/slim-theme-montanhoso/receipt Fri May 19 05:31:35 2017 +0300 9.3 @@ -7,9 +7,11 @@ 9.4 MAINTAINER="al.bobylev@gmail.com" 9.5 LICENSE="PublicDomain" 9.6 WEB_SITE="http://desktopstylish.tumblr.com/post/120406192590/montanhoso-theme-for-the-slim-login-manager" 9.7 +TAGS="hackdorte slim" 9.8 +COOKOPTS="!pngquant" 9.9 + 9.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 9.11 WGET_URL="https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqlTXZZRDJWaFI4NkE" 9.12 -TAGS="hackdorte slim" 9.13 9.14 DEPENDS="slim" 9.15 BUILD_DEPENDS="" 9.16 @@ -17,8 +19,9 @@ 9.17 # Rules to configure and make the package. 9.18 compile_rules() 9.19 { 9.20 - mkdir -p $install/usr/share/slim/themes/Montanhoso 9.21 - cp -a $src/* $install/usr/share/slim/themes/Montanhoso 9.22 + theme=$install/usr/share/slim/themes/Montanhoso 9.23 + mkdir -p $theme 9.24 + cp -a $src/* $theme 9.25 chown -R root:root $install 9.26 } 9.27
10.1 --- a/slim-theme-pilar/receipt Thu May 11 12:48:03 2017 +0200 10.2 +++ b/slim-theme-pilar/receipt Fri May 19 05:31:35 2017 +0300 10.3 @@ -7,16 +7,23 @@ 10.4 MAINTAINER="holkfoor@gmail.com" 10.5 LICENSE="CC-BY" 10.6 WEB_SITE="http://www.slitaz.org/" 10.7 +COOKOPTS="!pngquant" 10.8 10.9 DEPENDS="slim slitaz-configs-base" 10.10 BUILD_DEPENDS="" 10.11 10.12 +# Rules to configure and make the package. 10.13 +compile_rules() 10.14 +{ 10.15 + theme=$install/usr/share/slim/themes/pilar 10.16 + mkdir -p $theme 10.17 + cp -a $stuff/* $theme 10.18 +} 10.19 + 10.20 # Rules to gen a SliTaz package suitable for Tazpkg. 10.21 genpkg_rules() 10.22 { 10.23 - theme=$fs/usr/share/slim/themes/pilar 10.24 - mkdir -p $theme 10.25 - cp -a $stuff/* $theme 10.26 + cp -a $install/* $fs 10.27 } 10.28 10.29 post_install()
11.1 --- a/slim-theme-radarspider/receipt Thu May 11 12:48:03 2017 +0200 11.2 +++ b/slim-theme-radarspider/receipt Fri May 19 05:31:35 2017 +0300 11.3 @@ -7,16 +7,23 @@ 11.4 MAINTAINER="holkfoor@gmail.com" 11.5 LICENSE="CC-BY" 11.6 WEB_SITE="http://www.slitaz.org/" 11.7 +COOKOPTS="!pngquant" 11.8 11.9 DEPENDS="slim slitaz-configs-base" 11.10 BUILD_DEPENDS="" 11.11 11.12 +# Rules to configure and make the package. 11.13 +compile_rules() 11.14 +{ 11.15 + theme=$install/usr/share/slim/themes/radarspider 11.16 + mkdir -p $theme 11.17 + cp -a $stuff/* $theme 11.18 +} 11.19 + 11.20 # Rules to gen a SliTaz package suitable for Tazpkg. 11.21 genpkg_rules() 11.22 { 11.23 - theme=$fs/usr/share/slim/themes/radarspider 11.24 - mkdir -p $theme 11.25 - cp -a $stuff/* $theme 11.26 + cp -a $install/* $fs 11.27 } 11.28 11.29 post_install()
12.1 --- a/slim-theme-robotic/receipt Thu May 11 12:48:03 2017 +0200 12.2 +++ b/slim-theme-robotic/receipt Fri May 19 05:31:35 2017 +0300 12.3 @@ -7,16 +7,23 @@ 12.4 MAINTAINER="holkfoor@gmail.com" 12.5 LICENSE="CC-BY" 12.6 WEB_SITE="http://www.slitaz.org/" 12.7 +COOKOPTS="!pngquant" 12.8 12.9 DEPENDS="slim slitaz-configs-base" 12.10 BUILD_DEPENDS="" 12.11 12.12 +# Rules to configure and make the package. 12.13 +compile_rules() 12.14 +{ 12.15 + theme=$install/usr/share/slim/themes/robotic 12.16 + mkdir -p $theme 12.17 + cp -a $stuff/* $theme 12.18 +} 12.19 + 12.20 # Rules to gen a SliTaz package suitable for Tazpkg. 12.21 genpkg_rules() 12.22 { 12.23 - theme=$fs/usr/share/slim/themes/robotic 12.24 - mkdir -p $theme 12.25 - cp -a $stuff/* $theme 12.26 + cp -a $install/* $fs 12.27 } 12.28 12.29 post_install()
13.1 --- a/slim-theme-sandfive/receipt Thu May 11 12:48:03 2017 +0200 13.2 +++ b/slim-theme-sandfive/receipt Fri May 19 05:31:35 2017 +0300 13.3 @@ -7,16 +7,23 @@ 13.4 MAINTAINER="holkfoor@gmail.com" 13.5 LICENSE="CC-BY" 13.6 WEB_SITE="http://www.slitaz.org/" 13.7 +COOKOPTS="!pngquant" 13.8 13.9 DEPENDS="slim slitaz-configs-base" 13.10 BUILD_DEPENDS="" 13.11 13.12 +# Rules to configure and make the package. 13.13 +compile_rules() 13.14 +{ 13.15 + theme=$install/usr/share/slim/themes/sandfive 13.16 + mkdir -p $theme 13.17 + cp -a $stuff/* $theme 13.18 +} 13.19 + 13.20 # Rules to gen a SliTaz package suitable for Tazpkg. 13.21 genpkg_rules() 13.22 { 13.23 - theme=$fs/usr/share/slim/themes/sandfive 13.24 - mkdir -p $theme 13.25 - cp -a $stuff/* $theme 13.26 + cp -a $install/* $fs 13.27 } 13.28 13.29 post_install()