# HG changeset patch # User Aleksej Bobylev # Date 1350353024 0 # Node ID d62d3167eb00362ce8a1f788bba6661e6bafeb3e # Parent 839bfb8d917f69dc02bf8812c874e7f019fa7c96 Added Equinox GTK Engine and its themes diff -r 839bfb8d917f -r d62d3167eb00 equinox-themes/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/equinox-themes/description.txt Tue Oct 16 02:03:44 2012 +0000 @@ -0,0 +1,1 @@ +Five GTK and Metacity themes to use with Equinox GTK engine 1.40 and Faenza icon theme. diff -r 839bfb8d917f -r d62d3167eb00 equinox-themes/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/equinox-themes/receipt Tue Oct 16 02:03:44 2012 +0000 @@ -0,0 +1,21 @@ +# SliTaz package receipt. + +PACKAGE="equinox-themes" +VERSION="1.50" +CATEGORY="x-window" +SHORT_DESC="Equinox Evolution themes" +MAINTAINER="al.bobylev@gmail.com" +DEPENDS="equinox" +TARBALL="140449-$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://gnome-look.org/content/show.php?content=140449" +WGET_URL="http://gnome-look.org/CONTENT/content-files/$TARBALL" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + rm $src/*.crx + rm $src/*/ChangeLog + mkdir -p $fs/usr/share/themes + cp -a $src/* $fs/usr/share/themes +} + diff -r 839bfb8d917f -r d62d3167eb00 equinox/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/equinox/description.txt Tue Oct 16 02:03:44 2012 +0000 @@ -0,0 +1,1 @@ +A heavily modified version of the beautiful Aurora engine (1.4). Thanks to his author. diff -r 839bfb8d917f -r d62d3167eb00 equinox/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/equinox/receipt Tue Oct 16 02:03:44 2012 +0000 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="equinox" +VERSION="1.50" +CATEGORY="x-window" +SHORT_DESC="Equinox GTK Engine" +MAINTAINER="al.bobylev@gmail.com" +DEPENDS="gtk+" +BUILD_DEPENDS="gtk+-dev" +TARBALL="121881-$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://gnome-look.org/content/show.php?content=121881" +WGET_URL="http://gnome-look.org/CONTENT/content-files/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --enable-animation $CONFIGURE_ARGS && + make && + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs +} +