summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-10-29 22:44:25 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2009-10-29 22:44:25 +0000
commitcd41eab21d0196ef107f7d1da0b183b3b17788e5 (patch)
tree977da2d7a90fe45079582b957ff28e9848609b3a /x11-themes/gnome-icon-theme
parentNew version for GNOME 2.28. (diff)
downloadgentoo-2-cd41eab21d0196ef107f7d1da0b183b3b17788e5.tar.gz
gentoo-2-cd41eab21d0196ef107f7d1da0b183b3b17788e5.tar.bz2
gentoo-2-cd41eab21d0196ef107f7d1da0b183b3b17788e5.zip
New version for GNOME 2.28. Clean up old revision.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/gnome-icon-theme')
-rw-r--r--x11-themes/gnome-icon-theme/ChangeLog8
-rw-r--r--x11-themes/gnome-icon-theme/gnome-icon-theme-2.28.0.ebuild (renamed from x11-themes/gnome-icon-theme/gnome-icon-theme-2.20.0.ebuild)15
2 files changed, 18 insertions, 5 deletions
diff --git a/x11-themes/gnome-icon-theme/ChangeLog b/x11-themes/gnome-icon-theme/ChangeLog
index 53d85eaf68ad..a3129b519eea 100644
--- a/x11-themes/gnome-icon-theme/ChangeLog
+++ b/x11-themes/gnome-icon-theme/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-themes/gnome-icon-theme
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.164 2009/10/24 16:16:49 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.165 2009/10/29 22:44:25 eva Exp $
+
+*gnome-icon-theme-2.28.0 (29 Oct 2009)
+
+ 29 Oct 2009; Gilles Dartiguelongue <eva@gentoo.org>
+ -gnome-icon-theme-2.20.0.ebuild, +gnome-icon-theme-2.28.0.ebuild:
+ New version for GNOME 2.28. Clean up old revision.
24 Oct 2009; nixnut <nixnut@gentoo.org> gnome-icon-theme-2.26.0.ebuild:
ppc stable #281427
diff --git a/x11-themes/gnome-icon-theme/gnome-icon-theme-2.20.0.ebuild b/x11-themes/gnome-icon-theme/gnome-icon-theme-2.28.0.ebuild
index 91618fef2292..fe7725d44c53 100644
--- a/x11-themes/gnome-icon-theme/gnome-icon-theme-2.20.0.ebuild
+++ b/x11-themes/gnome-icon-theme/gnome-icon-theme-2.28.0.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2009 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-2.20.0.ebuild,v 1.11 2009/05/03 22:20:53 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-2.28.0.ebuild,v 1.1 2009/10/29 22:44:25 eva Exp $
+
+GCONF_DEBUG="no"
inherit gnome2
@@ -9,17 +11,22 @@ HOMEPAGE="http://www.gnome.org/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="arm sh"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""
RDEPEND=">=x11-themes/hicolor-icon-theme-0.10"
DEPEND="${RDEPEND}
- >=x11-misc/icon-naming-utils-0.8.1
+ >=x11-misc/icon-naming-utils-0.8.7
>=dev-util/pkgconfig-0.19
- >=dev-util/intltool-0.35
+ >=dev-util/intltool-0.40
sys-devel/gettext"
DOCS="AUTHORS ChangeLog NEWS TODO"
# This ebuild does not install any binaries
RESTRICT="binchecks strip"
+
+# FIXME: double check potential LINGUAS problem
+pkg_setup() {
+ G2CONF="${G2CONF} --enable-icon-mapping"
+}