diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-04-08 11:40:01 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-04-08 11:40:01 +0000 |
commit | a726f275cb326422f7a93b5e51880700856baa36 (patch) | |
tree | dafa7635f2751efd8253b0cdd9ff10857d51e2b7 /x11-themes/gnome-icon-theme/gnome-icon-theme-3.0.0.ebuild | |
parent | Fixed init scripts again. (diff) | |
download | historical-a726f275cb326422f7a93b5e51880700856baa36.tar.gz historical-a726f275cb326422f7a93b5e51880700856baa36.tar.bz2 historical-a726f275cb326422f7a93b5e51880700856baa36.zip |
Do not let the package regen gtk icon cache by itself.
Package-Manager: portage-2.2.0_alpha29/cvs/Linux x86_64
Diffstat (limited to 'x11-themes/gnome-icon-theme/gnome-icon-theme-3.0.0.ebuild')
-rw-r--r-- | x11-themes/gnome-icon-theme/gnome-icon-theme-3.0.0.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-themes/gnome-icon-theme/gnome-icon-theme-3.0.0.ebuild b/x11-themes/gnome-icon-theme/gnome-icon-theme-3.0.0.ebuild index aa6caf8a33d2..8a5c172ec50e 100644 --- a/x11-themes/gnome-icon-theme/gnome-icon-theme-3.0.0.ebuild +++ b/x11-themes/gnome-icon-theme/gnome-icon-theme-3.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-3.0.0.ebuild,v 1.1 2011/04/06 12:49:38 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-3.0.0.ebuild,v 1.2 2011/04/08 11:40:01 eva Exp $ EAPI="3" GCONF_DEBUG="no" @@ -32,7 +32,9 @@ RESTRICT="binchecks strip" # FIXME: double check potential LINGUAS problem pkg_setup() { DOCS="AUTHORS NEWS TODO" - G2CONF="${G2CONF} --enable-icon-mapping" + G2CONF="${G2CONF} + --enable-icon-mapping + GTK_UPDATE_ICON_CACHE=$(type -p true)" } src_prepare() { |