[jhbuild] gnome-world: glom: Use stable glom-1-32 branch



commit bd47e28f6574e7e11da475904aed276f74573dc2
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Nov 29 22:07:42 2018 +0100

    gnome-world: glom: Use stable glom-1-32 branch
    
    Change libgdamm to libgdamm-5-0 (it is only used by glom),
    and change glom to use the glom-1-32 branch, instead of master,
    which uses gtkmm-4, and is therefore rather unstable.
    
    Also removed libgdamm-ui, which nothing uses.

 modulesets/gnome-world.modules | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)
---
diff --git a/modulesets/gnome-world.modules b/modulesets/gnome-world.modules
index f84e394d..3c68cecb 100644
--- a/modulesets/gnome-world.modules
+++ b/modulesets/gnome-world.modules
@@ -832,22 +832,14 @@
     </dependencies>
   </autotools>
 
-  <autotools id="libgdamm">
-    <branch/>
+  <autotools id="libgdamm-5-0">
+    <branch revision="libgdamm-5-0" module="libgdamm" checkoutdir="libgdamm-5-0"/>
     <dependencies>
       <dep package="gtkmm-3"/>
       <dep package="libgda"/>
     </dependencies>
   </autotools>
 
-  <autotools id="libgda-uimm">
-    <branch/>
-    <dependencies>
-      <dep package="gtkmm-3"/>
-      <dep package="libgdamm"/>
-    </dependencies>
-  </autotools>
-
   <autotools id="gtkmm_hello">
     <branch/>
     <dependencies>
@@ -1157,10 +1149,10 @@
   </autotools>
 
   <autotools id="glom">
-    <branch/>
+    <branch revision="glom-1-32" module="glom" checkoutdir="glom-1.32"/>
     <dependencies>
       <dep package="libxmlplusplus-3"/>
-      <dep package="libgdamm"/>
+      <dep package="libgdamm-5-0"/>
       <dep package="iso-codes"/>
       <dep package="gtksourceviewmm-3"/>
       <dep package="goocanvasmm-2.0"/>


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