diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-05-03 22:20:53 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-05-03 22:20:53 +0000 |
commit | 0ab717a5bba27af236eb15d181cd427645d06d06 (patch) | |
tree | 819fdb902ce1f5e99ccc23afc98d0ef2a37cf194 /x11-themes | |
parent | Clean up orphaned patches. (diff) | |
download | gentoo-2-0ab717a5bba27af236eb15d181cd427645d06d06.tar.gz gentoo-2-0ab717a5bba27af236eb15d181cd427645d06d06.tar.bz2 gentoo-2-0ab717a5bba27af236eb15d181cd427645d06d06.zip |
New version for GNOME 2.26.
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gnome-icon-theme/ChangeLog | 9 | ||||
-rw-r--r-- | x11-themes/gnome-icon-theme/gnome-icon-theme-2.20.0.ebuild | 6 | ||||
-rw-r--r-- | x11-themes/gnome-icon-theme/gnome-icon-theme-2.26.0.ebuild (renamed from x11-themes/gnome-icon-theme/gnome-icon-theme-2.22.0.ebuild) | 16 |
3 files changed, 22 insertions, 9 deletions
diff --git a/x11-themes/gnome-icon-theme/ChangeLog b/x11-themes/gnome-icon-theme/ChangeLog index ca01d0555364..166cbffd7951 100644 --- a/x11-themes/gnome-icon-theme/ChangeLog +++ b/x11-themes/gnome-icon-theme/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-themes/gnome-icon-theme # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.159 2009/04/27 14:34:08 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.160 2009/05/03 22:20:53 eva Exp $ + +*gnome-icon-theme-2.26.0 (03 May 2009) + + 03 May 2009; Gilles Dartiguelongue <eva@gentoo.org> + gnome-icon-theme-2.20.0.ebuild, -gnome-icon-theme-2.22.0.ebuild, + +gnome-icon-theme-2.26.0.ebuild: + New version for GNOME 2.26. 27 Apr 2009; Jeroen Roovers <jer@gentoo.org> gnome-icon-theme-2.24.0: Stable for HPPA (bug #260063). 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.20.0.ebuild index f581f23b9afe..91618fef2292 100644 --- a/x11-themes/gnome-icon-theme/gnome-icon-theme-2.20.0.ebuild +++ b/x11-themes/gnome-icon-theme/gnome-icon-theme-2.20.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.10 2008/10/11 10:37:05 eva Exp $ +# $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 $ inherit gnome2 @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="arm ppc64 sh" +KEYWORDS="arm sh" IUSE="" RDEPEND=">=x11-themes/hicolor-icon-theme-0.10" diff --git a/x11-themes/gnome-icon-theme/gnome-icon-theme-2.22.0.ebuild b/x11-themes/gnome-icon-theme/gnome-icon-theme-2.26.0.ebuild index 1b02470d453f..66ce96759670 100644 --- a/x11-themes/gnome-icon-theme/gnome-icon-theme-2.22.0.ebuild +++ b/x11-themes/gnome-icon-theme/gnome-icon-theme-2.26.0.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.22.0.ebuild,v 1.8 2008/11/13 19:06:36 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-2.26.0.ebuild,v 1.1 2009/05/03 22:20:53 eva Exp $ + +GCONF_DEBUG="no" inherit gnome2 @@ -9,17 +11,21 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd" +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" + +pkg_setup() { + G2CONF="${G2CONF} --enable-icon-mapping" +} |