# HG changeset patch # User Christophe Lincoln # Date 1268604744 -3600 # Node ID 74cb2409ce26cb46312e5b4421be7cfa1072407a # Parent 10aac5777e2c9834dca35bbbe245889c1e919259 Fix: update clearlooks for them compatibility (thanks Rohit) diff -r 10aac5777e2c -r 74cb2409ce26 clearlooks/receipt --- a/clearlooks/receipt Sun Mar 14 15:52:43 2010 +0000 +++ b/clearlooks/receipt Sun Mar 14 23:12:24 2010 +0100 @@ -1,15 +1,17 @@ # SliTaz package receipt. PACKAGE="clearlooks" -VERSION="0.6.2" +VERSION="2.18.5" +SOURCE="gtk-engines" CATEGORY="x-window" SHORT_DESC="Clearlooks GTK+ theme." MAINTAINER="pankso@slitaz.org" -TARBALL="$PACKAGE-$VERSION.tar.bz2" +TARBALL="$SOURCE-$VERSION.tar.bz2" DEPENDS="gtk+ xorg-libXdamage" BUILD_DEPENDS="pkg-config file gtk+-dev" -WEB_SITE="http://clearlooks.sourceforge.net/" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +WEB_SITE="http://live.gnome.org/GnomeArt" +#WEB_SITE="http://clearlooks.sourceforge.net/" +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$SOURCE/2.18/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -19,6 +21,7 @@ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ + --enable-animation \ $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install @@ -27,7 +30,11 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/* $fs - rm $fs/usr/lib/gtk-2.0/2.10.0/engines/*.la - rm -rf $fs/usr/share/icons + mkdir -p $fs/usr/share/$SOURCE \ + $fs/usr/share/themes \ + $fs/usr/lib/gtk-2.0/2.10.0/engines + cp -a $_pkg/usr/share/$SOURCE/clearlooks.xml $fs/usr/share/$SOURCE + cp -a $_pkg/usr/share/themes/Clearlooks $fs/usr/share/themes + cp -a $_pkg/usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so \ + $fs/usr/lib/gtk-2.0/2.10.0/engines }