[jhbuild] core-deps-3.4: Build GUsb from git rather than an old tarball



commit 5b1bc15a4d4f4341c2bd4e22dfb1820e606a4e74
Author: Richard Hughes <richard hughsie com>
Date:   Fri Nov 11 17:17:54 2011 +0000

    core-deps-3.4: Build GUsb from git rather than an old tarball
    
    This fixes the Werror problem in the latest tarball.

 modulesets/gnome-suites-core-deps-3.4.modules |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-3.4.modules b/modulesets/gnome-suites-core-deps-3.4.modules
index 66dee8e..07dd32f 100644
--- a/modulesets/gnome-suites-core-deps-3.4.modules
+++ b/modulesets/gnome-suites-core-deps-3.4.modules
@@ -15,6 +15,8 @@
     password=""/>
 <repository type="git" name="colord.gitorious.org"
     href="git://gitorious.org/colord"/>
+<repository type="git" name="gusb.gitorious.org"
+    href="git://gitorious.org/gusb"/>
 <repository type="bzr" name="research.operationaldynamics.com"
     href="http://research.operationaldynamics.com/bzr"/>
 
@@ -1298,10 +1300,10 @@
   </autotools>
 
   <autotools id="gusb">
-    <pkg-config>gusb.pc</pkg-config>
-    <branch repo="people.freedesktop.org"
-            module="~hughsient/releases/libgusb-0.1.1.tar.xz" version="0.1.1"
-            md5sum="f2724bf1d958c8c9f55c3cfb1bd0efc4" size="256892"/>
+    <branch repo="gusb.gitorious.org" checkoutdir="gusb" module="gusb.git"/>
+    <dependencies>
+      <dep package="glib"/>
+    </dependencies>
   </autotools>
 
  <tarball id="lcms2" version="2.2" checkoutdir="lcms-2.2">



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