[jhbuild] world: Fix some more thinkos regarding fd.o repos



commit 7bfb2f593b939cfab56fffdc638addea1d1e45d0
Author: Ernestas Kulik <ekulik redhat com>
Date:   Mon Jun 3 11:08:03 2019 +0200

    world: Fix some more thinkos regarding fd.o repos

 modulesets/gnome-world.modules | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/modulesets/gnome-world.modules b/modulesets/gnome-world.modules
index f660164e..2e28f391 100644
--- a/modulesets/gnome-world.modules
+++ b/modulesets/gnome-world.modules
@@ -694,7 +694,9 @@
   </autotools>
 
   <meson id="libfprint">
-    <branch repo="fprint.freedesktop.org" module="libfprint"/>
+    <branch repo="gitlab.freedesktop.org"
+            module="libfprint/libfprint.git"
+            checkoutdir="libfprint"/>
     <dependencies>
       <dep package="libusb1"/>
       <dep package="nss"/>
@@ -703,7 +705,9 @@
   </meson>
 
   <autotools id="fprintd">
-    <branch repo="fprint.freedesktop.org" module="fprintd"/>
+    <branch repo="gitlab.freedesktop.org"
+            module="libfprint/fprintd.git"
+            checkoutdir="fprintd"/>
     <dependencies>
       <dep package="libfprint"/>
       <dep package="dbus-glib"/>
@@ -3414,7 +3418,9 @@
   </autotools>
 
   <meson id="weston">
-    <branch repo="wayland.freedesktop.org"/>
+    <branch repo="gitlab.freedesktop.org"
+            module="wayland/weston.git"
+            checkoutdir="weston"/>
     <dependencies>
       <dep package="wayland-protocols"/>
       <dep package="wayland"/>
@@ -3559,7 +3565,9 @@
   </autotools>
 
   <autotools id="telepathy-farstream" autogenargs="--disable-python" supports-non-srcdir-builds="no">
-    <branch repo="telepathy.freedesktop.org"/>
+    <branch repo="github.com"
+            module="TelepathyIM/telepathy-farstream.git"
+            checkoutdir="telepathy-farstream"/>
     <dependencies>
       <dep package="telepathy-glib"/>
       <dep package="farstream"/>


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