Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=8712d6728af4f5ab89577db71dec8d8a2f6c9c94
commit 8712d6728af4f5ab89577db71dec8d8a2f6c9c94 Author: Baste <[email protected]> Date: Sat Feb 23 16:10:56 2013 +0100 gnome-icon-theme-3.7.4-2-x86_64 * add options+=('asneeded') diff --git a/source/gnome/gnome-icon-theme/FrugalBuild b/source/gnome/gnome-icon-theme/FrugalBuild index cc2357e..471c85e 100644 --- a/source/gnome/gnome-icon-theme/FrugalBuild +++ b/source/gnome/gnome-icon-theme/FrugalBuild @@ -1,10 +1,12 @@ -# Compiling time: 0.25 SBU +# Compiling time: 0.67 SBU # Maintainer: Baste <[email protected]> # Contributor: bouleetbil <[email protected]> +options+=('asneeded') + pkgname=gnome-icon-theme pkgver=3.7.4 -pkgrel=1 +pkgrel=2 pkgdesc="Default icon theme for GNOME" url="http://www.gnome.org" depends=('hicolor-icon-theme' 'gdk-pixbuf2' 'gtk+2-tools') @@ -15,3 +17,8 @@ _F_gnome_ext=".tar.xz" _F_gnome_devel="y" Finclude gnome sha1sums=('d5689fdfda12c24e21c4807deb41164cd3387371') + +build() { + Fbuild + Frm usr/share/icons/gnome/icon-theme.cache +} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
