# HG changeset patch # User Aleksej Bobylev # Date 1495161095 -10800 # Node ID 16bbdc96072c60edf8300d8288f9eb340e6945f3 # Parent 97e4114f12242e0e45bc3259a59f9ac6c1f8b23c slim-theme: disable pngquant (thanks Ceel for report) diff -r 97e4114f1224 -r 16bbdc96072c slim-theme-7legs/receipt --- a/slim-theme-7legs/receipt Thu May 11 12:48:03 2017 +0200 +++ b/slim-theme-7legs/receipt Fri May 19 05:31:35 2017 +0300 @@ -7,6 +7,7 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="CC-BY" WEB_SITE="http://www.slitaz.org/" +COOKOPTS="!pngquant" DEPENDS="slim slitaz-configs-base" BUILD_DEPENDS="inkscape optipng" @@ -14,21 +15,22 @@ # Rules to configure and make the package. compile_rules() { - mkdir -p $install - inkscape -f $stuff/7_legged_spider.svg -e $install/panel.png - optipng -zc1-9 -zm1-9 -zs0-3 -f0-5 $install/panel.png + theme=$install/usr/share/slim/themes/7_legged_spider + mkdir -p $theme + + cp -a $stuff/slim.theme $theme + + inkscape -f $stuff/7_legged_spider.svg -e $theme/panel.png + + # link SLiM background to SliTaz desktop background; + # system is almost here... + cp -s /usr/share/images/slitaz-background.jpg $theme/background.jpg } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - theme=$fs/usr/share/slim/themes/7_legged_spider - mkdir -p $theme - # link SLiM background to SliTaz desktop background; - # system is almost here... - cp -s /usr/share/images/slitaz-background.jpg $theme/background.jpg - cp -a $install/panel.png $theme - cp -a $stuff/slim.theme $theme + cp -a $install/* $fs } post_install() diff -r 97e4114f1224 -r 16bbdc96072c slim-theme-cat/receipt --- a/slim-theme-cat/receipt Thu May 11 12:48:03 2017 +0200 +++ b/slim-theme-cat/receipt Fri May 19 05:31:35 2017 +0300 @@ -7,6 +7,7 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="CC-BY" WEB_SITE="http://www.slitaz.org/" +COOKOPTS="!pngquant" DEPENDS="slim slitaz-configs-base" BUILD_DEPENDS="inkscape optipng" @@ -14,21 +15,22 @@ # Rules to configure and make the package. compile_rules() { - mkdir -p $install - inkscape -f $stuff/cat_and_spider.svg -e $install/panel.png - optipng -zc1-9 -zm1-9 -zs0-3 -f0-5 $install/panel.png + theme=$install/usr/share/slim/themes/cat_and_spider + mkdir -p $theme + + cp -a $stuff/slim.theme $theme + + inkscape -f $stuff/cat_and_spider.svg -e $theme/panel.png + + # link SLiM background to SliTaz desktop background; + # system is almost here... + cp -s /usr/share/images/slitaz-background.jpg $theme/background.jpg } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - theme=$fs/usr/share/slim/themes/cat_and_spider - mkdir -p $theme - # link SLiM background to SliTaz desktop background; - # system is almost here... - cp -s /usr/share/images/slitaz-background.jpg $theme/background.jpg - cp -a $install/panel.png $theme - cp -a $stuff/slim.theme $theme + cp -a $install/* $fs } post_install() diff -r 97e4114f1224 -r 16bbdc96072c slim-theme-clean/receipt --- a/slim-theme-clean/receipt Thu May 11 12:48:03 2017 +0200 +++ b/slim-theme-clean/receipt Fri May 19 05:31:35 2017 +0300 @@ -7,9 +7,11 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="PublicDomain" WEB_SITE="http://desktopstylish.tumblr.com/post/120566561330/clean-slim-theme-download" +TAGS="hackdorte slim" +COOKOPTS="!pngquant" + TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqlczlac2tXa01wbTQ" -TAGS="hackdorte slim" DEPENDS="slim" BUILD_DEPENDS="imagemagick" @@ -17,13 +19,13 @@ # Rules to configure and make the package. compile_rules() { - mkdir -p $install/usr/share/slim/themes/Clean - cp -a $src/* $install/usr/share/slim/themes/Clean - ( - cd $install/usr/share/slim/themes/Clean - convert background.png background.jpg - rm background.png - ) + theme=$install/usr/share/slim/themes/Clean + mkdir -p $theme + cp -a $src/* $theme + cd $theme + convert background.png background.jpg + rm background.png + chown -R root:root $install } diff -r 97e4114f1224 -r 16bbdc96072c slim-theme-control/receipt --- a/slim-theme-control/receipt Thu May 11 12:48:03 2017 +0200 +++ b/slim-theme-control/receipt Fri May 19 05:31:35 2017 +0300 @@ -7,6 +7,7 @@ MAINTAINER="holkfoor@gmail.com" LICENSE="CC-BY" WEB_SITE="http://www.slitaz.org/" +COOKOPTS="!pngquant" DEPENDS="slim slitaz-configs-base" BUILD_DEPENDS="" diff -r 97e4114f1224 -r 16bbdc96072c slim-theme-esperanza/receipt --- a/slim-theme-esperanza/receipt Thu May 11 12:48:03 2017 +0200 +++ b/slim-theme-esperanza/receipt Fri May 19 05:31:35 2017 +0300 @@ -7,9 +7,11 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="PublicDomain" WEB_SITE="http://desktopstylish.tumblr.com/post/120505013200/esperanza-slim-theme-download" +TAGS="hackdorte slim" +COOKOPTS="!pngquant" + TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqldmFkeEcyXzRpLVk" -TAGS="hackdorte slim" DEPENDS="slim" BUILD_DEPENDS="" @@ -17,8 +19,9 @@ # Rules to configure and make the package. compile_rules() { - mkdir -p $install/usr/share/slim/themes/Esperanza - cp -a $src/* $install/usr/share/slim/themes/Esperanza + theme=$install/usr/share/slim/themes/Esperanza + mkdir -p $theme + cp -a $src/* $theme chown -R root:root $install } diff -r 97e4114f1224 -r 16bbdc96072c slim-theme-japan-art/receipt --- a/slim-theme-japan-art/receipt Thu May 11 12:48:03 2017 +0200 +++ b/slim-theme-japan-art/receipt Fri May 19 05:31:35 2017 +0300 @@ -7,9 +7,11 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="PublicDomain" WEB_SITE="http://desktopstylish.tumblr.com/post/120590949085/japan-art-slim-theme-download" +TAGS="hackdorte slim" +COOKOPTS="!pngquant" + TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqlUkJHVDJrXzVFRUk" -TAGS="hackdorte slim" DEPENDS="slim" BUILD_DEPENDS="" @@ -17,8 +19,9 @@ # Rules to configure and make the package. compile_rules() { - mkdir -p $install/usr/share/slim/themes/JapanArt - cp -a $src/* $install/usr/share/slim/themes/JapanArt + theme=$install/usr/share/slim/themes/JapanArt + mkdir -p $theme + cp -a $src/* $theme chown -R root:root $install } diff -r 97e4114f1224 -r 16bbdc96072c slim-theme-leaves/receipt --- a/slim-theme-leaves/receipt Thu May 11 12:48:03 2017 +0200 +++ b/slim-theme-leaves/receipt Fri May 19 05:31:35 2017 +0300 @@ -7,9 +7,11 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="PublicDomain" WEB_SITE="http://desktopstylish.tumblr.com/post/120510224250/leaves-slim-theme-download" +TAGS="hackdorte slim" +COOKOPTS="!pngquant" + TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqldkFkbmRCRFZVQ0k" -TAGS="hackdorte slim" DEPENDS="slim" BUILD_DEPENDS="imagemagick" @@ -17,13 +19,12 @@ # Rules to configure and make the package. compile_rules() { - mkdir -p $install/usr/share/slim/themes/Leaves - cp -a $src/* $install/usr/share/slim/themes/Leaves - ( - cd $install/usr/share/slim/themes/Leaves - convert background.png background.jpg - rm background.png - ) + theme=$install/usr/share/slim/themes/Leaves + mkdir -p $theme + cp -a $src/* $theme + cd $theme + convert background.png background.jpg + rm background.png chown -R root:root $install } diff -r 97e4114f1224 -r 16bbdc96072c slim-theme-mascot/receipt --- a/slim-theme-mascot/receipt Thu May 11 12:48:03 2017 +0200 +++ b/slim-theme-mascot/receipt Fri May 19 05:31:35 2017 +0300 @@ -7,6 +7,7 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="CC-BY" WEB_SITE="http://www.slitaz.org/" +COOKOPTS="!pngquant" DEPENDS="slim slitaz-configs-base" BUILD_DEPENDS="inkscape optipng" @@ -14,21 +15,22 @@ # Rules to configure and make the package. compile_rules() { - mkdir -p $install - inkscape -f $stuff/slitaz_spider.svg -e $install/panel.png - optipng -zc1-9 -zm1-9 -zs0-3 -f0-5 $install/panel.png + theme=$install/usr/share/slim/themes/mascot + mkdir -p $theme + + cp -a $stuff/slim.theme $theme + + inkscape -f $stuff/slitaz_spider.svg -e $theme/panel.png + + # link SLiM background to SliTaz desktop background; + # system is almost here... + cp -s /usr/share/images/slitaz-background.jpg $theme/background.jpg } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - theme=$fs/usr/share/slim/themes/mascot - mkdir -p $theme - # link SLiM background to SliTaz desktop background; - # system is almost here... - cp -s /usr/share/images/slitaz-background.jpg $theme/background.jpg - cp -a $install/panel.png $theme - cp -a $stuff/slim.theme $theme + cp -a $install/* $fs } post_install() diff -r 97e4114f1224 -r 16bbdc96072c slim-theme-montanhoso/receipt --- a/slim-theme-montanhoso/receipt Thu May 11 12:48:03 2017 +0200 +++ b/slim-theme-montanhoso/receipt Fri May 19 05:31:35 2017 +0300 @@ -7,9 +7,11 @@ MAINTAINER="al.bobylev@gmail.com" LICENSE="PublicDomain" WEB_SITE="http://desktopstylish.tumblr.com/post/120406192590/montanhoso-theme-for-the-slim-login-manager" +TAGS="hackdorte slim" +COOKOPTS="!pngquant" + TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqlTXZZRDJWaFI4NkE" -TAGS="hackdorte slim" DEPENDS="slim" BUILD_DEPENDS="" @@ -17,8 +19,9 @@ # Rules to configure and make the package. compile_rules() { - mkdir -p $install/usr/share/slim/themes/Montanhoso - cp -a $src/* $install/usr/share/slim/themes/Montanhoso + theme=$install/usr/share/slim/themes/Montanhoso + mkdir -p $theme + cp -a $src/* $theme chown -R root:root $install } diff -r 97e4114f1224 -r 16bbdc96072c slim-theme-pilar/receipt --- a/slim-theme-pilar/receipt Thu May 11 12:48:03 2017 +0200 +++ b/slim-theme-pilar/receipt Fri May 19 05:31:35 2017 +0300 @@ -7,16 +7,23 @@ MAINTAINER="holkfoor@gmail.com" LICENSE="CC-BY" WEB_SITE="http://www.slitaz.org/" +COOKOPTS="!pngquant" DEPENDS="slim slitaz-configs-base" BUILD_DEPENDS="" +# Rules to configure and make the package. +compile_rules() +{ + theme=$install/usr/share/slim/themes/pilar + mkdir -p $theme + cp -a $stuff/* $theme +} + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - theme=$fs/usr/share/slim/themes/pilar - mkdir -p $theme - cp -a $stuff/* $theme + cp -a $install/* $fs } post_install() diff -r 97e4114f1224 -r 16bbdc96072c slim-theme-radarspider/receipt --- a/slim-theme-radarspider/receipt Thu May 11 12:48:03 2017 +0200 +++ b/slim-theme-radarspider/receipt Fri May 19 05:31:35 2017 +0300 @@ -7,16 +7,23 @@ MAINTAINER="holkfoor@gmail.com" LICENSE="CC-BY" WEB_SITE="http://www.slitaz.org/" +COOKOPTS="!pngquant" DEPENDS="slim slitaz-configs-base" BUILD_DEPENDS="" +# Rules to configure and make the package. +compile_rules() +{ + theme=$install/usr/share/slim/themes/radarspider + mkdir -p $theme + cp -a $stuff/* $theme +} + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - theme=$fs/usr/share/slim/themes/radarspider - mkdir -p $theme - cp -a $stuff/* $theme + cp -a $install/* $fs } post_install() diff -r 97e4114f1224 -r 16bbdc96072c slim-theme-robotic/receipt --- a/slim-theme-robotic/receipt Thu May 11 12:48:03 2017 +0200 +++ b/slim-theme-robotic/receipt Fri May 19 05:31:35 2017 +0300 @@ -7,16 +7,23 @@ MAINTAINER="holkfoor@gmail.com" LICENSE="CC-BY" WEB_SITE="http://www.slitaz.org/" +COOKOPTS="!pngquant" DEPENDS="slim slitaz-configs-base" BUILD_DEPENDS="" +# Rules to configure and make the package. +compile_rules() +{ + theme=$install/usr/share/slim/themes/robotic + mkdir -p $theme + cp -a $stuff/* $theme +} + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - theme=$fs/usr/share/slim/themes/robotic - mkdir -p $theme - cp -a $stuff/* $theme + cp -a $install/* $fs } post_install() diff -r 97e4114f1224 -r 16bbdc96072c slim-theme-sandfive/receipt --- a/slim-theme-sandfive/receipt Thu May 11 12:48:03 2017 +0200 +++ b/slim-theme-sandfive/receipt Fri May 19 05:31:35 2017 +0300 @@ -7,16 +7,23 @@ MAINTAINER="holkfoor@gmail.com" LICENSE="CC-BY" WEB_SITE="http://www.slitaz.org/" +COOKOPTS="!pngquant" DEPENDS="slim slitaz-configs-base" BUILD_DEPENDS="" +# Rules to configure and make the package. +compile_rules() +{ + theme=$install/usr/share/slim/themes/sandfive + mkdir -p $theme + cp -a $stuff/* $theme +} + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - theme=$fs/usr/share/slim/themes/sandfive - mkdir -p $theme - cp -a $stuff/* $theme + cp -a $install/* $fs } post_install()