summaryrefslogtreecommitdiff
blob: 803da83e48d15b3c7175c0b32b32c8e86e00818a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
GCONF_DEBUG="no"
GNOME_TARBALL_SUFFIX="bz2"

inherit gnome2

DESCRIPTION="Liboobs is a wrapping library to the System Tools Backends"
HOMEPAGE="https://developer.gnome.org/liboobs/stable/"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc sparc x86"
IUSE=""

# FIXME: check if policykit should be checked in configure ?
RDEPEND="
	>=dev-libs/glib-2.14:2
	>=dev-libs/dbus-glib-0.70
	>=app-admin/system-tools-backends-2.10.1
"
DEPEND="${RDEPEND}
	dev-util/gtk-doc-am
	virtual/pkgconfig
"

src_configure() {
	gnome2_src_configure \
		--without-hal \
		--disable-static
}