-
Notifications
You must be signed in to change notification settings - Fork 1
/
gnome.modules
65 lines (56 loc) · 2.21 KB
/
gnome.modules
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0"?><!--*- mode: nxml; indent-tabs-mode: nil -*-->
<!DOCTYPE moduleset SYSTEM "moduleset.dtd">
<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
<!-- vim:set ts=2 expandtab: -->
<moduleset>
<repository type="tarball" name="gnome.org" href="http://ftp.gnome.org/pub/GNOME/sources/"/>
<repository type="tarball" name="sourceware" href="http://mirrors.kernel.org/sources.redhat.com/"/>
<autotools id="pygobject" autogenargs="--disable-cairo" autogen-sh="configure">
<branch repo="gnome.org" version="3.12" module="pygobject/3.12/pygobject-3.12.2.tar.xz" />
<dependencies>
<dep package="glib"/>
<!--<dep package="python-devel"/>-->
<dep package="gobject-introspection"/>
</dependencies>
</autotools>
<autotools id="gobject-introspection" autogen-sh="configure">
<branch repo="gnome.org" version="1.40" module="gobject-introspection/1.40/gobject-introspection-1.40.0.tar.xz" />
<dependencies>
<dep package="bison"/>
<dep package="flex"/>
<dep package="glib"/>
<!--<dep package="python2-devel"/>-->
</dependencies>
</autotools>
<autotools id="glib" autogen-sh="configure">
<branch repo="gnome.org" version="2.40" module="glib/2.40/glib-2.40.0.tar.xz" >
<patch file="glib.patch" strip="0"/>
<patch file="glib2.patch" strip="0"/>
</branch>
<dependencies>
<dep package="libffi"/>
</dependencies>
<!--<after>
<dep package="shared-mime-info"/>
</after>-->
</autotools>
<autotools id="libffi" autogen-sh="configure">
<branch repo="sourceware" module="libffi/libffi-3.0.13.tar.gz" version="3.0.13"
size="845747" hash="sha256:1dddde1400c3bcb7749d398071af88c3e4754058d2d4c0b3696c2f82dc5cf11c">
<patch file="libffi-toolexeclibdir.patch" strip="0"/>
</branch>
</autotools>
<repository type="system" name="system"/>
<systemmodule id="bison">
<branch repo="system" version="2.0"/>
<systemdependencies>
<dep type="path" name="bison"/>
</systemdependencies>
</systemmodule>
<systemmodule id="flex">
<branch repo="system" version="2.0"/>
<systemdependencies>
<dep type="path" name="flex"/>
</systemdependencies>
</systemmodule>
</moduleset>