[jhbuild] 3.8: Make GeoIP module apply the patch correctly



commit 7c54a639e27ed95c9d2cada015554ec17fb004ce
Author: Bastien Nocera <hadess hadess net>
Date:   Sun Jan 13 20:48:39 2013 +0100

    3.8: Make GeoIP module apply the patch correctly

 modulesets/gnome-world-3.8.modules |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/modulesets/gnome-world-3.8.modules b/modulesets/gnome-world-3.8.modules
index 8e8cf3b..bd61865 100644
--- a/modulesets/gnome-world-3.8.modules
+++ b/modulesets/gnome-world-3.8.modules
@@ -128,6 +128,8 @@
       href="https://github.com/downloads/metabrainz/"/>
   <repository type="tarball" name="downloads.sourceforge.net"
       href="http://downloads.sourceforge.net/"/>
+  <repository type="tarball" name="maxmind.com"
+      href="http://www.maxmind.com/download/"/>
 
   <include href="gnome-apps-3.8.modules"/>
 
@@ -3222,11 +3224,13 @@
     </dependencies>
   </autotools>
 
-  <tarball id="geoip" version="1.4.8">
-    <source href="http://www.maxmind.com/download/geoip/api/c/GeoIP-1.4.8.tar.gz";
+  <autotools id="geoip" version="1.4.8" skip-autogen="never">
+    <branch repo="maxmind.com"
+            module="geoip/api/c/GeoIP-1.4.8.tar.gz" version="1.4.8"
             hash="sha256:cf0f6b2bac1153e34d6ef55ee3851479b347d2b5c191fda8ff6a51fab5291ff4"
-            size="1074829"/>
-    <patch file="geoip-1.4.8-add-pkg-config.patch" strip="1"/>
-  </tarball>
+            size="1074829">
+      <patch file="geoip-1.4.8-add-pkg-config.patch" strip="1"/>
+    </branch>
+  </autotools>
 
 </moduleset>



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