-
Notifications
You must be signed in to change notification settings - Fork 1
/
glib.moduleset
48 lines (43 loc) · 1.46 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
45
46
47
48
<?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/" />
<repository type="tarball" name="sourceware.org"
href="ftp://sourceware.org/pub/" />
<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.3.2" repo="gnu.org"
module="gettext/gettext-0.18.3.2.tar.gz"
hash="sha256:d1a4e452d60eb407ab0305976529a45c18124bd518d976971ac6dc7aa8b4c5d7">
<patch file="gettext_0_18_crossbuild_override_tools_fix.patch"/>
</branch>
<dependencies>
<dep package="iconv"/>
</dependencies>
</autotools>
<autotools id="libffi" autogen-sh="configure">
<branch version="3.0.13" repo="sourceware.org"
module="libffi/libffi-3.0.13.tar.gz"
hash="md5:45f3b6dbc9ee7c7dfbbbc5feba571529">
</branch>
</autotools>
<autotools id="glib2">
<branch version="2.40.0" repo="gnome.org"
module="glib/2.40/glib-2.40.0.tar.xz"
hash="sha256:0d27f195966ecb1995dcce0754129fd66ebe820c7cd29200d264b02af1aa28b5">
</branch>
<dependencies>
<dep package="gettext"/>
<dep package="iconv"/>
<dep package="zlib"/>
<dep package="libffi"/>
</dependencies>
</autotools>
</moduleset>