diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-10-28 22:58:11 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-10-28 22:58:11 +0000 |
commit | 2d8a264b8082b25a3662ce0860411f50b7337505 (patch) | |
tree | baead5fcbf3e5bb865191f750953039fafc41f62 | |
parent | Add 3.2.1 from gnome overlay. Notable changes: lots of GnomeRR improvements. (diff) | |
download | gentoo-2-2d8a264b8082b25a3662ce0860411f50b7337505.tar.gz gentoo-2-2d8a264b8082b25a3662ce0860411f50b7337505.tar.bz2 gentoo-2-2d8a264b8082b25a3662ce0860411f50b7337505.zip |
Bump to 3.2.0 from the gnome overlay. Notable changes: assorted bugfixes.
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
-rw-r--r-- | gnome-base/libgnomekbd/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-base/libgnomekbd/libgnomekbd-3.2.0.ebuild | 35 |
2 files changed, 42 insertions, 1 deletions
diff --git a/gnome-base/libgnomekbd/ChangeLog b/gnome-base/libgnomekbd/ChangeLog index 6046a8b9cc4f..578f49c8872b 100644 --- a/gnome-base/libgnomekbd/ChangeLog +++ b/gnome-base/libgnomekbd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-base/libgnomekbd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/ChangeLog,v 1.93 2011/10/17 20:46:58 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/ChangeLog,v 1.94 2011/10/28 22:58:11 tetromino Exp $ + +*libgnomekbd-3.2.0 (28 Oct 2011) + + 28 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org> + +libgnomekbd-3.2.0.ebuild: + Bump to 3.2.0 from the gnome overlay. Notable changes: assorted bugfixes. *libgnomekbd-2.32.0-r1 (17 Oct 2011) diff --git a/gnome-base/libgnomekbd/libgnomekbd-3.2.0.ebuild b/gnome-base/libgnomekbd/libgnomekbd-3.2.0.ebuild new file mode 100644 index 000000000000..5d21f7dfd1e2 --- /dev/null +++ b/gnome-base/libgnomekbd/libgnomekbd-3.2.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/libgnomekbd-3.2.0.ebuild,v 1.1 2011/10/28 22:58:11 tetromino Exp $ + +EAPI="4" +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" + +inherit gnome2 + +DESCRIPTION="Gnome keyboard configuration library" +HOMEPAGE="http://www.gnome.org" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" +IUSE="+introspection test" + +RDEPEND=">=dev-libs/glib-2.18:2 + >=x11-libs/gtk+-2.91.7:3[introspection?] + >=x11-libs/libxklavier-5.1 + + introspection? ( >=dev-libs/gobject-introspection-0.6.7 )" +DEPEND="${RDEPEND} + >=dev-util/intltool-0.35 + >=dev-util/pkgconfig-0.19" + +pkg_setup() { + G2CONF="${G2CONF} + --disable-static + --disable-schemas-compile + $(use_enable introspection) + $(use_enable test tests)" + DOCS="AUTHORS ChangeLog NEWS README" +} |