[jhbuild] [2.28] add gnome-js-common and update seed depedency



commit 7b48d0ea8b78216f3cc3c3cc75f55576423e2fc4
Author: Marc-André Lureau <marcandre lureau gmail com>
Date:   Sat May 30 23:49:39 2009 +0300

    [2.28] add gnome-js-common and update seed depedency
    
    Seed now requires gnome-js-common.
    
    gnome-js-common currently requires seed, which is a bad cyclic
    dependency. However, it should not be a strict dependency. I sent a
    patch to gnome-js-common maintainer to remove hard depedency and do
    autodetection of seed/gjs instead.
    
    http://bugzilla.gnome.org/show_bug.cgi?id=584322

 modulesets/gnome-2.28.modules |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/modulesets/gnome-2.28.modules b/modulesets/gnome-2.28.modules
index 657daa6..8bbbbd2 100644
--- a/modulesets/gnome-2.28.modules
+++ b/modulesets/gnome-2.28.modules
@@ -2256,11 +2256,20 @@
    </dependencies>
   </autotools>
 
+  <autotools id="gnome-js-common">
+    <branch/>
+    <suggests>
+      <dep package="seed"/>
+      <dep package="gjs"/>
+    </suggests>
+  </autotools>
+
   <autotools id="seed">
     <branch/>
     <dependencies>
       <dep package="gobject-introspection"/>
       <dep package="WebKit"/>
+      <dep package="gnome-js-common"/>
     </dependencies>
   </autotools>
 



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