[jhbuild] bootstrap: add itstool since it is needed on osx



commit cf1c6f84b39fca0349a74a5362010f965da70b0d
Author: Ignacio Casal Quinteiro <qignacio amazon com>
Date:   Wed Oct 3 12:13:35 2018 +0200

    bootstrap: add itstool since it is needed on osx

 modulesets/bootstrap.modules | 8 ++++++++
 1 file changed, 8 insertions(+)
---
diff --git a/modulesets/bootstrap.modules b/modulesets/bootstrap.modules
index a833a0d3..431f3039 100644
--- a/modulesets/bootstrap.modules
+++ b/modulesets/bootstrap.modules
@@ -22,6 +22,7 @@
   <repository type="tarball" name="cmake" href="http://www.cmake.org/files/"/>
   <repository type="tarball" name="expat" href="https://github.com/libexpat/libexpat/releases/download/"/>
   <repository type="tarball" name="zlib" href="https://www.zlib.net/"/>
+  <repository type="tarball" name="itstool.org" href="http://files.itstool.org/itstool/"/>
   <repository type="git" name="gitlab.gnome.org" href="https://gitlab.gnome.org/"/>
 
   <autotools id="xorg-macros">
@@ -202,6 +203,12 @@
     </dependencies>
   </autotools>
 
+  <autotools id="itstool" autogen-sh="autoreconf">
+    <branch repo="itstool.org" module="itstool-2.0.2.tar.bz2" version="2.0.2" 
hash="sha256:bf909fb59b11a646681a8534d5700fec99be83bb2c57badf8c1844512227033a" size="96748">
+      <patch file="itstool.use-correct-libxml.patch" strip="1"/>
+    </branch>
+  </autotools>
+
   <!-- GNOME’s cache for autoconf-archive.
        Please keep this comment for greppability. -->
   <autotools id="m4-common">
@@ -235,6 +242,7 @@
         <dep package="sqlite"/>
         <dep package="zlib"/>
         <dep package="freetype2"/>
+        <dep package="itstool"/>
         <dep package="xorg-macros"/>
       </if>
     </dependencies>


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