wok diff faenza-icon-theme/receipt @ rev 13721

Add cherrytree: A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 21 08:15:57 2012 +0000 (2012-12-21)
parents
children 2b9f96603415
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/faenza-icon-theme/receipt	Fri Dec 21 08:15:57 2012 +0000
     1.3 @@ -0,0 +1,32 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="faenza-icon-theme"
     1.7 +VERSION="1.3"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Faenza icon theme"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +DEPENDS=""
    1.12 +TARBALL="${PACKAGE}_$VERSION.zip"
    1.13 +WEB_SITE="http://tiheum.deviantart.com/art/Faenza-Icons-173323228"
    1.14 +WGET_URL="http://dl.dropbox.com/u/9966975/$TARBALL"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	mkdir -p $fs/usr/share/icons
    1.20 +	cd $fs/usr/share/icons
    1.21 +	tar xf $src/Faenza.tar.gz
    1.22 +	tar xf $src/Faenza-Dark.tar.gz
    1.23 +	tar xf $src/Faenza-Darkest.tar.gz
    1.24 +	tar xf $src/Faenza-Darker.tar.gz
    1.25 +	# remove big sizes and scalable
    1.26 +	rm -rf $(find . -type d -regex '.*/\(64\|96\|scalable\)')
    1.27 +	# remove emblems and extras
    1.28 +	rm -rf $(find . -type d -regex '.*/\(emblems\|extras\)')
    1.29 +#	sed -i '/Directories=/ s/\(.+\)\(,actions\/64.*\)/\1/' Faenza/index.theme
    1.30 +
    1.31 +	for name in Faenza Faenza-Dark Faenza-Darkest Faenza-Darker; do
    1.32 +		cp -f $stuff/${name}-index.theme $fs/usr/share/icons/${name}/index.theme
    1.33 +	done
    1.34 +}
    1.35 +