wok diff clearlooks/receipt @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents 74cb2409ce26
children eb8067417980
line diff
     1.1 --- a/clearlooks/receipt	Sun Mar 14 23:12:24 2010 +0100
     1.2 +++ b/clearlooks/receipt	Thu Oct 04 11:53:21 2012 +0200
     1.3 @@ -1,17 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="clearlooks"
     1.7 -VERSION="2.18.5"
     1.8 -SOURCE="gtk-engines"
     1.9 +VERSION="0.6.2"
    1.10  CATEGORY="x-window"
    1.11  SHORT_DESC="Clearlooks GTK+ theme."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15  DEPENDS="gtk+ xorg-libXdamage"
    1.16  BUILD_DEPENDS="pkg-config file gtk+-dev"
    1.17 -WEB_SITE="http://live.gnome.org/GnomeArt"
    1.18 -#WEB_SITE="http://clearlooks.sourceforge.net/"
    1.19 -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$SOURCE/2.18/$TARBALL"
    1.20 +WEB_SITE="http://clearlooks.sourceforge.net/"
    1.21 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25 @@ -21,7 +19,6 @@
    1.26  		--prefix=/usr \
    1.27  		--infodir=/usr/share/info \
    1.28  		--mandir=/usr/share/man \
    1.29 -		--enable-animation \
    1.30  		$CONFIGURE_ARGS &&
    1.31  	make &&
    1.32  	make DESTDIR=$PWD/_pkg install
    1.33 @@ -30,11 +27,7 @@
    1.34  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.35  genpkg_rules()
    1.36  {
    1.37 -	mkdir -p $fs/usr/share/$SOURCE \
    1.38 -		$fs/usr/share/themes \
    1.39 -		$fs/usr/lib/gtk-2.0/2.10.0/engines
    1.40 -	cp -a $_pkg/usr/share/$SOURCE/clearlooks.xml $fs/usr/share/$SOURCE
    1.41 -	cp -a $_pkg/usr/share/themes/Clearlooks $fs/usr/share/themes
    1.42 -	cp -a $_pkg/usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so \
    1.43 -		$fs/usr/lib/gtk-2.0/2.10.0/engines
    1.44 +	cp -a $_pkg/* $fs
    1.45 +	rm $fs/usr/lib/gtk-2.0/2.10.0/engines/*.la
    1.46 +	rm -rf $fs/usr/share/icons
    1.47  }