[gnome-shell] build: Use libgdata from git master



commit f042e43990641532191572f247c93f6840f977bb
Author: Morten Mjelva <morten mjelva gmail com>
Date:   Wed Jun 29 23:16:32 2011 +0200

    build: Use libgdata from git master
    
    Previously we got by with using the 0.8 tarball as evolution-data-server
    only requires libgdata >= 0.7, but as gnome-online-accounts is now build
    by default, we need it from git master.

 tools/build/gnome-shell.modules |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/tools/build/gnome-shell.modules b/tools/build/gnome-shell.modules
index 33f19ec..51335c1 100644
--- a/tools/build/gnome-shell.modules
+++ b/tools/build/gnome-shell.modules
@@ -245,10 +245,8 @@
     </dependencies>
   </autotools>
 
-  <tarball id="libgdata" version="0.8.0">
-    <source href="http://download.gnome.org/sources/libgdata/0.8/libgdata-0.8.0.tar.bz2";
-            hash="sha256:1a816dda7de8ce162e00cc1c782a5ae25230a36d56c590a67d86848058797c9f"
-            md5sum="43ad483c17446dcc7d1c8d3fa49dcc90" size="1240410"/>
+  <autotools id="libgdata">
+    <branch repo="git.gnome.org" module="libgdata"/>
     <dependencies>
       <dep package="glib"/>
       <dep package="libsoup"/>
@@ -256,7 +254,7 @@
     <suggests>
       <dep package="gobject-introspection"/>
     </suggests>
-  </tarball>
+  </autotools>
 
   <autotools id="libgweather">
     <branch repo="git.gnome.org" module="libgweather"/>



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