summaryrefslogtreecommitdiff
path: root/strata/geolocation
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-02-15 21:07:02 +0000
committerJavier Jardón <jjardon@gnome.org>2016-02-18 15:44:41 +0000
commitfca465232368bb50f1efd49063b4991073824370 (patch)
treedeb107fe0e050027578b50d66de0c79e3a1b85d9 /strata/geolocation
parent791af2da97781662db9f8834d58fa8d1ccf99ff8 (diff)
downloaddefinitions-fca465232368bb50f1efd49063b4991073824370.tar.gz
Create geolocation stratum
...and move geocode-glib and geoclue there Change-Id: I023c3b15fce0ac173b8cc0dc99d0d8ce6e49441f
Diffstat (limited to 'strata/geolocation')
-rw-r--r--strata/geolocation/geoclue.morph13
1 files changed, 13 insertions, 0 deletions
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