diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-11-18 23:14:10 +0100 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-12-10 00:03:30 +0100 |
commit | 6652364ba3dfd732b9e2fb612353bcac0240887b (patch) | |
tree | 2ab5eabd8d9fa994441ef0543a2e67c2d1d747c3 /gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-9999.ebuild | |
parent | gnome-base/gnome-desktop: 3.8.4 → 3.10.2 (diff) | |
download | gnome-6652364ba3dfd732b9e2fb612353bcac0240887b.tar.gz gnome-6652364ba3dfd732b9e2fb612353bcac0240887b.tar.bz2 gnome-6652364ba3dfd732b9e2fb612353bcac0240887b.zip |
gnome-base/gsettings-desktop-schemas: 3.8.2 → 3.10.1
Diffstat (limited to 'gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-9999.ebuild')
-rw-r--r-- | gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-9999.ebuild | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-9999.ebuild b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-9999.ebuild index 44c56a22..eaeab321 100644 --- a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-9999.ebuild +++ b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -11,7 +11,7 @@ if [[ ${PV} = 9999 ]]; then fi DESCRIPTION="Collection of GSettings schemas for GNOME desktop" -HOMEPAGE="http://www.gnome.org/" +HOMEPAGE="https://git.gnome.org/browse/gsettings-desktop-schemas" LICENSE="LGPL-2.1+" SLOT="0" @@ -22,16 +22,17 @@ else KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x86-solaris" fi -RDEPEND=">=dev-libs/glib-2.31:2 - introspection? ( >=dev-libs/gobject-introspection-1.31.0 )" +RDEPEND=" + >=dev-libs/glib-2.31:2 + introspection? ( >=dev-libs/gobject-introspection-1.31.0 ) +" DEPEND="${RDEPEND} - sys-devel/gettext >=dev-util/intltool-0.40 - virtual/pkgconfig" + sys-devel/gettext + virtual/pkgconfig +" src_configure() { - G2CONF="${G2CONF} - $(use_enable introspection)" DOCS="AUTHORS HACKING NEWS README" - gnome2_src_configure + gnome2_src_configure $(use_enable introspection) } |