[jhbuild] [3.0] Build vala from tarball instead of git



commit 1e8a3f90a39a5e3ef5297052db33323a47fb4f0e
Author: Vincent Untz <vuntz gnome org>
Date:   Wed Dec 29 19:38:31 2010 +0100

    [3.0] Build vala from tarball instead of git
    
    Building from git requires vala, so it won't work well if you don't have
    already installed.

 modulesets/gnome-suites-core-deps-3.0.modules |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-3.0.modules b/modulesets/gnome-suites-core-deps-3.0.modules
index c2261ac..5a17341 100644
--- a/modulesets/gnome-suites-core-deps-3.0.modules
+++ b/modulesets/gnome-suites-core-deps-3.0.modules
@@ -1182,12 +1182,14 @@
     </after>
   </tarball>
 
-  <autotools id="vala" autogenargs="--enable-vapigen">
-    <branch/>
+  <tarball id="vala" autogenargs="--enable-vapigen">
+    <source href="http://download.gnome.org/sources/vala/0.11/vala-0.11.2.tar.bz2";
+            hash="sha256:489b60a49a03c8915b513a722ca08986c18ae0dc6489cce6bbb8415670612046"
+            md5sum="ef0b6dc4a5fe4caa57e0d029bb9ea8dd" size="2839460"/>
     <dependencies>
       <dep package="glib"/>
     </dependencies>
-  </autotools>
+  </tarball>
 
   <autotools id="WebKit" makefile="GNUmakefile"
              autogenargs="--with-gtk=3.0 --enable-introspection">



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