[jhbuild] apps-3.4: Do not use deprecated "tarball" module type



commit db547cd5085dec524190621cbad912607c720a87
Author: Javier JardÃn <jjardon gnome org>
Date:   Mon Jan 16 14:08:25 2012 +0000

    apps-3.4: Do not use deprecated "tarball" module type
    
    Added libvirt.org and xiph.org tarball repositories

 modulesets/gnome-apps-3.4.modules |   24 ++++++++++++++++--------
 1 files changed, 16 insertions(+), 8 deletions(-)
---
diff --git a/modulesets/gnome-apps-3.4.modules b/modulesets/gnome-apps-3.4.modules
index 0a23d84..94a1b97 100644
--- a/modulesets/gnome-apps-3.4.modules
+++ b/modulesets/gnome-apps-3.4.modules
@@ -35,10 +35,14 @@
       href="git://anongit.freedesktop.org/git/spice"/>
   <repository type="git" name="fedorahosted.org"
       href="git://git.fedorahosted.org/git/"/>
-  <repository type="git" name="libvirt.org"
+  <repository type="tarball" name="libvirt.org"
+      href="http://www.libvirt.org/download/releases/"/>
+  <repository type="git" name="git.libvirt.org"
       href="git://libvirt.org/"/>
   <repository type="tarball" name="downloads.sourceforge.net"
       href="http://downloads.sourceforge.net/"/>
+  <repository type="tarball" name="xiph.org"
+        href="http://downloads.xiph.org/releases/"/>
 
   <include href="gnome-suites-core-3.4.modules"/>
 
@@ -51,21 +55,25 @@
     <branch/>
   </autotools>
 
-  <tarball id="celt" version="0.5.1.3">
-    <source href="http://downloads.us.xiph.org/releases/celt/celt-0.5.1.3.tar.gz";
+  <autotools id="celt">
+    <branch repo="xiph.org"
+            module="celt/celt-0.5.1.3.tar.gz"
+            version="0.5.1.3"
             hash="sha256:fc2e5b68382eb436a38c3104684a6c494df9bde133c139fbba3ddb5d7eaa6a2e"
             md5sum="67e7b5e45db57a6f1f0a6962f5ecb190" size="440772"/>
     <dependencies>
     </dependencies>
-  </tarball>
+  </autotools>
 
-  <tarball id="libvirt" version="0.9.8">
-    <source href="http://libvirt.org/sources/libvirt-0.9.8.tar.gz";
+  <autotools id="libvirt">
+    <branch repo="libvirt.org"
+            module="libvirt-0.9.8.tar.gz"
+            version="0.9.8"
             hash="sha256:31b20864e44bb18a2d01b7ac6569f114cbe1007689219bf24a07ddb7528abe0e"
             md5sum="5bb74092e469d773c3d63128a8c57501" size="18403525"/>
     <dependencies>
     </dependencies>
-  </tarball>
+  </autotools>
 
   <autotools id="librsync">
     <branch repo="downloads.sourceforge.net"
@@ -313,7 +321,7 @@
   </autotools>
 
   <autotools id="libvirt-glib">
-    <branch repo="libvirt.org" module="libvirt-glib.git"/>
+    <branch repo="git.libvirt.org" module="libvirt-glib.git"/>
     <dependencies>
       <dep package="glib"/>
       <dep package="gobject-introspection"/>



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