wok-next rev 18029
Add original Tango icon set, and its SliTaz subset.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu May 07 16:21:55 2015 +0300 (2015-05-07) |
parents | ac8b7d6576b1 |
children | eed223dab46d |
files | slitaz-icons-tango/receipt tango-icon-theme/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/slitaz-icons-tango/receipt Thu May 07 16:21:55 2015 +0300 1.3 @@ -0,0 +1,26 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="slitaz-icons-tango" 1.7 +VERSION="0.8.90" 1.8 +CATEGORY="misc" 1.9 +SHORT_DESC="SliTaz icon set based on the Tango icons" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="PublicDomain" 1.12 +WEB_SITE="http://www.slitaz.org/" 1.13 + 1.14 +WANTED="tango-icon-theme" 1.15 +BUILD_DEPENDS="make-slitaz-icons" 1.16 + 1.17 +# Rules to compile and makethe package. 1.18 +compile_rules() { 1.19 + mksit.sh \ 1.20 + -f $install/usr/share/icons/Tango \ 1.21 + -t $fs/usr/share/icons/SliTaz-Tango \ 1.22 + -opmax -nocolor 1.23 +} 1.24 + 1.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 +genpkg_rules() 1.27 +{ 1.28 + : 1.29 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/tango-icon-theme/receipt Thu May 07 16:21:55 2015 +0300 2.3 @@ -0,0 +1,30 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="tango-icon-theme" 2.7 +VERSION="0.8.90" 2.8 +CATEGORY="misc" 2.9 +SHORT_DESC="Tango Icon Theme" 2.10 +MAINTAINER="al.bobylev@gmail.com" 2.11 +LICENSE="PublicDomain" 2.12 +WEB_SITE="http://tango.freedesktop.org/" 2.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 2.14 +WGET_URL="${WEB_SITE}releases/$TARBALL" 2.15 + 2.16 +DEPENDS="" 2.17 +BUILD_DEPENDS="intltool gettext perl icon-naming-utils imagemagick-dev \ 2.18 +librsvg-dev librsvg-apps" 2.19 + 2.20 +# Rules to configure and make the package. 2.21 +compile_rules() 2.22 +{ 2.23 + ./configure \ 2.24 + --enable-png-creation \ 2.25 + $CONFIGURE_ARGS && \ 2.26 + make && make install 2.27 +} 2.28 + 2.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.30 +genpkg_rules() 2.31 +{ 2.32 + cp -a $install/* $fs 2.33 +}