wok-4.x rev 12341
Added Equinox GTK Engine and its themes
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 16 02:03:44 2012 +0000 (2012-10-16) |
parents | 839bfb8d917f |
children | fa9387141043 |
files | equinox-themes/description.txt equinox-themes/receipt equinox/description.txt equinox/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/equinox-themes/description.txt Tue Oct 16 02:03:44 2012 +0000 1.3 @@ -0,0 +1,1 @@ 1.4 +Five GTK and Metacity themes to use with Equinox GTK engine 1.40 and Faenza icon theme.
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/equinox-themes/receipt Tue Oct 16 02:03:44 2012 +0000 2.3 @@ -0,0 +1,21 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="equinox-themes" 2.7 +VERSION="1.50" 2.8 +CATEGORY="x-window" 2.9 +SHORT_DESC="Equinox Evolution themes" 2.10 +MAINTAINER="al.bobylev@gmail.com" 2.11 +DEPENDS="equinox" 2.12 +TARBALL="140449-$PACKAGE-$VERSION.tar.gz" 2.13 +WEB_SITE="http://gnome-look.org/content/show.php?content=140449" 2.14 +WGET_URL="http://gnome-look.org/CONTENT/content-files/$TARBALL" 2.15 + 2.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.17 +genpkg_rules() 2.18 +{ 2.19 + rm $src/*.crx 2.20 + rm $src/*/ChangeLog 2.21 + mkdir -p $fs/usr/share/themes 2.22 + cp -a $src/* $fs/usr/share/themes 2.23 +} 2.24 +
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/equinox/description.txt Tue Oct 16 02:03:44 2012 +0000 3.3 @@ -0,0 +1,1 @@ 3.4 +A heavily modified version of the beautiful Aurora engine (1.4). Thanks to his author.
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/equinox/receipt Tue Oct 16 02:03:44 2012 +0000 4.3 @@ -0,0 +1,28 @@ 4.4 +# SliTaz package receipt. 4.5 + 4.6 +PACKAGE="equinox" 4.7 +VERSION="1.50" 4.8 +CATEGORY="x-window" 4.9 +SHORT_DESC="Equinox GTK Engine" 4.10 +MAINTAINER="al.bobylev@gmail.com" 4.11 +DEPENDS="gtk+" 4.12 +BUILD_DEPENDS="gtk+-dev" 4.13 +TARBALL="121881-$PACKAGE-$VERSION.tar.gz" 4.14 +WEB_SITE="http://gnome-look.org/content/show.php?content=121881" 4.15 +WGET_URL="http://gnome-look.org/CONTENT/content-files/$TARBALL" 4.16 + 4.17 +# Rules to configure and make the package. 4.18 +compile_rules() 4.19 +{ 4.20 + cd $src 4.21 + ./configure --prefix=/usr --enable-animation $CONFIGURE_ARGS && 4.22 + make && 4.23 + make DESTDIR=$PWD/_pkg install 4.24 +} 4.25 + 4.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 4.27 +genpkg_rules() 4.28 +{ 4.29 + cp -a $_pkg/usr $fs 4.30 +} 4.31 +