diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-05-18 20:40:36 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-05-18 20:40:36 +0000 |
commit | beec6736c10461f3e86115d3c1c0cb958b8c6e1c (patch) | |
tree | 974317429036e1d05237383b2937f16401f9a04c /x11-themes/gnome-themes | |
parent | Bump to 2.26.2. Bug fixes and translation updates. (diff) | |
download | gentoo-2-beec6736c10461f3e86115d3c1c0cb958b8c6e1c.tar.gz gentoo-2-beec6736c10461f3e86115d3c1c0cb958b8c6e1c.tar.bz2 gentoo-2-beec6736c10461f3e86115d3c1c0cb958b8c6e1c.zip |
Bump to 2.26.2. Translation updates.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/gnome-themes')
-rw-r--r-- | x11-themes/gnome-themes/ChangeLog | 10 | ||||
-rw-r--r-- | x11-themes/gnome-themes/gnome-themes-2.26.2.ebuild | 42 |
2 files changed, 50 insertions, 2 deletions
diff --git a/x11-themes/gnome-themes/ChangeLog b/x11-themes/gnome-themes/ChangeLog index 81c305ef455c..9a612818efb6 100644 --- a/x11-themes/gnome-themes/ChangeLog +++ b/x11-themes/gnome-themes/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-themes/gnome-themes -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes/ChangeLog,v 1.209 2009/05/03 22:34:05 eva Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes/ChangeLog,v 1.210 2009/05/18 20:40:36 eva Exp $ + +*gnome-themes-2.26.2 (18 May 2009) + + 18 May 2009; Gilles Dartiguelongue <eva@gentoo.org> + +gnome-themes-2.26.2.ebuild: + Bump to 2.26.2. Translation updates. *gnome-themes-2.26.1 (03 May 2009) diff --git a/x11-themes/gnome-themes/gnome-themes-2.26.2.ebuild b/x11-themes/gnome-themes/gnome-themes-2.26.2.ebuild new file mode 100644 index 000000000000..3bcc55426b92 --- /dev/null +++ b/x11-themes/gnome-themes/gnome-themes-2.26.2.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes/gnome-themes-2.26.2.ebuild,v 1.1 2009/05/18 20:40:36 eva Exp $ + +GCONF_DEBUG="no" + +inherit eutils gnome2 + +DESCRIPTION="A set of GNOME themes, with sets for users with limited or low vision" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="accessibility" + +RDEPEND=">=x11-libs/gtk+-2 + >=x11-themes/gtk-engines-2.15.3" +DEPEND="${RDEPEND} + >=x11-misc/icon-naming-utils-0.8.7 + >=dev-util/pkgconfig-0.19 + >=dev-util/intltool-0.35" +# dev-perl/XML-LibXML is bug 266136 + +DOCS="AUTHORS ChangeLog NEWS README" + +# This ebuild does not install any binaries +RESTRICT="binchecks strip" + +pkg_setup() { + G2CONF="${G2CONF} + $(use_enable accessibility all-themes) + --disable-test-themes + --enable-icon-mapping" +} + +src_unpack() { + gnome2_src_unpack + + # Fix bashisms, bug #256337 + epatch "${FILESDIR}/${PN}-2.24.3-bashism.patch" +} |