summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-10-11 10:37:05 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-10-11 10:37:05 +0000
commit805058587b7dda9ce4229c9f4f7a3da35bfd8c04 (patch)
tree7cb8e3c8a2daeab8b1257413c29515a3f4b3310f /x11-themes/gnome-icon-theme
parentMade a revision bump for 1.90 to ensure everyone gets the fixes in (diff)
downloadgentoo-2-805058587b7dda9ce4229c9f4f7a3da35bfd8c04.tar.gz
gentoo-2-805058587b7dda9ce4229c9f4f7a3da35bfd8c04.tar.bz2
gentoo-2-805058587b7dda9ce4229c9f4f7a3da35bfd8c04.zip
New version for GNOME 2.24.
(Portage version: 2.2_rc11/cvs/Linux 2.6.24-gentoo-r8-mactel 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.20.0.ebuild6
-rw-r--r--x11-themes/gnome-icon-theme/gnome-icon-theme-2.24.0.ebuild31
3 files changed, 41 insertions, 4 deletions
diff --git a/x11-themes/gnome-icon-theme/ChangeLog b/x11-themes/gnome-icon-theme/ChangeLog
index 543d8df28a96..e6666d8f5ac2 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 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.150 2008/09/25 14:18:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.151 2008/10/11 10:37:05 eva Exp $
+
+*gnome-icon-theme-2.24.0 (11 Oct 2008)
+
+ 11 Oct 2008; Gilles Dartiguelongue <eva@gentoo.org>
+ gnome-icon-theme-2.20.0.ebuild, +gnome-icon-theme-2.24.0.ebuild:
+ New version for GNOME 2.24.
25 Sep 2008; Jeroen Roovers <jer@gentoo.org>
gnome-icon-theme-2.22.0.ebuild:
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 34deaf04025f..f581f23b9afe 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-2007 Gentoo Foundation
+# Copyright 1999-2008 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.9 2007/12/11 10:45:16 vapier Exp $
+# $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 $
inherit gnome2
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnome.org/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
+KEYWORDS="arm ppc64 sh"
IUSE=""
RDEPEND=">=x11-themes/hicolor-icon-theme-0.10"
diff --git a/x11-themes/gnome-icon-theme/gnome-icon-theme-2.24.0.ebuild b/x11-themes/gnome-icon-theme/gnome-icon-theme-2.24.0.ebuild
new file mode 100644
index 000000000000..474627cb4bee
--- /dev/null
+++ b/x11-themes/gnome-icon-theme/gnome-icon-theme-2.24.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2008 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.24.0.ebuild,v 1.1 2008/10/11 10:37:05 eva Exp $
+
+GCONF_DEBUG="no"
+
+inherit gnome2
+
+DESCRIPTION="GNOME 2 default icon themes"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="GPL-2"
+SLOT="0"
+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.7
+ >=dev-util/pkgconfig-0.19
+ >=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"
+}