2015-02-11 08:49:41 +03:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
2012-02-06 16:39:49 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-11 00:17:55 +03:00
|
|
|
# $Id$
|
2012-02-06 16:39:49 +04:00
|
|
|
|
2014-12-03 17:08:04 +03:00
|
|
|
EAPI=5
|
2012-02-06 16:39:49 +04:00
|
|
|
GCONF_DEBUG="no"
|
2014-12-03 17:08:04 +03:00
|
|
|
GNOME_TARBALL_SUFFIX="bz2"
|
2012-02-06 16:39:49 +04:00
|
|
|
|
|
|
|
inherit gnome2
|
|
|
|
|
2014-08-12 13:29:40 +04:00
|
|
|
DESCRIPTION="Liboobs is a wrapping library to the System Tools Backends"
|
2015-08-25 09:05:57 +03:00
|
|
|
HOMEPAGE="https://library.gnome.org/devel/liboobs/stable/"
|
2012-02-06 16:39:49 +04:00
|
|
|
|
|
|
|
LICENSE="LGPL-2"
|
|
|
|
SLOT="0"
|
2015-04-04 22:04:15 +03:00
|
|
|
KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc sparc x86"
|
2014-12-03 17:08:04 +03:00
|
|
|
IUSE=""
|
2012-02-06 16:39:49 +04:00
|
|
|
|
|
|
|
# FIXME: check if policykit should be checked in configure ?
|
2014-12-03 17:08:04 +03:00
|
|
|
RDEPEND="
|
|
|
|
>=dev-libs/glib-2.14:2
|
2012-02-06 16:39:49 +04:00
|
|
|
>=dev-libs/dbus-glib-0.70
|
2014-12-03 17:08:04 +03:00
|
|
|
>=app-admin/system-tools-backends-2.10.1
|
|
|
|
"
|
2012-02-06 16:39:49 +04:00
|
|
|
DEPEND="${RDEPEND}
|
2014-12-03 17:08:04 +03:00
|
|
|
dev-util/gtk-doc-am
|
2012-05-05 10:06:40 +04:00
|
|
|
virtual/pkgconfig
|
2015-02-11 08:49:41 +03:00
|
|
|
"
|
2012-02-06 16:39:49 +04:00
|
|
|
|
2014-12-03 17:08:04 +03:00
|
|
|
src_configure() {
|
|
|
|
gnome2_src_configure \
|
|
|
|
--without-hal \
|
|
|
|
--disable-static
|
2012-02-06 16:39:49 +04:00
|
|
|
}
|