From 98e660fa6c7b5e79507349879b5a2d6354c6298a Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Wed, 25 Nov 2015 10:55:27 +0100 Subject: app-misc/geoclue: add missing introspection support and add important local description for zeroconf USE flag Package-Manager: portage-2.2.25 --- app-misc/geoclue/geoclue-2.4.0-r1.ebuild | 53 ++++++++++++++++++++++++++++++++ app-misc/geoclue/metadata.xml | 1 + 2 files changed, 54 insertions(+) create mode 100644 app-misc/geoclue/geoclue-2.4.0-r1.ebuild (limited to 'app-misc') diff --git a/app-misc/geoclue/geoclue-2.4.0-r1.ebuild b/app-misc/geoclue/geoclue-2.4.0-r1.ebuild new file mode 100644 index 000000000000..ab0513220c5c --- /dev/null +++ b/app-misc/geoclue/geoclue-2.4.0-r1.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome2 systemd user versionator + +MY_PV=$(get_version_component_range 1-2) +DESCRIPTION="A geoinformation D-Bus service" +HOMEPAGE="http://freedesktop.org/wiki/Software/GeoClue" +SRC_URI="http://www.freedesktop.org/software/${PN}/releases/${MY_PV}/${P}.tar.xz" + +LICENSE="LGPL-2" +SLOT="2.0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" +IUSE="+introspection +modemmanager zeroconf" + +RDEPEND=" + >=dev-libs/glib-2.34:2 + >=dev-libs/json-glib-0.14 + >=net-libs/libsoup-2.42:2.4 + sys-apps/dbus + introspection? ( >=dev-libs/gobject-introspection-0.9.6:= ) + modemmanager? ( >=net-misc/modemmanager-1 ) + zeroconf? ( >=net-dns/avahi-0.6.10 ) + !Install plazes.com provider Install skyhookwireless.com provider Install Yahoo geolocation provider + Enable retrieval of GPS location from Android devices with https://wiki.gnome.org/Apps/GeoclueShare -- cgit v1.2.3-65-gdbad