[jhbuild] 3.28: Update geoclue repo and build



commit 64a6fe8d7addd4ce9f69a16f64e8d7619cdf37ff
Author: Zeeshan Ali <zeenix collabora co uk>
Date:   Mon Jul 9 16:32:06 2018 +0200

    3.28: Update geoclue repo and build

 modulesets/gnome-suites-core-deps-3.28.modules | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-3.28.modules b/modulesets/gnome-suites-core-deps-3.28.modules
index a137abf5..398e8580 100644
--- a/modulesets/gnome-suites-core-deps-3.28.modules
+++ b/modulesets/gnome-suites-core-deps-3.28.modules
@@ -10,6 +10,8 @@
     href="https://gitlab.gnome.org/"/>
 <repository type="git" name="git.freedesktop.org"
     href="https://anongit.freedesktop.org/git/"/>
+<repository type="git" name="gitlab.freedesktop.org"
+    href="https://gitlab.freedesktop.org/"/>
 <repository type="git" name="gitlab.com"
     href="https://gitlab.com/"/>
 <repository type="git" name="pagure.io"
@@ -492,14 +494,14 @@ the module and we will just change it to use a tarball anyway.
     </dependencies>
   </autotools>
 
-  <autotools id="geoclue" autogenargs="--with-systemdsystemunitdir=no">
+  <meson id="geoclue" mesonargs="-Dsystemd-system-unit-dir=no">
     <if condition-unset="linux">
-      <autogenargs value="--disable-3g-source --disable-modem-gps-source --disable-cdma-source"/>
+      <mesonargs value="-D3g-source=false -Dmodem-gps-source=false -Dcdma-source=false"/>
     </if>
     <if condition-set="macos">
-      <autogenargs value="--disable-nmea-source"/>
+      <mesonargs value="-Dnmea-source=false"/>
     </if>
-    <branch repo="git.freedesktop.org"/>
+    <branch repo="gitlab.freedesktop.org" module="geoclue/geoclue.git"/>
     <dependencies>
       <dep package="glib"/>
       <dep package="json-glib"/>
@@ -509,7 +511,7 @@ the module and we will just change it to use a tarball anyway.
         <dep package="ModemManager"/>
       </if>
     </dependencies>
-  </autotools>
+  </meson>
 
   <meson id="geocode-glib">
     <branch/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]