wok-next rev 20963

Add hackdorte-artwork and remove appropriate old packages with dead homepages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Sep 08 15:02:14 2018 +0300 (2018-09-08)
parents 82de58c2e6ff
children d3730d754d47
files hackdorte-artwork/.icon.png hackdorte-artwork/description.slitaz-backgrounds.txt hackdorte-artwork/receipt openbox-theme-blinder/receipt openbox-theme-chrommo/receipt openbox-theme-woodland/receipt sandfive-theme/receipt sandfive-theme/stuff/SliTaz-SandFive/background/slitaz-sandfive.jpg sandfive-theme/stuff/SliTaz-SandFive/gtk-2.0/gtkrc sandfive-theme/stuff/SliTaz-SandFive/index.theme sandfive-theme/stuff/SliTaz-SandFive/lxpanel/lxpanel-sandfive.png sandfive-theme/stuff/SliTaz-SandFive/openbox-3/close.xbm sandfive-theme/stuff/SliTaz-SandFive/openbox-3/close_hover.xbm sandfive-theme/stuff/SliTaz-SandFive/openbox-3/desk.xbm sandfive-theme/stuff/SliTaz-SandFive/openbox-3/desk_hover.xbm sandfive-theme/stuff/SliTaz-SandFive/openbox-3/desk_toggled.xbm sandfive-theme/stuff/SliTaz-SandFive/openbox-3/iconify.xbm sandfive-theme/stuff/SliTaz-SandFive/openbox-3/iconify_hover.xbm sandfive-theme/stuff/SliTaz-SandFive/openbox-3/max.xbm sandfive-theme/stuff/SliTaz-SandFive/openbox-3/max_hover.xbm sandfive-theme/stuff/SliTaz-SandFive/openbox-3/max_toggled.xbm sandfive-theme/stuff/SliTaz-SandFive/openbox-3/shade.xbm sandfive-theme/stuff/SliTaz-SandFive/openbox-3/shade_hover.xbm sandfive-theme/stuff/SliTaz-SandFive/openbox-3/themerc slim-theme-clean/receipt slim-theme-esperanza/receipt slim-theme-japan-art/receipt slim-theme-leaves/receipt slim-theme-montanhoso/receipt slitaz-backgrounds/description.txt slitaz-backgrounds/receipt yuyo-gtk-theme/receipt
line diff
     1.1 Binary file hackdorte-artwork/.icon.png has changed
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/hackdorte-artwork/description.slitaz-backgrounds.txt	Sat Sep 08 15:02:14 2018 +0300
     2.3 @@ -0,0 +1,14 @@
     2.4 +A collection of wallpapers for SliTaz. 
     2.5 +
     2.6 +It contains beautiful images for your desktop. 
     2.7 +All images are available at: /usr/share/images.
     2.8 +
     2.9 +[15.03.2016] New Slitaz Papers!
    2.10 +- Black Floral
    2.11 +- Black Zen
    2.12 +- Dust
    2.13 +- Meditation
    2.14 +- Secret Orion
    2.15 +- The Force
    2.16 +- Varnish
    2.17 +- Woodland
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/hackdorte-artwork/receipt	Sat Sep 08 15:02:14 2018 +0300
     3.3 @@ -0,0 +1,219 @@
     3.4 +# SliTaz package receipt v2.
     3.5 +
     3.6 +PACKAGE="hackdorte-artwork"
     3.7 +VERSION="1.0"
     3.8 +CATEGORY="meta"
     3.9 +SHORT_DESC="SliTaz artwork by Leonardo Laporte"
    3.10 +MAINTAINER="al.bobylev@gmail.com"
    3.11 +LICENSE="PublicDomain"
    3.12 +WEB_SITE="https://github.com/SliTaz-official/hackdorte-artwork"
    3.13 +
    3.14 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.15 +WGET_URL="https://github.com/SliTaz-official/hackdorte-artwork/archive/$VERSION.tar.gz"
    3.16 +
    3.17 +SPLIT="blinder-theme chrommo-theme woodland-theme sandfive-theme \
    3.18 +slim-theme-clean slim-theme-esperanza slim-theme-japan-art slim-theme-leaves \
    3.19 +slim-theme-montanhoso conky-theme-onsea slitaz-backgrounds"
    3.20 +
    3.21 +COOKOPTS="!pngquant" # SLiM don't like such images processed by pngquant
    3.22 +
    3.23 +compile_rules() {
    3.24 +	mkdir -p $install/usr/share/
    3.25 +	cp -r conky/ images/ slim/ themes/ $install/usr/share/
    3.26 +}
    3.27 +
    3.28 +genpkg_rules() {
    3.29 +	case $PACKAGE in
    3.30 +		hackdorte-artwork)
    3.31 +			DEPENDS="$SPLIT"
    3.32 +			;;
    3.33 +		blinder-theme)
    3.34 +			copy Blinder/
    3.35 +			CAT="customization|Blinder theme for GTK+2 and Openbox3"
    3.36 +			TAGS="hackdorte openbox theme"
    3.37 +			# openbox-theme-blinder 20150606
    3.38 +			# https://web.archive.org/web/20151101012710/http://desktopstylish.tumblr.com/post/120897023300/blinder-the-openbox-3-theme-download
    3.39 +			# https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqlQURSR3V5dzB4aXc
    3.40 +			;;
    3.41 +		chrommo-theme)
    3.42 +			copy Chrommo/
    3.43 +			CAT="customization|Chrommo theme for GTK+2 and Openbox3"
    3.44 +			TAGS="hackdorte openbox theme"
    3.45 +			# openbox-theme-chrommo 20150601
    3.46 +			# http://desktopstylish.tumblr.com/post/120497586780/chrommo-openbox-3-theme-download
    3.47 +			# https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqlcms4OHBWTVBWMmc
    3.48 +			;;
    3.49 +		woodland-theme)
    3.50 +			copy Woodland/
    3.51 +			CAT="customization|Woodland nature theme for Openbox3"
    3.52 +			TAGS="hackdorte openbox theme"
    3.53 +			# openbox-theme-woodland 1.0
    3.54 +			# https://web.archive.org/web/20151101012710/http://desktopstylish.tumblr.com/post/120897023300/blinder-the-openbox-3-theme-download
    3.55 +			# https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqlQURSR3V5dzB4aXc
    3.56 +			# http://people.slitaz.org/~leonardolaporte/lab.slitaz/5.0/pkg/openbox/3.6.1/openbox-theme-woodland-1.0.tar.gz
    3.57 +			;;
    3.58 +		sandfive-theme)
    3.59 +			copy SliTaz-SandFive/
    3.60 +			CAT="customization|complete SliTaz 5.0 SandFive theme"
    3.61 +			# sandfive-theme 1.0
    3.62 +			# http://elegantspider.blogspot.com.br/2014/06/slitaz-sand-five-theme.html
    3.63 +			# sources was in the stuff near the receipt
    3.64 +			;;
    3.65 +		slim-theme-clean)
    3.66 +			copy Clean/
    3.67 +			DEPENDS="slim"
    3.68 +			CAT="customization|Clean theme for SLiM"
    3.69 +			TAGS="hackdorte slim"
    3.70 +			# slim-theme-clean 20150602
    3.71 +			# http://desktopstylish.tumblr.com/post/120566561330/clean-slim-theme-download
    3.72 +			# https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqlczlac2tXa01wbTQ
    3.73 +			;;
    3.74 +		slim-theme-esperanza)
    3.75 +			copy Esperanza/
    3.76 +			DEPENDS="slim"
    3.77 +			CAT="customization|Esperanza theme for SLiM"
    3.78 +			TAGS="hackdorte slim"
    3.79 +			# slim-theme-esperanza 20150602
    3.80 +			# http://desktopstylish.tumblr.com/post/120505013200/esperanza-slim-theme-download
    3.81 +			# https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqldmFkeEcyXzRpLVk
    3.82 +			;;
    3.83 +		slim-theme-japan-art)
    3.84 +			copy JapanArt/
    3.85 +			DEPENDS="slim"
    3.86 +			CAT="customization|Japan Art theme for SLiM"
    3.87 +			TAGS="hackdorte slim"
    3.88 +			# slim-theme-japan-art 20150603
    3.89 +			# http://desktopstylish.tumblr.com/post/120590949085/japan-art-slim-theme-download
    3.90 +			# https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqlUkJHVDJrXzVFRUk
    3.91 +			;;
    3.92 +		slim-theme-leaves)
    3.93 +			copy Leaves/
    3.94 +			DEPENDS="slim"
    3.95 +			CAT="customization|Leaves theme for SLiM"
    3.96 +			TAGS="hackdorte slim"
    3.97 +			# slim-theme-leaves 20150602
    3.98 +			# http://desktopstylish.tumblr.com/post/120510224250/leaves-slim-theme-download
    3.99 +			# https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqldkFkbmRCRFZVQ0k
   3.100 +			;;
   3.101 +		slim-theme-montanhoso)
   3.102 +			copy Montanhoso/
   3.103 +			DEPENDS="slim"
   3.104 +			CAT="customization|Montanhoso theme for SLiM"
   3.105 +			TAGS="hackdorte slim"
   3.106 +			# slim-theme-montanhoso 20150526
   3.107 +			# http://desktopstylish.tumblr.com/post/120406192590/montanhoso-theme-for-the-slim-login-manager
   3.108 +			# https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqlTXZZRDJWaFI4NkE
   3.109 +			;;
   3.110 +		conky-theme-onsea)
   3.111 +			copy onsea/
   3.112 +			CAT="customization|smooth theme for conky with smoke color"
   3.113 +			;;
   3.114 +		slitaz-backgrounds)
   3.115 +			copy slitaz-bg-control.png slitaz-bg-core.png slitaz-bg-enigma.png \
   3.116 +			slitaz-bg-fusion.png slitaz-bg-lights.png slitaz-bg-panel.png \
   3.117 +			slitaz-bg-sand.png slitaz-bg-spiders-eyes.png slitaz-bg-voyage.png \
   3.118 +			slitaz-bg-wood.png slitaz-black-floral.png slitaz-black-zen.png \
   3.119 +			slitaz-dust.png slitaz-meditation.jpg slitaz-secret-orion.png \
   3.120 +			slitaz-the-force.png slitaz-varnish.png slitaz-woodland.jpg
   3.121 +			CAT="customization|additional backgrounds for Slitaz GNU/Linux"
   3.122 +			# slitaz-backgrounds 2.1
   3.123 +			# https://github.com/hackdorte/slitaz-backgrounds
   3.124 +			# https://github.com/hackdorte/slitaz-backgrounds/archive/8f027a0.tar.gz
   3.125 +	esac
   3.126 +}
   3.127 +
   3.128 +
   3.129 +# Set Openbox theme
   3.130 +post_install_blinder_theme() {
   3.131 +	for i in $1/etc/xdg/openbox/rc.xml $1/home/*/.config/openbox/rc.xml; do
   3.132 +		[ -f $i ] && sed -i '/<theme>/,/<name>/ s|>[^<]*<|>Blinder<|' $i
   3.133 +	done
   3.134 +	[ -z "$1" ] && pgrep openbox >/dev/null && openbox --reconfigure
   3.135 +}
   3.136 +
   3.137 +# Restore Openbox theme (SliTaz)
   3.138 +pre_remove_blinder_theme() {
   3.139 +	for i in $1/etc/xdg/openbox/rc.xml $1/home/*/.config/openbox/rc.xml; do
   3.140 +		[ -f $i ] && sed -i '/<theme>/,/<name>/ s|>[^<]*<|>SliTaz<|' $i
   3.141 +	done
   3.142 +	[ -z "$1" ] && pgrep openbox >/dev/null && openbox --reconfigure
   3.143 +}
   3.144 +
   3.145 +
   3.146 +# Set Openbox theme
   3.147 +post_install_chrommo_theme() {
   3.148 +	for i in $1/etc/xdg/openbox/rc.xml $1/home/*/.config/openbox/rc.xml; do
   3.149 +		[ -f $i ] && sed -i '/<theme>/,/<name>/ s|>[^<]*<|>Chrommo<|' $i
   3.150 +	done
   3.151 +	[ -z "$1" ] && pgrep openbox >/dev/null && openbox --reconfigure
   3.152 +}
   3.153 +
   3.154 +# Restore Openbox theme (SliTaz)
   3.155 +pre_remove_chrommo_theme() {
   3.156 +	for i in $1/etc/xdg/openbox/rc.xml $1/home/*/.config/openbox/rc.xml; do
   3.157 +		[ -f $i ] && sed -i '/<theme>/,/<name>/ s|>[^<]*<|>SliTaz<|' $i
   3.158 +	done
   3.159 +	[ -z "$1" ] && pgrep openbox >/dev/null && openbox --reconfigure
   3.160 +}
   3.161 +
   3.162 +
   3.163 +# Set Openbox theme
   3.164 +post_install_woodland_theme() {
   3.165 +	for i in $1/etc/xdg/openbox/rc.xml $1/home/*/.config/openbox/rc.xml; do
   3.166 +		[ -f $i ] && sed -i '/<theme>/,/<name>/ s|>[^<]*<|>Woodland<|' $i
   3.167 +	done
   3.168 +	[ -z "$1" ] && pgrep openbox >/dev/null && openbox --reconfigure
   3.169 +}
   3.170 +
   3.171 +# Restore Openbox theme (SliTaz)
   3.172 +pre_remove_woodland_theme() {
   3.173 +	for i in $1/etc/xdg/openbox/rc.xml $1/home/*/.config/openbox/rc.xml; do
   3.174 +		[ -f $i ] && sed -i '/<theme>/,/<name>/ s|>[^<]*<|>SliTaz<|' $i
   3.175 +	done
   3.176 +	[ -z "$1" ] && pgrep openbox >/dev/null && openbox --reconfigure
   3.177 +}
   3.178 +
   3.179 +
   3.180 +post_install_slim_theme_clean() {
   3.181 +	chroot "$1/" slim-theme -s Clean
   3.182 +}
   3.183 +
   3.184 +pre_remove_slim_theme_clean() {
   3.185 +	chroot "$1/" slim-theme -f Clean
   3.186 +}
   3.187 +
   3.188 +
   3.189 +post_install_slim_theme_esperanza() {
   3.190 +	chroot "$1/" slim-theme -s Esperanza
   3.191 +}
   3.192 +
   3.193 +pre_remove_slim_theme_esperanza() {
   3.194 +	chroot "$1/" slim-theme -f Esperanza
   3.195 +}
   3.196 +
   3.197 +
   3.198 +post_install_slim_theme_japan_art() {
   3.199 +	chroot "$1/" slim-theme -s JapanArt
   3.200 +}
   3.201 +
   3.202 +pre_remove_slim_theme_japan_art() {
   3.203 +	chroot "$1/" slim-theme -f JapanArt
   3.204 +}
   3.205 +
   3.206 +
   3.207 +post_install_slim_theme_leaves() {
   3.208 +	chroot "$1/" slim-theme -s Leaves
   3.209 +}
   3.210 +
   3.211 +pre_remove_slim_theme_leaves() {
   3.212 +	chroot "$1/" slim-theme -f Leaves
   3.213 +}
   3.214 +
   3.215 +
   3.216 +post_install_slim_theme_montanhoso() {
   3.217 +	chroot "$1/" slim-theme -s Montanhoso
   3.218 +}
   3.219 +
   3.220 +pre_remove_slim_theme_montanhoso() {
   3.221 +	chroot "$1/" slim-theme -f Montanhoso
   3.222 +}
     4.1 --- a/openbox-theme-blinder/receipt	Fri Sep 07 15:13:14 2018 +0300
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,40 +0,0 @@
     4.4 -# SliTaz package receipt v2.
     4.5 -
     4.6 -PACKAGE="openbox-theme-blinder"
     4.7 -VERSION="20150606"
     4.8 -CATEGORY="customization"
     4.9 -SHORT_DESC="Blinder - theme for Openbox 3"
    4.10 -MAINTAINER="al.bobylev@gmail.com"
    4.11 -LICENSE="PublicDomain"
    4.12 -WEB_SITE="https://web.archive.org/web/20151101012710/http://desktopstylish.tumblr.com/post/120897023300/blinder-the-openbox-3-theme-download"
    4.13 -
    4.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    4.15 -WGET_URL="https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqlQURSR3V5dzB4aXc"
    4.16 -
    4.17 -compile_rules() {
    4.18 -	mkdir -p $install/usr/share/themes/Blinder
    4.19 -	cp -a $src/* $install/usr/share/themes/Blinder
    4.20 -	chown -R root:root $install
    4.21 -}
    4.22 -
    4.23 -genpkg_rules() {
    4.24 -	cp -a $install/* $fs
    4.25 -	DEPENDS="openbox"
    4.26 -	TAGS="hackdorte openbox"
    4.27 -}
    4.28 -
    4.29 -post_install() {
    4.30 -	# Set Openbox theme
    4.31 -	for i in $1/etc/xdg/openbox/rc.xml $1/home/*/.config/openbox/rc.xml; do
    4.32 -		[ -f $i ] && sed -i '/<theme>/,/<name>/ s|>[^<]*<|>Blinder<|' $i
    4.33 -	done
    4.34 -	[ -z "$1" ] && pgrep openbox >/dev/null && openbox --reconfigure
    4.35 -}
    4.36 -
    4.37 -pre_remove() {
    4.38 -	# Restore Openbox theme (SliTaz)
    4.39 -	for i in $1/etc/xdg/openbox/rc.xml $1/home/*/.config/openbox/rc.xml; do
    4.40 -		[ -f $i ] && sed -i '/<theme>/,/<name>/ s|>[^<]*<|>SliTaz<|' $i
    4.41 -	done
    4.42 -	[ -z "$1" ] && pgrep openbox >/dev/null && openbox --reconfigure
    4.43 -}
     5.1 --- a/openbox-theme-chrommo/receipt	Fri Sep 07 15:13:14 2018 +0300
     5.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.3 @@ -1,48 +0,0 @@
     5.4 -# SliTaz package receipt.
     5.5 -
     5.6 -PACKAGE="openbox-theme-chrommo"
     5.7 -VERSION="20150601"
     5.8 -CATEGORY="customization"
     5.9 -SHORT_DESC="Chrommo - theme for Openbox 3"
    5.10 -MAINTAINER="al.bobylev@gmail.com"
    5.11 -LICENSE="PublicDomain"
    5.12 -WEB_SITE="http://desktopstylish.tumblr.com/post/120497586780/chrommo-openbox-3-theme-download"
    5.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    5.14 -WGET_URL="https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqlcms4OHBWTVBWMmc"
    5.15 -TAGS="hackdorte openbox"
    5.16 -
    5.17 -DEPENDS="openbox"
    5.18 -BUILD_DEPENDS=""
    5.19 -
    5.20 -# Rules to configure and make the package.
    5.21 -compile_rules()
    5.22 -{
    5.23 -	mkdir -p $install/usr/share/themes/Chrommo
    5.24 -	cp -a $src/chrommo/* $install/usr/share/themes/Chrommo
    5.25 -	chmod a-x $install/usr/share/themes/Chrommo/openbox-3/themerc
    5.26 -	chown -R root:root $install
    5.27 -}
    5.28 -
    5.29 -# Rules to gen a SliTaz package suitable for Tazpkg.
    5.30 -genpkg_rules()
    5.31 -{
    5.32 -	cp -a $install/* $fs
    5.33 -}
    5.34 -
    5.35 -post_install()
    5.36 -{
    5.37 -	# Set Openbox theme
    5.38 -	for i in $1/etc/xdg/openbox/rc.xml $1/home/*/.config/openbox/rc.xml; do
    5.39 -		[ -f $i ] && sed -i '/<theme>/,/<name>/ s|>[^<]*<|>Chrommo<|' $i
    5.40 -	done
    5.41 -	[ -z "$1" ] && pgrep openbox >/dev/null && openbox --reconfigure
    5.42 -}
    5.43 -
    5.44 -pre_remove()
    5.45 -{
    5.46 -	# Restore Openbox theme (SliTaz)
    5.47 -	for i in $1/etc/xdg/openbox/rc.xml $1/home/*/.config/openbox/rc.xml; do
    5.48 -		[ -f $i ] && sed -i '/<theme>/,/<name>/ s|>[^<]*<|>SliTaz<|' $i
    5.49 -	done
    5.50 -	[ -z "$1" ] && pgrep openbox >/dev/null && openbox --reconfigure
    5.51 -}
     6.1 --- a/openbox-theme-woodland/receipt	Fri Sep 07 15:13:14 2018 +0300
     6.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.3 @@ -1,28 +0,0 @@
     6.4 -# SliTaz package receipt.
     6.5 -
     6.6 -PACKAGE="openbox-theme-woodland"
     6.7 -VERSION="1.0"
     6.8 -CATEGORY="customization"
     6.9 -SHORT_DESC="Woodland is a nature theme for Openbox."
    6.10 -MAINTAINER="hackdorte@sapo.pt"
    6.11 -LICENSE="PublicDomain"
    6.12 -WEB_SITE="http://people.slitaz.org/~leonardolaporte"
    6.13 -STUFF_DIR="lab.slitaz/5.0/pkg/openbox/3.6.1"
    6.14 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    6.15 -WGET_URL="${WEB_SITE}/$STUFF_DIR/$TARBALL"
    6.16 -TAGS="openbox theme"
    6.17 -
    6.18 -DEPENDS="openbox"
    6.19 -
    6.20 -# Rules to configure and make the package.
    6.21 -compile_rules()
    6.22 -{
    6.23 -  mkdir -p $install/usr/share/themes
    6.24 -  cp -a $src/* $install/usr/share/themes
    6.25 -}
    6.26 -
    6.27 -# Rules to gen a SliTaz package suitable for Tazpkg.
    6.28 -genpkg_rules()
    6.29 -{
    6.30 -  cp -a $install/* $fs
    6.31 -}
     7.1 --- a/sandfive-theme/receipt	Fri Sep 07 15:13:14 2018 +0300
     7.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.3 @@ -1,19 +0,0 @@
     7.4 -# SliTaz package receipt.
     7.5 -
     7.6 -PACKAGE="sandfive-theme"
     7.7 -VERSION="1.0"
     7.8 -CATEGORY="customization"
     7.9 -SHORT_DESC="SliTaz Sand Five theme for GTK+2 and Openbox"
    7.10 -MAINTAINER="holkfoor@gmail.com"
    7.11 -LICENSE="PublicDomain"
    7.12 -WEB_SITE="http://elegantspider.blogspot.com.br/2014/06/slitaz-sand-five-theme.html"
    7.13 -REPOLOGY="-"
    7.14 -
    7.15 -DEPENDS="gtk2-engine-murrine openbox"
    7.16 -
    7.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
    7.18 -genpkg_rules()
    7.19 -{
    7.20 -	mkdir -p $fs/usr/share/themes
    7.21 -	cp -a stuff/* $fs/usr/share/themes
    7.22 -}
     8.1 Binary file sandfive-theme/stuff/SliTaz-SandFive/background/slitaz-sandfive.jpg has changed
     9.1 --- a/sandfive-theme/stuff/SliTaz-SandFive/gtk-2.0/gtkrc	Fri Sep 07 15:13:14 2018 +0300
     9.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.3 @@ -1,334 +0,0 @@
     9.4 -# Slitaz Sand Five Theme
     9.5 -# GTK2 Theme
     9.6 -
     9.7 -# Sand Five Color Scheme
     9.8 -gtk-color-scheme = "sandfive_base:#F4F4F4"
     9.9 -gtk-color-scheme = "sandfive_fg:#453A1C"
    9.10 -
    9.11 -gtk-color-scheme = "sandfive_selected_bg:#CE895E"
    9.12 -gtk-color-scheme = "sandfive_selected_fg:#FAFAFA"
    9.13 -
    9.14 -gtk-color-scheme = "sandfive_text:#382F17"
    9.15 -gtk-color-scheme = "sandfive_bg:#DBD9CC"
    9.16 -
    9.17 -gtk-color-scheme = "sandfive_tip_fg:#382F17"
    9.18 -gtk-color-scheme = "sandfive_tip_bg:#DBD9CC"
    9.19 -
    9.20 -style "default" {
    9.21 -  xthickness = 1
    9.22 -  ythickness = 1
    9.23 -
    9.24 - GtkButton::child-displacement-x = 1
    9.25 - GtkButton::child-displacement-y = 1
    9.26 - GtkButton::default-border = { 0, 0, 0, 0 }
    9.27 - GtkCheckButton::indicator-size = 14
    9.28 -
    9.29 - GtkPaned::handle-size = 6
    9.30 - GtkRange::trough-border = 0
    9.31 - GtkRange::slider-width = 15
    9.32 - GtkRange::stepper-size = 15
    9.33 - GtkRange::trough-under-steppers = 0
    9.34 - GtkScale::trough-border = 0
    9.35 - GtkScale::slider-length = 18
    9.36 - GtkScale::trough-side-details = 1
    9.37 - GtkScrollbar::min-slider-length = 30
    9.38 - GtkMenuBar::internal-padding = 0
    9.39 - GtkExpander::expander-size = 16
    9.40 - GtkToolbar::internal-padding = 0
    9.41 - GtkTreeView::expander-size = 14
    9.42 - GtkTreeView::vertical-separator = 0
    9.43 - GtkMenu::horizontal-padding = 0
    9.44 - GtkMenu::vertical-padding = 0
    9.45 - GtkMenuBar::shadow_type = GTK_SHADOW_NONE
    9.46 - GtkToolbar::shadow_type = GTK_SHADOW_NONE
    9.47 -
    9.48 - WnckTasklist::fade-overlay-rect = 0
    9.49 -
    9.50 - GtkEntry::honors-transparent-bg-hint = 1
    9.51 -
    9.52 - bg[NORMAL]        = @sandfive_bg
    9.53 - bg[PRELIGHT]      = shade (1.02, @sandfive_bg)
    9.54 - bg[SELECTED]      = @sandfive_selected_bg
    9.55 - bg[INSENSITIVE]   = @sandfive_bg
    9.56 - bg[ACTIVE]        = shade (0.9, @sandfive_bg)
    9.57 - fg[NORMAL]        = @sandfive_fg
    9.58 - fg[PRELIGHT]      = @sandfive_fg
    9.59 -  fg[SELECTED]      = @sandfive_selected_fg
    9.60 -  fg[INSENSITIVE]   = darker (@sandfive_bg)
    9.61 -  fg[ACTIVE]        = @sandfive_fg
    9.62 -
    9.63 -  text[NORMAL]      = @sandfive_text
    9.64 -  text[PRELIGHT]    = @sandfive_text
    9.65 -  text[SELECTED]    = @sandfive_selected_fg
    9.66 -  text[INSENSITIVE] = darker (@sandfive_bg)
    9.67 -  text[ACTIVE]      = @sandfive_selected_fg
    9.68 -
    9.69 -  base[NORMAL]      = @sandfive_base
    9.70 -  base[PRELIGHT]    = shade (0.96, @sandfive_bg)
    9.71 -  base[SELECTED]    = shade (1.05, @sandfive_selected_bg)
    9.72 -  base[INSENSITIVE] = @sandfive_bg
    9.73 -  base[ACTIVE]      = shade (1.0, @sandfive_selected_bg)
    9.74 -
    9.75 -  engine "murrine" {
    9.76 -    animation           = FALSE
    9.77 -    colorize_scrollbar  = FALSE
    9.78 -    contrast            = 0.95
    9.79 -    glazestyle          = 3     # 0 = flat, 1 = curved, 2 = concave, 3 = top curved, 4 = beryl highlight, 5 = new
    9.80 -    glow_shade          = 0.95
    9.81 -    glowstyle           = 0     # 0 = top, 1 = bottom, 2 = top and bottom, 3 = horizontal, 4 = centered glow
    9.82 -    gradient_shades     = {1.1,1.1,0.95,0.95}
    9.83 -    highlight_shade     = 1.0
    9.84 -    lightborder_shade   = 1.85
    9.85 -    lightborderstyle    = 1     # 0 = lightborder on top side, 1 = lightborder on all sides
    9.86 -    listviewheaderstyle = 2     # 0 = flat, 1 = glassy, 2 = raised
    9.87 -    listviewstyle       = 1     # 0 = nothing, 1 = dotted
    9.88 -    menubaritemstyle    = 1     # 0 = menuitem look, 1 = button look
    9.89 -    menubarstyle        = 0     # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
    9.90 -    menuitemstyle       = 1     # 0 = flat, 1 = glassy, 2 = striped
    9.91 -    menustyle           = 0     # 0 = no vertical menu stripe, 1 = display vertical menu stripe
    9.92 -    progressbarstyle    = 0     # 0 = nothing, 1 = diagonal stripes, 2 = blocks
    9.93 -    reliefstyle         = 2     # 0 = flat, 1 = inset, 2 = shadow
    9.94 -    rgba                = FALSE
    9.95 -    roundness           = 4
    9.96 -    scrollbarstyle      = 0     # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles
    9.97 -    sliderstyle         = 0     # 0 = nothing added, 1 = handles
    9.98 -    stepperstyle        = 1     # 0 = standard, 1 = integrated stepper handles, 2 = unknown
    9.99 -    toolbarstyle        = 0     # 0 = flat, 1 = glassy, 2 = gradient
   9.100 -  }
   9.101 -}
   9.102 -
   9.103 -style "wide" {
   9.104 -  xthickness = 2
   9.105 -  ythickness = 2
   9.106 -}
   9.107 -
   9.108 -style "wider" {
   9.109 -  xthickness = 3
   9.110 -  ythickness = 3
   9.111 -}
   9.112 -
   9.113 -style "spinbutton" {
   9.114 -}
   9.115 -
   9.116 -style "scale" {
   9.117 -  ythickness = 3
   9.118 -
   9.119 -  bg[SELECTED]        = shade (1.15, @sandfive_selected_bg)
   9.120 -}
   9.121 -
   9.122 -style "vscale" {
   9.123 -}
   9.124 -
   9.125 -style "hscale" {
   9.126 -}
   9.127 -
   9.128 -style "scrollbar" {
   9.129 -  xthickness = 2
   9.130 -  ythickness = 2
   9.131 -}
   9.132 -
   9.133 -style "hscrollbar" {
   9.134 -}
   9.135 -
   9.136 -style "vscrollbar" {
   9.137 -}
   9.138 -
   9.139 -style "notebook_bg" {
   9.140 -  bg[NORMAL]        = shade (1.02, @sandfive_bg)
   9.141 -  bg[ACTIVE]        = shade (0.98, @sandfive_bg)
   9.142 -}
   9.143 -
   9.144 -style "button" {
   9.145 -  xthickness = 3
   9.146 -  ythickness = 3
   9.147 -
   9.148 -  bg[NORMAL]        = shade (1.0, @sandfive_bg)
   9.149 -  bg[PRELIGHT]      = shade (1.01, @sandfive_bg)
   9.150 -  bg[ACTIVE]        = shade (0.94, @sandfive_bg)
   9.151 -}
   9.152 -
   9.153 -style "notebook" {
   9.154 -  xthickness = 3
   9.155 -  ythickness = 3
   9.156 -}
   9.157 -
   9.158 -style "statusbar" {
   9.159 -}
   9.160 -
   9.161 -style "comboboxentry" {
   9.162 -}
   9.163 -
   9.164 -style "menubar" {
   9.165 -}
   9.166 -
   9.167 -style "menu" {
   9.168 -  xthickness = 3
   9.169 -  ythickness = 3
   9.170 -
   9.171 -  bg[NORMAL]        = shade (1.0, @sandfive_bg)
   9.172 -}
   9.173 -
   9.174 -style "menu_item" {
   9.175 -  xthickness = 2
   9.176 -  ythickness = 3
   9.177 -
   9.178 -  bg[PRELIGHT]      = @sandfive_selected_bg
   9.179 -  fg[PRELIGHT]      = @sandfive_selected_fg
   9.180 -  
   9.181 -  engine "murrine" {
   9.182 -    contrast          = .8
   9.183 -    gradient_shades   = {1.08,1.08,0.87,0.87}
   9.184 -    focusstyle        = 1
   9.185 -    lightborder_shade = 1.0
   9.186 -  }
   9.187 -  
   9.188 -}
   9.189 -
   9.190 -style "separator_menu_item" {
   9.191 -  xthickness = 1
   9.192 -  ythickness = 0
   9.193 -
   9.194 -  GtkSeparatorMenuItem::horizontal-padding = 0
   9.195 -  GtkWidget::wide-separators = 1
   9.196 -  GtkWidget::separator-width = 1
   9.197 -  GtkWidget::separator-height = 7
   9.198 -}
   9.199 -
   9.200 -style "frame_title" {
   9.201 -  fg[NORMAL]        = lighter (@sandfive_fg)
   9.202 -}
   9.203 -
   9.204 -style "treeview" {
   9.205 -  engine "murrine" {
   9.206 -    roundness = 0
   9.207 -  }
   9.208 -}
   9.209 -
   9.210 -style "progressbar" {
   9.211 -  xthickness = 0
   9.212 -  ythickness = 0
   9.213 -
   9.214 -  fg[PRELIGHT]      = @sandfive_selected_fg
   9.215 -
   9.216 -  engine "murrine" {
   9.217 -    glow_shade          = 1.3
   9.218 -    glowstyle           = 2
   9.219 -    gradient_shades   = {1.08,1.08,0.87,0.87}
   9.220 -    highlight_shade     = 1.03
   9.221 -  }
   9.222 -}
   9.223 -
   9.224 -style "progressbar_menu_item" = "progressbar" {
   9.225 -  engine "murrine" {
   9.226 -    roundness = 0
   9.227 -  }
   9.228 -}
   9.229 -
   9.230 -style "treeview_header" = "default" {
   9.231 -  xthickness = 2
   9.232 -  ythickness = 1
   9.233 -  
   9.234 -  engine "murrine" {
   9.235 -    gradient_shades     = {1.0, 1.0, 1.0, 0.97}
   9.236 -  }
   9.237 -}
   9.238 -
   9.239 -style "tooltips" {
   9.240 -  xthickness = 4
   9.241 -  ythickness = 4
   9.242 -
   9.243 -  bg[NORMAL]        = @sandfive_tip_bg
   9.244 -  fg[NORMAL]        = @sandfive_tip_fg
   9.245 -}
   9.246 -
   9.247 -style "nautilus_location" {
   9.248 -  bg[NORMAL]        = mix (0.60, shade (1.05, @sandfive_bg), @sandfive_selected_bg)
   9.249 -}
   9.250 -
   9.251 -style "calendar" {
   9.252 -  engine "murrine" {
   9.253 -    roundness = 0
   9.254 -  }
   9.255 -}
   9.256 -
   9.257 -style "radiocheck" {
   9.258 -  text[NORMAL]      = @sandfive_selected_fg
   9.259 -  text[PRELIGHT]    = @sandfive_selected_fg
   9.260 -}
   9.261 -
   9.262 -style "text_is_fg_color_workaround" {
   9.263 -  text[NORMAL]      = @sandfive_fg
   9.264 -  text[PRELIGHT]    = @sandfive_fg
   9.265 -  text[SELECTED]    = @sandfive_selected_fg
   9.266 -  text[ACTIVE]      = @sandfive_fg
   9.267 -  text[INSENSITIVE] = darker (@sandfive_bg)
   9.268 -}
   9.269 -
   9.270 -style "menuitem_text_is_fg_color_workaround" {
   9.271 -  text[NORMAL]      = @sandfive_fg
   9.272 -  text[PRELIGHT]    = @sandfive_selected_fg
   9.273 -  text[SELECTED]    = @sandfive_selected_fg
   9.274 -  text[ACTIVE]      = @sandfive_fg
   9.275 -  text[INSENSITIVE] = darker (@sandfive_bg)
   9.276 -}
   9.277 -
   9.278 -style "fg_is_text_color_workaround" {
   9.279 -  fg[NORMAL]        = @sandfive_text
   9.280 -  fg[PRELIGHT]      = @sandfive_text
   9.281 -  fg[SELECTED]      = @sandfive_selected_fg
   9.282 -  fg[ACTIVE]        = @sandfive_selected_fg
   9.283 -  fg[INSENSITIVE]   = darker (@sandfive_bg)
   9.284 -}
   9.285 -
   9.286 -style "evo_new_button_workaround" {
   9.287 -}
   9.288 -
   9.289 -class "GtkWidget" style "default"
   9.290 -class "GtkSeparator" style "wide"
   9.291 -class "GtkFrame" style "wide"
   9.292 -class "GtkCalendar" style "wide"
   9.293 -class "GtkEntry" style "wider"
   9.294 -class "GtkSpinButton" style "spinbutton"
   9.295 -class "GtkScale" style "scale"
   9.296 -class "GtkVScale" style "vscale"
   9.297 -class "GtkHScale" style "hscale"
   9.298 -class "GtkScrollbar" style "scrollbar"
   9.299 -class "GtkHScrollbar" style "hscrollbar"
   9.300 -class "GtkVScrollbar" style "vscrollbar"
   9.301 -class "GtkCalendar" style "calendar"
   9.302 -class "GtkRadio*" style "radiocheck"
   9.303 -class "GtkCheck*" style "radiocheck"
   9.304 -
   9.305 -widget_class "*<GtkNotebook>" style "notebook_bg"
   9.306 -widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_bg"
   9.307 -widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook_bg"
   9.308 -widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook_bg"
   9.309 -widget_class "*<GtkButton>" style "button"
   9.310 -widget_class "*<GtkNotebook>" style "notebook"
   9.311 -widget_class "*<GtkStatusbar>*" style "statusbar"
   9.312 -widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"
   9.313 -widget_class "*<GtkCombo>*" style "comboboxentry"
   9.314 -widget_class "*<GtkMenuBar>*" style "menubar"
   9.315 -widget_class "*<GtkMenu>*" style "menu"
   9.316 -widget_class "*<GtkMenuItem>*" style "menu_item"
   9.317 -widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item"
   9.318 -widget_class "*.<GtkFrame>.<GtkLabel>" style "frame_title"
   9.319 -widget_class "*.<GtkTreeView>*" style "treeview"
   9.320 -widget_class "*<GtkProgress>" style "progressbar"
   9.321 -widget_class "*.<GtkMenuItem>.*.<GtkProgressBar>" style "progressbar_menu_item"
   9.322 -widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview_header"
   9.323 -widget_class "*.<GtkCTree>.<GtkButton>" style "treeview_header"
   9.324 -widget_class "*.<GtkList>.<GtkButton>" style "treeview_header"
   9.325 -widget_class "*.<GtkCList>.<GtkButton>" style "treeview_header"
   9.326 -widget "gtk-tooltip*" style "tooltips"
   9.327 -widget_class "*.ETable.ECanvas" style "treeview_header"
   9.328 -widget_class "*.ETree.ECanvas" style "treeview_header"
   9.329 -
   9.330 - widget "*.nautilus-extra-view-widget" style : highest "nautilus_location"
   9.331 -
   9.332 -widget_class "*.<GtkComboBox>.<GtkCellView>" style "text_is_fg_color_workaround"
   9.333 -widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround"
   9.334 -widget_class "*<GtkListItem>*" style "fg_is_text_color_workaround"
   9.335 -widget_class "*<GtkCList>" style "fg_is_text_color_workaround"
   9.336 -widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround"
   9.337 -widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo_new_button_workaround"
    10.1 --- a/sandfive-theme/stuff/SliTaz-SandFive/index.theme	Fri Sep 07 15:13:14 2018 +0300
    10.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.3 @@ -1,7 +0,0 @@
    10.4 -[X-GNOME-Metatheme]
    10.5 -Name=Slitaz-SandFive
    10.6 -Type=X-GNOME-Metatheme
    10.7 -Comment=Slitaz-SandFive Theme
    10.8 -GtkTheme=Slitaz-SandFive
    10.9 -MetacityTheme=Slitaz-SandFive
   10.10 -IconTheme=SliTaz
    11.1 Binary file sandfive-theme/stuff/SliTaz-SandFive/lxpanel/lxpanel-sandfive.png has changed
    12.1 --- a/sandfive-theme/stuff/SliTaz-SandFive/openbox-3/close.xbm	Fri Sep 07 15:13:14 2018 +0300
    12.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    12.3 @@ -1,4 +0,0 @@
    12.4 -#define close_width 8
    12.5 -#define close_height 8
    12.6 -static unsigned char close_bits[] = {
    12.7 -   0xc3, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0xc3 };
    13.1 --- a/sandfive-theme/stuff/SliTaz-SandFive/openbox-3/close_hover.xbm	Fri Sep 07 15:13:14 2018 +0300
    13.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    13.3 @@ -1,5 +0,0 @@
    13.4 -#define close_hover_width 10
    13.5 -#define close_hover_height 10
    13.6 -static unsigned char close_hover_bits[] = {
    13.7 -   0x03, 0x03, 0x87, 0x03, 0xce, 0x01, 0xfc, 0x00, 0x78, 0x00, 0x78, 0x00,
    13.8 -   0xfc, 0x00, 0xce, 0x01, 0x87, 0x03, 0x03, 0x03 };
    14.1 --- a/sandfive-theme/stuff/SliTaz-SandFive/openbox-3/desk.xbm	Fri Sep 07 15:13:14 2018 +0300
    14.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    14.3 @@ -1,4 +0,0 @@
    14.4 -#define desk_width 8
    14.5 -#define desk_height 8
    14.6 -static unsigned char desk_bits[] = {
    14.7 -   0x00, 0x00, 0x48, 0x78, 0x7e, 0x78, 0x48, 0x00 };
    15.1 --- a/sandfive-theme/stuff/SliTaz-SandFive/openbox-3/desk_hover.xbm	Fri Sep 07 15:13:14 2018 +0300
    15.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    15.3 @@ -1,4 +0,0 @@
    15.4 -#define desk_hover_width 8
    15.5 -#define desk_hover_height 8
    15.6 -static unsigned char desk_hover_bits[] = {
    15.7 -   0x00, 0x88, 0x88, 0xf8, 0xff, 0xf8, 0x88, 0x88 };
    16.1 --- a/sandfive-theme/stuff/SliTaz-SandFive/openbox-3/desk_toggled.xbm	Fri Sep 07 15:13:14 2018 +0300
    16.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    16.3 @@ -1,4 +0,0 @@
    16.4 -#define desk_toggled_width 8
    16.5 -#define desk_toggled_height 8
    16.6 -static unsigned char desk_toggled_bits[] = {
    16.7 -   0x00, 0x66, 0x66, 0x00, 0x00, 0x66, 0x66, 0x00 };
    17.1 --- a/sandfive-theme/stuff/SliTaz-SandFive/openbox-3/iconify.xbm	Fri Sep 07 15:13:14 2018 +0300
    17.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    17.3 @@ -1,4 +0,0 @@
    17.4 -#define iconify_width 8
    17.5 -#define iconify_height 8
    17.6 -static unsigned char iconify_bits[] = {
    17.7 -   0x00, 0x00, 0x00, 0x00, 0x00, 0x7e, 0x7e, 0x7e };
    18.1 --- a/sandfive-theme/stuff/SliTaz-SandFive/openbox-3/iconify_hover.xbm	Fri Sep 07 15:13:14 2018 +0300
    18.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    18.3 @@ -1,4 +0,0 @@
    18.4 -#define iconify_hover_width 8
    18.5 -#define iconify_hover_height 8
    18.6 -static unsigned char iconify_hover_bits[] = {
    18.7 -   0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff };
    19.1 --- a/sandfive-theme/stuff/SliTaz-SandFive/openbox-3/max.xbm	Fri Sep 07 15:13:14 2018 +0300
    19.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    19.3 @@ -1,4 +0,0 @@
    19.4 -#define max_width 8
    19.5 -#define max_height 8
    19.6 -static unsigned char max_bits[] = {
    19.7 -   0xff, 0xff, 0x81, 0x81, 0x81, 0x81, 0x81, 0xff };
    20.1 --- a/sandfive-theme/stuff/SliTaz-SandFive/openbox-3/max_hover.xbm	Fri Sep 07 15:13:14 2018 +0300
    20.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    20.3 @@ -1,5 +0,0 @@
    20.4 -#define max_hover_width 10
    20.5 -#define max_hover_height 10
    20.6 -static unsigned char max_hover_bits[] = {
    20.7 -   0xff, 0x03, 0xff, 0x03, 0x01, 0x02, 0x01, 0x02, 0x01, 0x02, 0x01, 0x02,
    20.8 -   0x01, 0x02, 0x01, 0x02, 0x01, 0x02, 0xff, 0x03 };
    21.1 --- a/sandfive-theme/stuff/SliTaz-SandFive/openbox-3/max_toggled.xbm	Fri Sep 07 15:13:14 2018 +0300
    21.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    21.3 @@ -1,4 +0,0 @@
    21.4 -#define max_toggled_width 8
    21.5 -#define max_toggled_height 8
    21.6 -static unsigned char max_toggled_bits[] = {
    21.7 -   0xfc, 0xfc, 0x84, 0x9f, 0x91, 0xf1, 0x11, 0x1f };
    22.1 --- a/sandfive-theme/stuff/SliTaz-SandFive/openbox-3/shade.xbm	Fri Sep 07 15:13:14 2018 +0300
    22.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    22.3 @@ -1,4 +0,0 @@
    22.4 -#define shade_width 8
    22.5 -#define shade_height 8
    22.6 -static unsigned char shade_bits[] = {
    22.7 -   0x7e, 0x7e, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00 };
    23.1 --- a/sandfive-theme/stuff/SliTaz-SandFive/openbox-3/shade_hover.xbm	Fri Sep 07 15:13:14 2018 +0300
    23.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    23.3 @@ -1,4 +0,0 @@
    23.4 -#define shade_hover_width 8
    23.5 -#define shade_hover_height 8
    23.6 -static unsigned char shade_hover_bits[] = {
    23.7 -   0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00 };
    24.1 --- a/sandfive-theme/stuff/SliTaz-SandFive/openbox-3/themerc	Fri Sep 07 15:13:14 2018 +0300
    24.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    24.3 @@ -1,77 +0,0 @@
    24.4 -# Slitaz Sand Five Theme
    24.5 -# Openbox3 Theme
    24.6 -
    24.7 -# General
    24.8 -border.width: 1
    24.9 -padding.width: 4
   24.10 -padding.height: 4
   24.11 -window.handle.width: 4
   24.12 -window.client.padding.width: 0
   24.13 -menu.overlap: 0
   24.14 -*.justify: left
   24.15 -*.bg.highlight: 50
   24.16 -*.bg.shadow:    01
   24.17 -*.title.bg: flat
   24.18 -*.title.bg.color: #DBD9CC
   24.19 -
   24.20 -# Menu
   24.21 -menu.title.text.color: #382F17
   24.22 -menu.items.bg: flat
   24.23 -menu.items.bg.color: #DBD9CC
   24.24 -menu.separator.color: #E3E1D3
   24.25 -menu.border.color: #DBD9CC
   24.26 -menu.border.width: 0
   24.27 -menu.items.active.bg: Gradient Vertical Flat
   24.28 -menu.items.active.bg.color: #DFA17B
   24.29 -menu.items.active.bg.colorTo: #CE895E
   24.30 -menu.items.active.text.color: #FFFFFF
   24.31 -menu.items.text.color: #382F17
   24.32 -menu.items.disabled.text.color: #BFB8A3
   24.33 -menu.overlap.x: -4
   24.34 -
   24.35 -# Window
   24.36 -window.active.border.color: #CCC8B0
   24.37 -
   24.38 -window.inactive.border.color: #CCC8B0
   24.39 -window.inactive.border.width: 1
   24.40 -
   24.41 -window.active.title.bg: Gradient Vertical Flat
   24.42 -window.active.title.bg.color: #E6E4D6
   24.43 -window.active.title.bg.colorTo: #DBD9CC
   24.44 -window.active.title.bg.highlight: 35
   24.45 -window.active.title.bg.shadow:    00
   24.46 -window.active.title.separator.color: #E6E4D6
   24.47 -
   24.48 -window.inactive.title.separator.color: #CBC3AB
   24.49 -window.inactive.title.bg: Gradient Vertical Flat
   24.50 -window.inactive.title.bg.color: #E6E4D6
   24.51 -window.inactive.title.bg.colorTo: #DBD9CC
   24.52 -
   24.53 -window.active.label.bg: Parentrelative
   24.54 -window.active.label.text.color: #382F17
   24.55 -
   24.56 -window.inactive.label.bg: Parentrelative
   24.57 -window.inactive.label.text.color: #615943
   24.58 -
   24.59 -window.active.button.*.bg: Parentrelative
   24.60 -window.active.button.*.image.color: #4E452D
   24.61 -window.active.button.hover.bg: Parentrelative
   24.62 -window.active.button.hover.image.color: #382F17
   24.63 -
   24.64 -window.inactive.button.*.bg: Parentrelative
   24.65 -window.inactive.button.*.image.color: #6F664F
   24.66 -window.inactive.button.hover.image.color: #9F967F
   24.67 -
   24.68 -window.*.handle.bg: Gradient Vertical Flat
   24.69 -window.*.handle.bg.color: #DD9F78
   24.70 -window.*.grip.bg: Gradient Vertical Flat
   24.71 -window.*.grip.bg.color: #C7C0AA
   24.72 -
   24.73 -# OSD
   24.74 -osd.bg: Gradient Vertical Flat
   24.75 -osd.bg.color: #DBD9CC
   24.76 -osd.bg.colorTo: #BDBBB0
   24.77 -osd.label.text.color: #382F17
   24.78 -osd.border.color: transparent
   24.79 -osd.border.width: 0
   24.80 -
    25.1 --- a/slim-theme-clean/receipt	Fri Sep 07 15:13:14 2018 +0300
    25.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    25.3 @@ -1,34 +0,0 @@
    25.4 -# SliTaz package receipt v2.
    25.5 -
    25.6 -PACKAGE="slim-theme-clean"
    25.7 -VERSION="20150602"
    25.8 -CATEGORY="customization"
    25.9 -SHORT_DESC="Clean - theme for SLiM"
   25.10 -MAINTAINER="al.bobylev@gmail.com"
   25.11 -LICENSE="PublicDomain"
   25.12 -WEB_SITE="http://desktopstylish.tumblr.com/post/120566561330/clean-slim-theme-download"		# missing
   25.13 -
   25.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
   25.15 -WGET_URL="https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqlczlac2tXa01wbTQ"
   25.16 -
   25.17 -COOKOPTS="!pngquant"
   25.18 -
   25.19 -compile_rules() {
   25.20 -	theme="$install/usr/share/slim/themes/Clean"
   25.21 -	mkdir -p $theme
   25.22 -	cp -r $src/* $theme
   25.23 -}
   25.24 -
   25.25 -genpkg_rules() {
   25.26 -	copy @std
   25.27 -	DEPENDS="slim"
   25.28 -	TAGS="hackdorte slim"
   25.29 -}
   25.30 -
   25.31 -post_install() {
   25.32 -	chroot "$1/" slim-theme -s Clean
   25.33 -}
   25.34 -
   25.35 -pre_remove() {
   25.36 -	chroot "$1/" slim-theme -f Clean
   25.37 -}
    26.1 --- a/slim-theme-esperanza/receipt	Fri Sep 07 15:13:14 2018 +0300
    26.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    26.3 @@ -1,34 +0,0 @@
    26.4 -# SliTaz package receipt v2.
    26.5 -
    26.6 -PACKAGE="slim-theme-esperanza"
    26.7 -VERSION="20150602"
    26.8 -CATEGORY="customization"
    26.9 -SHORT_DESC="Esperanza - theme for SLiM"
   26.10 -MAINTAINER="al.bobylev@gmail.com"
   26.11 -LICENSE="PublicDomain"
   26.12 -WEB_SITE="http://desktopstylish.tumblr.com/post/120505013200/esperanza-slim-theme-download"		# missing
   26.13 -
   26.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
   26.15 -WGET_URL="https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqldmFkeEcyXzRpLVk"
   26.16 -
   26.17 -COOKOPTS="!pngquant"
   26.18 -
   26.19 -compile_rules() {
   26.20 -	theme="$install/usr/share/slim/themes/Esperanza"
   26.21 -	mkdir -p $theme
   26.22 -	cp -r $src/* $theme
   26.23 -}
   26.24 -
   26.25 -genpkg_rules() {
   26.26 -	copy @std
   26.27 -	DEPENDS="slim"
   26.28 -	TAGS="hackdorte slim"
   26.29 -}
   26.30 -
   26.31 -post_install() {
   26.32 -	chroot "$1/" slim-theme -s Esperanza
   26.33 -}
   26.34 -
   26.35 -pre_remove() {
   26.36 -	chroot "$1/" slim-theme -f Esperanza
   26.37 -}
    27.1 --- a/slim-theme-japan-art/receipt	Fri Sep 07 15:13:14 2018 +0300
    27.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    27.3 @@ -1,34 +0,0 @@
    27.4 -# SliTaz package receipt v2.
    27.5 -
    27.6 -PACKAGE="slim-theme-japan-art"
    27.7 -VERSION="20150603"
    27.8 -CATEGORY="customization"
    27.9 -SHORT_DESC="Japan Art - theme for SLiM"
   27.10 -MAINTAINER="al.bobylev@gmail.com"
   27.11 -LICENSE="PublicDomain"
   27.12 -WEB_SITE="http://desktopstylish.tumblr.com/post/120590949085/japan-art-slim-theme-download"		# missing
   27.13 -
   27.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
   27.15 -WGET_URL="https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqlUkJHVDJrXzVFRUk"
   27.16 -
   27.17 -COOKOPTS="!pngquant"
   27.18 -
   27.19 -compile_rules() {
   27.20 -	theme="$install/usr/share/slim/themes/JapanArt"
   27.21 -	mkdir -p $theme
   27.22 -	cp -r $src/* $theme
   27.23 -}
   27.24 -
   27.25 -genpkg_rules() {
   27.26 -	copy @std
   27.27 -	DEPENDS="slim"
   27.28 -	TAGS="hackdorte slim"
   27.29 -}
   27.30 -
   27.31 -post_install() {
   27.32 -	chroot "$1/" slim-theme -s JapanArt
   27.33 -}
   27.34 -
   27.35 -pre_remove() {
   27.36 -	chroot "$1/" slim-theme -f JapanArt
   27.37 -}
    28.1 --- a/slim-theme-leaves/receipt	Fri Sep 07 15:13:14 2018 +0300
    28.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    28.3 @@ -1,34 +0,0 @@
    28.4 -# SliTaz package receipt v2.
    28.5 -
    28.6 -PACKAGE="slim-theme-leaves"
    28.7 -VERSION="20150602"
    28.8 -CATEGORY="customization"
    28.9 -SHORT_DESC="Leaves - theme for SLiM"
   28.10 -MAINTAINER="al.bobylev@gmail.com"
   28.11 -LICENSE="PublicDomain"
   28.12 -WEB_SITE="http://desktopstylish.tumblr.com/post/120510224250/leaves-slim-theme-download"		# missing
   28.13 -
   28.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
   28.15 -WGET_URL="https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqldkFkbmRCRFZVQ0k"
   28.16 -
   28.17 -COOKOPTS="!pngquant"
   28.18 -
   28.19 -compile_rules() {
   28.20 -	theme="$install/usr/share/slim/themes/Leaves"
   28.21 -	mkdir -p $theme
   28.22 -	cp -r $src/* $theme
   28.23 -}
   28.24 -
   28.25 -genpkg_rules() {
   28.26 -	copy @std
   28.27 -	DEPENDS="slim"
   28.28 -	TAGS="hackdorte slim"
   28.29 -}
   28.30 -
   28.31 -post_install() {
   28.32 -	chroot "$1/" slim-theme -s Leaves
   28.33 -}
   28.34 -
   28.35 -pre_remove() {
   28.36 -	chroot "$1/" slim-theme -f Leaves
   28.37 -}
    29.1 --- a/slim-theme-montanhoso/receipt	Fri Sep 07 15:13:14 2018 +0300
    29.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    29.3 @@ -1,34 +0,0 @@
    29.4 -# SliTaz package receipt v2.
    29.5 -
    29.6 -PACKAGE="slim-theme-montanhoso"
    29.7 -VERSION="20150526"
    29.8 -CATEGORY="customization"
    29.9 -SHORT_DESC="Montanhoso - theme for SLiM"
   29.10 -MAINTAINER="al.bobylev@gmail.com"
   29.11 -LICENSE="PublicDomain"
   29.12 -WEB_SITE="http://desktopstylish.tumblr.com/post/120406192590/montanhoso-theme-for-the-slim-login-manager"		# missing
   29.13 -
   29.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
   29.15 -WGET_URL="https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqlTXZZRDJWaFI4NkE"
   29.16 -
   29.17 -COOKOPTS="!pngquant"
   29.18 -
   29.19 -compile_rules() {
   29.20 -	theme="$install/usr/share/slim/themes/Montanhoso"
   29.21 -	mkdir -p $theme
   29.22 -	cp -r $src/* $theme
   29.23 -}
   29.24 -
   29.25 -genpkg_rules() {
   29.26 -	copy @std
   29.27 -	DEPENDS="slim"
   29.28 -	TAGS="hackdorte slim"
   29.29 -}
   29.30 -
   29.31 -post_install() {
   29.32 -	chroot "$1/" slim-theme -s Montanhoso
   29.33 -}
   29.34 -
   29.35 -pre_remove() {
   29.36 -	chroot "$1/" slim-theme -f Montanhoso
   29.37 -}
    30.1 --- a/slitaz-backgrounds/description.txt	Fri Sep 07 15:13:14 2018 +0300
    30.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    30.3 @@ -1,14 +0,0 @@
    30.4 -A collection of wallpapers for SliTaz. 
    30.5 -
    30.6 -It contains beautiful images for your desktop. 
    30.7 -All images are available at: /usr/share/images.
    30.8 -
    30.9 -[15.03.2016] New Slitaz Papers!
   30.10 -- Black Floral
   30.11 -- Black Zen
   30.12 -- Dust
   30.13 -- Meditation
   30.14 -- Secret Orion
   30.15 -- The Force
   30.16 -- Varnish
   30.17 -- Woodland
    31.1 --- a/slitaz-backgrounds/receipt	Fri Sep 07 15:13:14 2018 +0300
    31.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    31.3 @@ -1,32 +0,0 @@
    31.4 -# SliTaz package receipt.
    31.5 -
    31.6 -PACKAGE="slitaz-backgrounds"
    31.7 -COMMIT="8f027a0" # Better use https://github.com/hackdorte/slitaz-backgrounds/releases
    31.8 -VERSION="2.1"
    31.9 -CATEGORY="x-window"
   31.10 -SHORT_DESC="Additional backgrounds for Slitaz GNU/Linux."
   31.11 -MAINTAINER="hackdorte@sapo.pt"
   31.12 -LICENSE="PublicDomain"
   31.13 -WEB_SITE="https://github.com/hackdorte/slitaz-backgrounds"
   31.14 -REPOLOGY="-"
   31.15 -
   31.16 -TARBALL="$PACKAGE-$VERSION.tar.gz"
   31.17 -WGET_URL="$WEB_SITE/archive/$COMMIT.tar.gz"
   31.18 -
   31.19 -# Rules to configure and make the package.
   31.20 -compile_rules()
   31.21 -{
   31.22 -  mkdir -p $install/usr/share/images
   31.23 -  cp -a $src/* $install/usr/share/images
   31.24 -}
   31.25 -
   31.26 -# Rules to gen a SliTaz package suitable for Tazpkg.
   31.27 -genpkg_rules()
   31.28 -{
   31.29 -  cp -a $install/* $fs
   31.30 -}
   31.31 -
   31.32 -post_install()
   31.33 -{
   31.34 -  rm -irf $1/usr/share/images/README.md
   31.35 -}
    32.1 --- a/yuyo-gtk-theme/receipt	Fri Sep 07 15:13:14 2018 +0300
    32.2 +++ b/yuyo-gtk-theme/receipt	Sat Sep 08 15:02:14 2018 +0300
    32.3 @@ -8,7 +8,7 @@
    32.4  MAINTAINER="yuripourre@gmail.com"
    32.5  COMMIT_SHA="8f75db1db0f5f2f926c22384c4eb37fb2ed340b8"
    32.6  TARBALL="$COMMIT_SHA.zip"
    32.7 -WEB_SITE="https://github.com/snwh/yuyo-gtk-theme"
    32.8 +WEB_SITE="https://web.archive.org/web/20150801205755/https://github.com/snwh/yuyo-gtk-theme"
    32.9  WGET_URL="$WEB_SITE/archive/$TARBALL"
   32.10  
   32.11  DEPENDS="gdk-pixbuf gtk2-engine-murrine"