blob: 8c88846e5bbb511ef6cac9b26cf80506e0cb942c [file] [log] [blame]
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
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="*"
RDEPEND="
>=dev-libs/glib-2.31:2
introspection? ( >=dev-libs/gobject-introspection-1.31.0:= )
!<gnome-base/gdm-3.8
"
DEPEND="${RDEPEND}
dev-util/glib-utils
>=dev-util/intltool-0.50.1
sys-devel/gettext
virtual/pkgconfig
"
src_configure() {
gnome2_src_configure $(use_enable introspection)
}