forked from drawoc/windows-jhbuild
-
Notifications
You must be signed in to change notification settings - Fork 0
/
glib.moduleset
44 lines (39 loc) · 1.33 KB
/
glib.moduleset
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8"?>
<moduleset>
<repository type="tarball" name="gnu.org"
href="http://ftp.gnu.org/pub/gnu/" />
<repository type="tarball" name="gnome.org"
href="http://ftp.gnome.org/pub/gnome/sources/" />
<autotools id="iconv" autogen-sh="configure">
<branch version="1.14" repo="gnu.org"
module="libiconv/libiconv-1.14.tar.gz"
hash="sha256:72b24ded17d687193c3366d0ebe7cde1e6b18f0df8c55438ac95be39e8a30613">
</branch>
</autotools>
<autotools id="gettext" autogen-sh="configure">
<branch version="0.18.1.1" repo="gnu.org"
module="gettext/gettext-0.18.1.1.tar.gz"
hash="sha256:93ac71a7afa5b70c1b1032516663658c51e653087f42a3fc8044752c026443e9">
<patch file="gettext_0_18_crossbuild_override_tools_fix.patch"/>
</branch>
<dependencies>
<dep package="iconv"/>
</dependencies>
</autotools>
<tarball id="libffi" version="3.0.11">
<source href="ftp://sourceware.org/pub/libffi/libffi-3.0.11.tar.gz"
md5sum="f69b9693227d976835b4857b1ba7d0e3"/>
</tarball>
<autotools id="glib">
<branch version="2.36.3" repo="gnome.org"
module="glib/2.36/glib-2.36.3.tar.xz"
hash="sha256:5ec433bf6ce02e4c436619c3d0b9cecdd1898469398a636bad27c1f5804c761e">
</branch>
<dependencies>
<dep package="gettext"/>
<dep package="iconv"/>
<dep package="zlib"/>
<dep package="libffi"/>
</dependencies>
</autotools>
</moduleset>