[jhbuild] gnome-suites-core-deps-3.2: Switch over to js185 release for gjs



commit 17c065be6d063c1cee9183bc149743cff4c3b905
Author: Colin Walters <walters verbum org>
Date:   Tue May 17 19:00:04 2011 -0400

    gnome-suites-core-deps-3.2: Switch over to js185 release for gjs
    
    This moves gjs over to the standalone js185-1.0.0.tar.gz release
    from the SpiderMonkey team.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=650445

 modulesets/gnome-suites-core-deps-3.2.modules |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-3.2.modules b/modulesets/gnome-suites-core-deps-3.2.modules
index bbd8883..2f03f47 100644
--- a/modulesets/gnome-suites-core-deps-3.2.modules
+++ b/modulesets/gnome-suites-core-deps-3.2.modules
@@ -375,7 +375,7 @@
     <branch/>
     <dependencies>
       <dep package="gobject-introspection"/>
-      <dep package="mozilla"/>
+      <dep package="js185"/>
     </dependencies>
   </autotools>
 
@@ -867,8 +867,10 @@
   </autotools>
 
 <!-- Begin Mozilla stuff subsection -->
+
   <repository type="tarball" name="ftp.mozilla.org"
       href="https://ftp.mozilla.org/pub/mozilla.org/"/>
+
   <autotools id="nspr" autogen-sh="autogen.sh"
              autogenargs="--enable-ipv6 --with-mozilla" check-target="false">
     <branch repo="ftp.mozilla.org"
@@ -883,6 +885,20 @@
     </branch>
   </autotools>
 
+  <autotools id="js185" check-target="false"
+	     autogenargs="--enable-threadsafe --with-system-nspr">
+    <branch repo="ftp.mozilla.org"
+	    module="js/js185-1.0.0.tar.gz"
+            version="1.0.0"
+	    checkoutdir="js185-1.0.0"
+	    source-subdir="js/src"
+	    md5sum="a4574365938222adca0a6bd33329cb32" size="6164605">
+    </branch>
+    <dependencies>
+      <dep package="nspr"/>
+    </dependencies>
+  </autotools>
+
   <autotools id="nss" autogen-sh="autogen.sh" supports-non-srcdir-builds="no"
              check-target="false">
     <branch repo="ftp.mozilla.org"



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