# HG changeset patch # User Aleksej Bobylev # Date 1431004915 -10800 # Node ID 5e96d8818ac71bee70406b0612119215e8608a0d # Parent ac8b7d6576b1824e4938c6df6ecf93d00499df0a Add original Tango icon set, and its SliTaz subset. diff -r ac8b7d6576b1 -r 5e96d8818ac7 slitaz-icons-tango/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/slitaz-icons-tango/receipt Thu May 07 16:21:55 2015 +0300 @@ -0,0 +1,26 @@ +# SliTaz package receipt. + +PACKAGE="slitaz-icons-tango" +VERSION="0.8.90" +CATEGORY="misc" +SHORT_DESC="SliTaz icon set based on the Tango icons" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="PublicDomain" +WEB_SITE="http://www.slitaz.org/" + +WANTED="tango-icon-theme" +BUILD_DEPENDS="make-slitaz-icons" + +# Rules to compile and makethe package. +compile_rules() { + mksit.sh \ + -f $install/usr/share/icons/Tango \ + -t $fs/usr/share/icons/SliTaz-Tango \ + -opmax -nocolor +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + : +} diff -r ac8b7d6576b1 -r 5e96d8818ac7 tango-icon-theme/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tango-icon-theme/receipt Thu May 07 16:21:55 2015 +0300 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="tango-icon-theme" +VERSION="0.8.90" +CATEGORY="misc" +SHORT_DESC="Tango Icon Theme" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="PublicDomain" +WEB_SITE="http://tango.freedesktop.org/" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="${WEB_SITE}releases/$TARBALL" + +DEPENDS="" +BUILD_DEPENDS="intltool gettext perl icon-naming-utils imagemagick-dev \ +librsvg-dev librsvg-apps" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure \ + --enable-png-creation \ + $CONFIGURE_ARGS && \ + make && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +}