From fca465232368bb50f1efd49063b4991073824370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 15 Feb 2016 21:07:02 +0000 Subject: Create geolocation stratum ...and move geocode-glib and geoclue there Change-Id: I023c3b15fce0ac173b8cc0dc99d0d8ce6e49441f --- strata/geolocation/geoclue.morph | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 strata/geolocation/geoclue.morph (limited to 'strata/geolocation') diff --git a/strata/geolocation/geoclue.morph b/strata/geolocation/geoclue.morph new file mode 100644 index 00000000..3be946bb --- /dev/null +++ b/strata/geolocation/geoclue.morph @@ -0,0 +1,13 @@ +name: geoclue +kind: chunk +build-system: autotools +configure-commands: +- | + ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc \ + --disable-nmea-source \ + --with-dbus-service-user=geoclue +system-integration: + geoclue-misc: + 00-add-geoclue-user: + - groupadd geoclue + - useradd -c "GeoClue Owner" -r -g geoclue -s /bin/false geoclue -- cgit v1.2.1