# HG changeset patch # User Aleksej Bobylev # Date 1455807267 -7200 # Node ID f8b381f96ad6006a48cde65ee0c94bd79aa65df7 # Parent edf927a09cd34ef25833088567186332dd677b0e Add more art from Leonardo Laporte. SLiM themes Clean, Esperanza, Japan Art, Leaves, Montanhoso. Openbox 3 themes Blinder, Chrommo. Combo-theme Japanes (Openbox and GTK2). diff -r edf927a09cd3 -r f8b381f96ad6 aurorials-theme/receipt --- a/aurorials-theme/receipt Wed Feb 17 11:45:28 2016 +0100 +++ b/aurorials-theme/receipt Thu Feb 18 16:54:27 2016 +0200 @@ -9,9 +9,10 @@ WEB_SITE="http://holkfoor.deviantart.com/art/Aurorials-pack-themes-382752941" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="https://dl.dropboxusercontent.com/s/urt40kxaladwpeu/Aurorials_GTK2_Openbox_Slim_Wallpaper.tar.bz2" +TAGS="holkfoor openbox slim wallpaper" DEPENDS="gtk2-engine-murrine openbox slim" -BUILD_DEPENDS="imagemagick" +BUILD_DEPENDS="wget imagemagick" # Rules to configure and make the package. compile_rules() @@ -52,13 +53,13 @@ $1/home/*/.config/lxsession/*/desktop.conf; do [ -f "$i" ] && sed -i 's|sNet/ThemeName=.*|sNet/ThemeName=Aurorials|' $i done - pgrep lxsession && lxsession -r + pgrep lxsession >/dev/null && lxsession -r # Set Openbox theme for i in /etc/xdg/openbox/rc.xml /home/*/.config/openbox/rc.xml; do [ -f $i ] && sed -i '//,// s|>[^<]*<|>Aurorials<|' $i done - pgrep openbox && openbox --reconfigure + pgrep openbox >/dev/null && openbox --reconfigure # Set SLiM theme chroot "$1/" slim-theme -s Aurorials @@ -81,13 +82,13 @@ $1/home/*/.config/lxsession/*/desktop.conf; do [ -f "$i" ] && sed -i 's|sNet/ThemeName=.*|sNet/ThemeName=Clearlooks Human|' $i done - pgrep lxsession && lxsession -r + pgrep lxsession >/dev/null && lxsession -r # Restore Openbox theme (SliTaz) for i in /etc/xdg/openbox/rc.xml /home/*/.config/openbox/rc.xml; do [ -f $i ] && sed -i '//,// s|>[^<]*<|>SliTaz<|' $i done - pgrep openbox && openbox --reconfigure + pgrep openbox >/dev/null && openbox --reconfigure # Restore SLiM theme chroot "$1/" slim-theme -f Madeirado diff -r edf927a09cd3 -r f8b381f96ad6 japanes-theme/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/japanes-theme/description.txt Thu Feb 18 16:54:27 2016 +0200 @@ -0,0 +1,4 @@ +This theme have soft colors in PCMan File Manager and clean colors for menus. +This package contains themes for GTK2 and Openbox. + +Author: Leonardo Laporte diff -r edf927a09cd3 -r f8b381f96ad6 japanes-theme/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/japanes-theme/receipt Thu Feb 18 16:54:27 2016 +0200 @@ -0,0 +1,63 @@ +# SliTaz package receipt. + +PACKAGE="japanes-theme" +VERSION="20130705" +CATEGORY="misc" +SHORT_DESC="Japanes Openbox and GTK2 Theme" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL3" +WEB_SITE="http://holkfoor.deviantart.com/art/Japanes-Openbox-and-GTK2-Theme-382947891" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WGET_URL="https://www.dropbox.com/s/2ronvzzogtdlmbt/Japanes_GTK2_and_Openbox.tar.bz2" +TAGS="holkfoor openbox" + +DEPENDS="gtk-clearlooks openbox" +BUILD_DEPENDS="wget" + +# Rules to configure and make the package. +compile_rules() +{ + mkdir -p $install/usr/share/themes + cp -a $src/Japanes $install/usr/share/themes + + # (fix warnings about unsupported options) + sed -i 's|^.*menuitemstyle|#&|; s|^.*listviewitemstyle|#&|; + s|^.*progressbarstyle|#&|' $install/usr/share/themes/Japanes/gtk-2.0/gtkrc +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +} + +post_install() +{ + # Set GTK+ Theme + for i in $1/etc/xdg/lxsession/*/desktop.conf \ + $1/home/*/.config/lxsession/*/desktop.conf; do + [ -f "$i" ] && sed -i 's|sNet/ThemeName=.*|sNet/ThemeName=Japanes|' $i + done + pgrep lxsession >/dev/null && lxsession -r + + # Set Openbox theme + for i in /etc/xdg/openbox/rc.xml /home/*/.config/openbox/rc.xml; do + [ -f $i ] && sed -i '//,// s|>[^<]*<|>Japanes<|' $i + done + pgrep openbox >/dev/null && openbox --reconfigure +} + +pre_remove() { + # Restore GTK+ Theme (Clearlooks Human) + for i in $1/etc/xdg/lxsession/*/desktop.conf \ + $1/home/*/.config/lxsession/*/desktop.conf; do + [ -f "$i" ] && sed -i 's|sNet/ThemeName=.*|sNet/ThemeName=Clearlooks Human|' $i + done + pgrep lxsession && lxsession -r + + # Restore Openbox theme (SliTaz) + for i in /etc/xdg/openbox/rc.xml /home/*/.config/openbox/rc.xml; do + [ -f $i ] && sed -i '//,// s|>[^<]*<|>SliTaz<|' $i + done + pgrep openbox && openbox --reconfigure +} diff -r edf927a09cd3 -r f8b381f96ad6 madeirado-theme/receipt --- a/madeirado-theme/receipt Wed Feb 17 11:45:28 2016 +0100 +++ b/madeirado-theme/receipt Thu Feb 18 16:54:27 2016 +0200 @@ -9,9 +9,10 @@ WEB_SITE="http://holkfoor.deviantart.com/art/Madeirado-Pack-Theme-382214228" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="https://dl.dropboxusercontent.com/s/ax6iqx6aa344fsu/Madeirado_GTK2_Openbox_Slim_Wallpaper.tar.bz2" +TAGS="holkfoor openbox slim wallpaper" DEPENDS="gtk-clearlooks openbox slim" -BUILD_DEPENDS="imagemagick" +BUILD_DEPENDS="wget imagemagick" # Rules to configure and make the package. compile_rules() @@ -53,13 +54,13 @@ $1/home/*/.config/lxsession/*/desktop.conf; do [ -f "$i" ] && sed -i 's|sNet/ThemeName=.*|sNet/ThemeName=Madeirado|' $i done - pgrep lxsession && lxsession -r + pgrep lxsession >/dev/null && lxsession -r # Set Openbox theme for i in /etc/xdg/openbox/rc.xml /home/*/.config/openbox/rc.xml; do [ -f $i ] && sed -i '//,// s|>[^<]*<|>Madeirado<|' $i done - pgrep openbox && openbox --reconfigure + pgrep openbox >/dev/null && openbox --reconfigure # Set SLiM theme chroot "$1/" slim-theme -s Madeirado @@ -82,13 +83,13 @@ $1/home/*/.config/lxsession/*/desktop.conf; do [ -f "$i" ] && sed -i 's|sNet/ThemeName=.*|sNet/ThemeName=Clearlooks Human|' $i done - pgrep lxsession && lxsession -r + pgrep lxsession >/dev/null && lxsession -r # Restore Openbox theme (SliTaz) for i in /etc/xdg/openbox/rc.xml /home/*/.config/openbox/rc.xml; do [ -f $i ] && sed -i '//,// s|>[^<]*<|>SliTaz<|' $i done - pgrep openbox && openbox --reconfigure + pgrep openbox >/dev/null && openbox --reconfigure # Restore SLiM theme chroot "$1/" slim-theme -f Madeirado diff -r edf927a09cd3 -r f8b381f96ad6 openbox-theme-blinder/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/openbox-theme-blinder/receipt Thu Feb 18 16:54:27 2016 +0200 @@ -0,0 +1,47 @@ +# SliTaz package receipt. + +PACKAGE="openbox-theme-blinder" +VERSION="20150606" +CATEGORY="x-window" +SHORT_DESC="Blinder - theme for Openbox 3" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="PublicDomain" +WEB_SITE="http://desktopstylish.tumblr.com/post/120897023300/blinder-the-openbox-3-theme-download" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WGET_URL="https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqlQURSR3V5dzB4aXc" +TAGS="hackdorte openbox" + +DEPENDS="openbox" +BUILD_DEPENDS="" + +# Rules to configure and make the package. +compile_rules() +{ + mkdir -p $install/usr/share/themes/Blinder + cp -a $src/* $install/usr/share/themes/Blinder + chown -R root:root $install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +} + +post_install() +{ + # Set Openbox theme + for i in /etc/xdg/openbox/rc.xml /home/*/.config/openbox/rc.xml; do + [ -f $i ] && sed -i '//,// s|>[^<]*<|>Blinder<|' $i + done + pgrep openbox >/dev/null && openbox --reconfigure +} + +pre_remove() +{ + # Restore Openbox theme (SliTaz) + for i in /etc/xdg/openbox/rc.xml /home/*/.config/openbox/rc.xml; do + [ -f $i ] && sed -i '//,// s|>[^<]*<|>SliTaz<|' $i + done + pgrep openbox >/dev/null && openbox --reconfigure +} diff -r edf927a09cd3 -r f8b381f96ad6 openbox-theme-chrommo/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/openbox-theme-chrommo/receipt Thu Feb 18 16:54:27 2016 +0200 @@ -0,0 +1,48 @@ +# SliTaz package receipt. + +PACKAGE="openbox-theme-chrommo" +VERSION="20150601" +CATEGORY="x-window" +SHORT_DESC="Chrommo - theme for Openbox 3" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="PublicDomain" +WEB_SITE="http://desktopstylish.tumblr.com/post/120497586780/chrommo-openbox-3-theme-download" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WGET_URL="https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqlcms4OHBWTVBWMmc" +TAGS="hackdorte openbox" + +DEPENDS="openbox" +BUILD_DEPENDS="" + +# Rules to configure and make the package. +compile_rules() +{ + mkdir -p $install/usr/share/themes/Chrommo + cp -a $src/chrommo/* $install/usr/share/themes/Chrommo + chmod a-x $install/usr/share/themes/Chrommo/openbox-3/themerc + chown -R root:root $install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +} + +post_install() +{ + # Set Openbox theme + for i in /etc/xdg/openbox/rc.xml /home/*/.config/openbox/rc.xml; do + [ -f $i ] && sed -i '//,// s|>[^<]*<|>Chrommo<|' $i + done + pgrep openbox >/dev/null && openbox --reconfigure +} + +pre_remove() +{ + # Restore Openbox theme (SliTaz) + for i in /etc/xdg/openbox/rc.xml /home/*/.config/openbox/rc.xml; do + [ -f $i ] && sed -i '//,// s|>[^<]*<|>SliTaz<|' $i + done + pgrep openbox >/dev/null && openbox --reconfigure +} diff -r edf927a09cd3 -r f8b381f96ad6 slim-theme-clean/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/slim-theme-clean/receipt Thu Feb 18 16:54:27 2016 +0200 @@ -0,0 +1,44 @@ +# SliTaz package receipt. + +PACKAGE="slim-theme-clean" +VERSION="20150602" +CATEGORY="x-window" +SHORT_DESC="Clean - theme for SLiM" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="PublicDomain" +WEB_SITE="http://desktopstylish.tumblr.com/post/120566561330/clean-slim-theme-download" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WGET_URL="https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqlczlac2tXa01wbTQ" +TAGS="hackdorte slim" + +DEPENDS="slim" +BUILD_DEPENDS="imagemagick" + +# 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 + ) + chown -R root:root $install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +} + +post_install() +{ + chroot "$1/" slim-theme -s Clean +} + +pre_remove() +{ + chroot "$1/" slim-theme -f Clean +} diff -r edf927a09cd3 -r f8b381f96ad6 slim-theme-esperanza/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/slim-theme-esperanza/receipt Thu Feb 18 16:54:27 2016 +0200 @@ -0,0 +1,39 @@ +# SliTaz package receipt. + +PACKAGE="slim-theme-esperanza" +VERSION="20150602" +CATEGORY="x-window" +SHORT_DESC="Esperanza - theme for SLiM" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="PublicDomain" +WEB_SITE="http://desktopstylish.tumblr.com/post/120505013200/esperanza-slim-theme-download" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WGET_URL="https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqldmFkeEcyXzRpLVk" +TAGS="hackdorte slim" + +DEPENDS="slim" +BUILD_DEPENDS="" + +# 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 + chown -R root:root $install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +} + +post_install() +{ + chroot "$1/" slim-theme -s Esperanza +} + +pre_remove() +{ + chroot "$1/" slim-theme -f Esperanza +} diff -r edf927a09cd3 -r f8b381f96ad6 slim-theme-japan-art/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/slim-theme-japan-art/receipt Thu Feb 18 16:54:27 2016 +0200 @@ -0,0 +1,39 @@ +# SliTaz package receipt. + +PACKAGE="slim-theme-japan-art" +VERSION="20150603" +CATEGORY="x-window" +SHORT_DESC="Japan Art - theme for SLiM" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="PublicDomain" +WEB_SITE="http://desktopstylish.tumblr.com/post/120590949085/japan-art-slim-theme-download" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WGET_URL="https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqlUkJHVDJrXzVFRUk" +TAGS="hackdorte slim" + +DEPENDS="slim" +BUILD_DEPENDS="" + +# 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 + chown -R root:root $install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +} + +post_install() +{ + chroot "$1/" slim-theme -s JapanArt +} + +pre_remove() +{ + chroot "$1/" slim-theme -f JapanArt +} diff -r edf927a09cd3 -r f8b381f96ad6 slim-theme-leaves/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/slim-theme-leaves/receipt Thu Feb 18 16:54:27 2016 +0200 @@ -0,0 +1,44 @@ +# SliTaz package receipt. + +PACKAGE="slim-theme-leaves" +VERSION="20150602" +CATEGORY="x-window" +SHORT_DESC="Leaves - theme for SLiM" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="PublicDomain" +WEB_SITE="http://desktopstylish.tumblr.com/post/120510224250/leaves-slim-theme-download" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WGET_URL="https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqldkFkbmRCRFZVQ0k" +TAGS="hackdorte slim" + +DEPENDS="slim" +BUILD_DEPENDS="imagemagick" + +# 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 + ) + chown -R root:root $install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +} + +post_install() +{ + chroot "$1/" slim-theme -s Leaves +} + +pre_remove() +{ + chroot "$1/" slim-theme -f Leaves +} diff -r edf927a09cd3 -r f8b381f96ad6 slim-theme-montanhoso/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/slim-theme-montanhoso/receipt Thu Feb 18 16:54:27 2016 +0200 @@ -0,0 +1,39 @@ +# SliTaz package receipt. + +PACKAGE="slim-theme-montanhoso" +VERSION="20150526" +CATEGORY="x-window" +SHORT_DESC="Montanhoso - theme for SLiM" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="PublicDomain" +WEB_SITE="http://desktopstylish.tumblr.com/post/120406192590/montanhoso-theme-for-the-slim-login-manager" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WGET_URL="https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqlTXZZRDJWaFI4NkE" +TAGS="hackdorte slim" + +DEPENDS="slim" +BUILD_DEPENDS="" + +# 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 + chown -R root:root $install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +} + +post_install() +{ + chroot "$1/" slim-theme -s Montanhoso +} + +pre_remove() +{ + chroot "$1/" slim-theme -f Montanhoso +}