wok rev 259

Add SliTaz Polar cursors them and UP Tango icon
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 24 20:41:31 2008 +0100 (2008-02-24)
parents c27269e2cafa
children 1953740c54b4
files slitaz-polar-cursors/receipt slitaz-polar-cursors/stuff/default/index.theme slitaz-tango-icon/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/slitaz-polar-cursors/receipt	Sun Feb 24 20:41:31 2008 +0100
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="slitaz-polar-cursors"
     1.7 +VERSION="1.0"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="SliTaz Freedesktop menus."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +TARBALL=$PACKAGE-$VERSION.tar.gz
    1.12 +WEB_SITE="http://www.slitaz.org/"
    1.13 +WGET_URL="ftp://download.tuxfamily.org/slitaz/sources/artwok/$TARBALL"
    1.14 +
    1.15 +# Rules to configure and make the package.
    1.16 +compile_rules()
    1.17 +{
    1.18 +	cd $src/Source
    1.19 +	./Build.sh && cd ..
    1.20 +	mkdir -p _pkg/usr/share/icons/slitaz-polar
    1.21 +	cp index.theme _pkg/usr/share/icons/slitaz-polar
    1.22 +	cp -a Source/cursors _pkg/usr/share/icons/slitaz-polar
    1.23 +}
    1.24 +
    1.25 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.26 +genpkg_rules()
    1.27 +{
    1.28 +	mkdir -p $fs/usr/share/icons
    1.29 +	cp -a stuff/default $fs/usr/share/icons
    1.30 +	cp -a $_pkg/* $fs
    1.31 +	chown -R root.root $fs
    1.32 +}
    1.33 +
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/slitaz-polar-cursors/stuff/default/index.theme	Sun Feb 24 20:41:31 2008 +0100
     2.3 @@ -0,0 +1,2 @@
     2.4 +[Icon Theme]
     2.5 +Inherits=slitaz-polar
     3.1 --- a/slitaz-tango-icon/receipt	Sun Feb 24 20:39:51 2008 +0100
     3.2 +++ b/slitaz-tango-icon/receipt	Sun Feb 24 20:41:31 2008 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="slitaz-tango-icon"
     3.7 -VERSION="1.2"
     3.8 +VERSION="1.3"
     3.9  CATEGORY="misc"
    3.10  SHORT_DESC="Tango icons unofficial in size 16x16 for GTK+ and jwm."
    3.11  MAINTAINER="pankso@slitaz.org"