summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2011-04-08 11:40:01 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2011-04-08 11:40:01 +0000
commit97eaceac6e0716e533b2e521bb15d4f1f614e197 (patch)
treeffd957867235380ec4042f0748723d19152d39fd /x11-themes
parentFixed init scripts again. (diff)
downloadgentoo-2-97eaceac6e0716e533b2e521bb15d4f1f614e197.tar.gz
gentoo-2-97eaceac6e0716e533b2e521bb15d4f1f614e197.tar.bz2
gentoo-2-97eaceac6e0716e533b2e521bb15d4f1f614e197.zip
Do not let the package regen gtk icon cache by itself.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gnome-icon-theme/ChangeLog6
-rw-r--r--x11-themes/gnome-icon-theme/gnome-icon-theme-3.0.0.ebuild6
2 files changed, 9 insertions, 3 deletions
diff --git a/x11-themes/gnome-icon-theme/ChangeLog b/x11-themes/gnome-icon-theme/ChangeLog
index 53b5599ae8c4..b67697b7cafd 100644
--- a/x11-themes/gnome-icon-theme/ChangeLog
+++ b/x11-themes/gnome-icon-theme/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-themes/gnome-icon-theme
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.198 2011/04/06 12:49:38 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.199 2011/04/08 11:40:01 eva Exp $
+
+ 08 Apr 2011; Gilles Dartiguelongue <eva@gentoo.org>
+ gnome-icon-theme-3.0.0.ebuild:
+ Do not let the package regen gtk icon cache by itself.
*gnome-icon-theme-3.0.0 (06 Apr 2011)
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() {