summaryrefslogtreecommitdiff
path: root/elements/geolocation
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-11-26 23:40:38 +0000
committerJavier Jardón <jjardon@gnome.org>2017-12-12 15:58:11 +0000
commit7aad5150f69da42b84994c353283db5daf8e967f (patch)
tree813f30921faea689677aa308bd61488229266d06 /elements/geolocation
parentfa91b837f4bf46b19678a2c3d6b56f73cdc786a6 (diff)
downloaddefinitions-7aad5150f69da42b84994c353283db5daf8e967f.tar.gz
Add BuildStream converted files
This is made by a conversion made in commit 8f8992a18d55c3abf28d4b6fc8036bd39d3dc1cf of definitions Check there to know what exact versions of YBD and defs2bst was used
Diffstat (limited to 'elements/geolocation')
-rw-r--r--elements/geolocation/geoclue.bst21
-rw-r--r--elements/geolocation/geocode-glib.bst10
2 files changed, 31 insertions, 0 deletions
diff --git a/elements/geolocation/geoclue.bst b/elements/geolocation/geoclue.bst
new file mode 100644
index 00000000..18259b77
--- /dev/null
+++ b/elements/geolocation/geoclue.bst
@@ -0,0 +1,21 @@
+kind: autotools
+depends:
+- glib-common.bst
+- libsoup-common.bst
+- NetworkManager-common.bst
+sources:
+- kind: git
+ url: upstream:geoclue
+ track: 2.4.0
+ ref: ae8f7ab2f1e90f61931c652f2f65996c30c79e87
+config:
+ configure-commands:
+ - |
+ ./autogen.sh --prefix="%{prefix}" --sysconfdir=/etc \
+ --disable-nmea-source \
+ --with-dbus-service-user=geoclue
+public:
+ bst:
+ integration-commands:
+ - groupadd geoclue
+ - useradd -c "GeoClue Owner" -r -g geoclue -s /bin/false geoclue
diff --git a/elements/geolocation/geocode-glib.bst b/elements/geolocation/geocode-glib.bst
new file mode 100644
index 00000000..2b28bfbf
--- /dev/null
+++ b/elements/geolocation/geocode-glib.bst
@@ -0,0 +1,10 @@
+kind: autotools
+depends:
+- glib-common.bst
+- libsoup-common.bst
+- NetworkManager-common.bst
+sources:
+- kind: git
+ url: upstream:gnome/geocode-glib
+ track: master
+ ref: a3e183e40053b4bd0fd0b25a070f60597270397a