# HG changeset patch # User Christophe Lincoln # Date 1203882091 -3600 # Node ID 285d9180813633642b312d5f442caf05905974d3 # Parent c27269e2cafa0306f5c416d0a7d77924424ce03a Add SliTaz Polar cursors them and UP Tango icon diff -r c27269e2cafa -r 285d91808136 slitaz-polar-cursors/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/slitaz-polar-cursors/receipt Sun Feb 24 20:41:31 2008 +0100 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="slitaz-polar-cursors" +VERSION="1.0" +CATEGORY="x-window" +SHORT_DESC="SliTaz Freedesktop menus." +MAINTAINER="pankso@slitaz.org" +TARBALL=$PACKAGE-$VERSION.tar.gz +WEB_SITE="http://www.slitaz.org/" +WGET_URL="ftp://download.tuxfamily.org/slitaz/sources/artwok/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src/Source + ./Build.sh && cd .. + mkdir -p _pkg/usr/share/icons/slitaz-polar + cp index.theme _pkg/usr/share/icons/slitaz-polar + cp -a Source/cursors _pkg/usr/share/icons/slitaz-polar +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share/icons + cp -a stuff/default $fs/usr/share/icons + cp -a $_pkg/* $fs + chown -R root.root $fs +} + diff -r c27269e2cafa -r 285d91808136 slitaz-polar-cursors/stuff/default/index.theme --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/slitaz-polar-cursors/stuff/default/index.theme Sun Feb 24 20:41:31 2008 +0100 @@ -0,0 +1,2 @@ +[Icon Theme] +Inherits=slitaz-polar diff -r c27269e2cafa -r 285d91808136 slitaz-tango-icon/receipt --- a/slitaz-tango-icon/receipt Sun Feb 24 20:39:51 2008 +0100 +++ b/slitaz-tango-icon/receipt Sun Feb 24 20:41:31 2008 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="slitaz-tango-icon" -VERSION="1.2" +VERSION="1.3" CATEGORY="misc" SHORT_DESC="Tango icons unofficial in size 16x16 for GTK+ and jwm." MAINTAINER="pankso@slitaz.org"