diff options
author | 2009-05-18 21:30:32 +0000 | |
---|---|---|
committer | 2009-05-18 21:30:32 +0000 | |
commit | 7d17b0dfa541c69e6d6147f5c51bd801daed00ff (patch) | |
tree | 783bb0c01a3756ce076705bea8306401623be70c /x11-themes/gtk-engines | |
parent | Bump to 2.26.2. Bug fixes (include fbsd patch) and translation updates. (diff) | |
download | gentoo-2-7d17b0dfa541c69e6d6147f5c51bd801daed00ff.tar.gz gentoo-2-7d17b0dfa541c69e6d6147f5c51bd801daed00ff.tar.bz2 gentoo-2-7d17b0dfa541c69e6d6147f5c51bd801daed00ff.zip |
Bump to 2.18.2. Should fix bug #270107.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/gtk-engines')
-rw-r--r-- | x11-themes/gtk-engines/ChangeLog | 10 | ||||
-rw-r--r-- | x11-themes/gtk-engines/gtk-engines-2.18.2.ebuild | 25 |
2 files changed, 33 insertions, 2 deletions
diff --git a/x11-themes/gtk-engines/ChangeLog b/x11-themes/gtk-engines/ChangeLog index 127280c09e0b..532acd3c3cba 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines/ChangeLog,v 1.142 2009/05/03 22:44:01 eva Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines/ChangeLog,v 1.143 2009/05/18 21:30:32 eva Exp $ + +*gtk-engines-2.18.2 (18 May 2009) + + 18 May 2009; Gilles Dartiguelongue <eva@gentoo.org> + +gtk-engines-2.18.2.ebuild: + Bump to 2.18.2. Should fix bug #270107. *gtk-engines-2.18.1 (03 May 2009) diff --git a/x11-themes/gtk-engines/gtk-engines-2.18.2.ebuild b/x11-themes/gtk-engines/gtk-engines-2.18.2.ebuild new file mode 100644 index 000000000000..1ccc845c6ab0 --- /dev/null +++ b/x11-themes/gtk-engines/gtk-engines-2.18.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2009 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.18.2.ebuild,v 1.1 2009/05/18 21:30:32 eva Exp $ + +inherit gnome2 + +DESCRIPTION="GTK+2 standard engines and themes" +HOMEPAGE="http://www.gtk.org/" + +LICENSE="LGPL-2.1" +SLOT="2" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="accessibility" + +RDEPEND=">=x11-libs/gtk+-2.12" +DEPEND="${RDEPEND} + >=dev-util/intltool-0.31 + >=dev-util/pkgconfig-0.9" + +DOCS="AUTHORS ChangeLog NEWS README" + +pkg_setup() { + G2CONF="${G2CONF} --enable-animation --enable-lua" + use accessibility || G2CONF="${G2CONF} --disable-hc" +} |