diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-10-15 18:25:44 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-10-15 18:25:44 +0300 |
commit | 54359a77112af1a57167cf174f4be21b86acc2f9 (patch) | |
tree | f531dbee7e042b7b7d1f6142f62ccb3d9c4bbd48 /gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-scm.ebuild | |
parent | 6dfac8f4e0fdbf4b9202dc587384459ecd04fc57 (diff) |
ffmpeg: rising kvazaar dep
qt-creator: merged with gentoo ebuild
added gsettings-desktop-schemas required for evolution-scm
Diffstat (limited to 'gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-scm.ebuild')
-rw-r--r-- | gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-scm.ebuild | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-scm.ebuild b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-scm.ebuild new file mode 100644 index 0000000..8fd259a --- /dev/null +++ b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-scm.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="6" + +inherit gnome2 git-r3 +SRC_URI="" +EGIT_REPO_URI="git://git.gnome.org/gsettings-desktop-schemas" + +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="" + +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_prepare() { + ./autogen.sh +} + +src_configure() { + DOCS="AUTHORS HACKING NEWS README" + gnome2_src_configure $(use_enable introspection) +} |