wok rev 13682
Up gnome-icon-theme (3.6.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Nov 29 10:44:06 2012 +0100 (2012-11-29) |
parents | 83d356862b64 |
children | b443ca7e291e |
files | gnome-icon-theme/receipt |
line diff
1.1 --- a/gnome-icon-theme/receipt Thu Nov 29 04:51:11 2012 +0000 1.2 +++ b/gnome-icon-theme/receipt Thu Nov 29 10:44:06 2012 +0100 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gnome-icon-theme" 1.7 -VERSION="2.31.0" 1.8 +VERSION="3.6.2" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Default GNOME icon theme." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 -BUILD_DEPENDS="icon-naming-utils intltool pkg-config" 1.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 +BUILD_DEPENDS="icon-naming-utils intltool pkg-config gtk+" 1.15 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.16 WEB_SITE="http://www.gnome.org/" 1.17 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 1.18 1.19 @@ -16,15 +16,15 @@ 1.20 cd $src 1.21 ./configure --prefix=/usr 1.22 make 1.23 - make DESTDIR=$PWD/_pkg install 1.24 + make DESTDIR=$DESTDIR install 1.25 } 1.26 1.27 # Rules to gen a SliTaz package suitable for Tazpkg. 1.28 genpkg_rules() 1.29 { 1.30 mkdir -p $fs/usr/share $fs/usr/lib 1.31 - cp -a $_pkg/usr/share/icons $fs/usr/share 1.32 + cp -a $install/usr/share/icons $fs/usr/share 1.33 # pkgconfig in /usr/lib 1.34 - cp -a $_pkg/usr/share/pkgconfig $fs/usr/lib 1.35 + cp -a $install/usr/share/pkgconfig $fs/usr/lib 1.36 } 1.37