diff options
author | Mart Raudsepp <leio@gentoo.org> | 2008-03-17 01:37:30 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2008-03-17 01:37:30 +0000 |
commit | 01463b75a602627b1e92b41910cfa67bd34b3c15 (patch) | |
tree | 9208c3254c7e430843018ff6f515cc7f99db8b42 | |
parent | Stable for HPPA (bug #212986). (diff) | |
download | gentoo-2-01463b75a602627b1e92b41910cfa67bd34b3c15.tar.gz gentoo-2-01463b75a602627b1e92b41910cfa67bd34b3c15.tar.bz2 gentoo-2-01463b75a602627b1e92b41910cfa67bd34b3c15.zip |
New version for GNOME-2.22. Improvements in various engines and themes, mostly in Clearlooks, Crux and high contrast
(Portage version: 2.1.4.4)
-rw-r--r-- | x11-themes/gtk-engines/ChangeLog | 10 | ||||
-rw-r--r-- | x11-themes/gtk-engines/gtk-engines-2.14.0.ebuild | 26 |
2 files changed, 34 insertions, 2 deletions
diff --git a/x11-themes/gtk-engines/ChangeLog b/x11-themes/gtk-engines/ChangeLog index fd3cc0e09099..9bed700bcb5d 100644 --- a/x11-themes/gtk-engines/ChangeLog +++ b/x11-themes/gtk-engines/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-themes/gtk-engines -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines/ChangeLog,v 1.116 2007/11/29 05:20:54 jer Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines/ChangeLog,v 1.117 2008/03/17 01:37:30 leio Exp $ + +*gtk-engines-2.14.0 (17 Mar 2008) + + 17 Mar 2008; Mart Raudsepp <leio@gentoo.org> +gtk-engines-2.14.0.ebuild: + New version for GNOME-2.22. Improvements in various engines and themes, + mostly in Clearlooks, Crux and high contrast 29 Nov 2007; Jeroen Roovers <jer@gentoo.org> gtk-engines-2.12.2.ebuild: Stable for HPPA (bug #199740). diff --git a/x11-themes/gtk-engines/gtk-engines-2.14.0.ebuild b/x11-themes/gtk-engines/gtk-engines-2.14.0.ebuild new file mode 100644 index 000000000000..239629ae8b82 --- /dev/null +++ b/x11-themes/gtk-engines/gtk-engines-2.14.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines/gtk-engines-2.14.0.ebuild,v 1.1 2008/03/17 01:37:30 leio Exp $ + +inherit gnome2 + +DESCRIPTION="GTK+2 standard engines and themes" +HOMEPAGE="http://www.gtk.org/" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="2" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="accessibility static" + +RDEPEND=">=x11-libs/gtk+-2.12 + !<=x11-themes/gnome-themes-2.8.2" +DEPEND="${RDEPEND} + >=dev-util/intltool-0.31 + >=dev-util/pkgconfig-0.9" + +DOCS="AUTHORS ChangeLog NEWS README" + +pkg_setup() { + G2CONF="$(use_enable static) --enable-animation" + use accessibility || G2CONF="${G2CONF} --disable-hc" +} |