commit: 091647acb270965c0202e4c4e95b24c60054e88d Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Mon Apr 14 22:51:25 2014 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Tue Apr 15 20:33:32 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=091647ac
gnome-base/gsettings-desktop-schemas: 3.10.1 → 3.12.0 --- .../gsettings-desktop-schemas-3.12.0.ebuild | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.12.0.ebuild b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.12.0.ebuild new file mode 100644 index 0000000..46b3218 --- /dev/null +++ b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.12.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.10.1.ebuild,v 1.6 2014/03/28 02:24:50 jer Exp $ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="Collection of GSettings schemas for GNOME desktop" +HOMEPAGE="https://git.gnome.org/browse/gsettings-desktop-schemas" + +LICENSE="LGPL-2.1+" +SLOT="0" +IUSE="+introspection" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~sparc-solaris ~x86-solaris" + +RDEPEND=" + >=dev-libs/glib-2.31:2 + introspection? ( >=dev-libs/gobject-introspection-1.31.0 ) + !<gnome-base/gdm-3.8 +" +DEPEND="${RDEPEND} + >=dev-util/intltool-0.40 + sys-devel/gettext + virtual/pkgconfig +" + +src_configure() { + DOCS="AUTHORS HACKING NEWS README" + gnome2_src_configure $(use_enable introspection) +}