You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/liboobs/liboobs-3.0.0.ebuild

34 lines
702 B

# Copyright 1999-2020 Gentoo Authors
# 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
}