Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/modules/system.json
blob: 583311dee357a63dbf0629ffe0f08aa4009911c1 (plain)
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
[
    {
        "branch": "sugar-build-v1.11.6", 
        "name": "automake", 
        "repo": "git://github.com/dnarvaez/automake.git"
    }, 
    {
        "branch": "gnome-3-4", 
        "if": "gnome_version == '3.4'", 
        "name": "gnome-keyring", 
        "options_evaluated": [
            "'--with-pkcs11-config=%s/etc' % prefix", 
            "'--with-pkcs11-modules=%s/etc' % prefix"
        ], 
        "repo": "git://github.com/dnarvaez/gnome-keyring.git"
    }, 
    {
        "name": "glib", 
        "options": [
            "--disable-modular-tests"
        ], 
        "repo": "git://git.gnome.org/glib", 
        "tag": "2.36.1"
    }, 
    {
        "name": "gobject-introspection", 
        "options": [
            "--disable-tests"
        ], 
        "repo": "git://git.gnome.org/gobject-introspection", 
        "tag": "GOBJECT_INTROSPECTION_1_36_0"
    }, 
    {
        "name": "pygobject", 
        "options": [
            "--with-python=python2.7"
        ], 
        "repo": "git://git.gnome.org/pygobject", 
        "tag": "2d34d35e5db06b0eb29cba91d0999b20a5c0b450"
    }, 
    {
        "if": "distro == 'debian-7.0'", 
        "name": "telepathy-glib", 
        "out-of-source": false, 
        "repo": "git://anongit.freedesktop.org/telepathy/telepathy-glib", 
        "tag": "telepathy-glib-0.20.1"
    }, 
    {
        "branch": "sugar-build-5.14.0", 
        "name": "telepathy-mission-control", 
        "out-of-source": false, 
        "repo": "git://github.com/dnarvaez/telepathy-mission-control.git"
    }, 
    {
        "if": "gnome_version == '3.4'", 
        "name": "atk", 
        "repo": "git://git.gnome.org/atk", 
        "tag": "ATK_2_6_0"
    }, 
    {
        "if": "gnome_version == '3.4'", 
        "name": "at-spi2-core", 
        "repo": "git://git.gnome.org/at-spi2-core", 
        "tag": "AT_SPI2_CORE_2_6_3"
    }, 
    {
        "if": "gnome_version == '3.4'", 
        "name": "at-spi2-atk", 
        "repo": "git://git.gnome.org/at-spi2-atk", 
        "tag": "AT_SPI2_ATK_2_6_2"
    }, 
    {
        "if": "gnome_version == '3.4'", 
        "name": "gtk+", 
        "repo": "git://git.gnome.org/gtk+", 
        "tag": "3.6.2"
    }, 
    {
        "if": "distro != 'fedora-18'", 
        "name": "gstreamer", 
        "options": [
            "--disable-gtk-doc"
        ], 
        "out-of-source": false, 
        "repo": "git://anongit.freedesktop.org/gstreamer/gstreamer", 
        "tag": "1.0.6"
    }, 
    {
        "if": "distro != 'fedora-18'", 
        "name": "gst-plugins-base", 
        "options": [
            "--disable-gtk-doc"
        ], 
        "out-of-source": false, 
        "repo": "git://anongit.freedesktop.org/gstreamer/gst-plugins-base", 
        "tag": "1.0.6"
    }, 
    {
        "if": "distro != 'fedora-18'", 
        "name": "gst-plugins-good", 
        "options": [
            "--disable-gtk-doc"
        ], 
        "out-of-source": false, 
        "repo": "git://anongit.freedesktop.org/gstreamer/gst-plugins-good", 
        "tag": "1.0.6"
    }, 
    {
        "if": "gnome_version == '3.4'", 
        "name": "libxklavier", 
        "repo": "git://anongit.freedesktop.org/libxklavier", 
        "tag": "libxklavier-5.3"
    }, 
    {
        "if": "gnome_version == '3.4' or distro == 'ubuntu-12.10'", 
        "name": "metacity", 
        "options": [
            "--disable-themes-documentation"
        ], 
        "repo": "git://git.gnome.org/metacity", 
        "tag": "METACITY_2_34_13"
    }, 
    {
        "name": "libsoup", 
        "repo": "git://git.gnome.org/libsoup", 
        "tag": "2.42.1"
    }, 
    {
        "if": "gnome_version == '3.4'", 
        "name": "libsecret", 
        "repo": "git://git.gnome.org/libsecret", 
        "tag": "0.15"
    }, 
    {
        "if": "distro != 'fedora-18'", 
        "name": "harfbuzz", 
        "repo": "git://anongit.freedesktop.org/harfbuzz", 
        "tag": "0.9.16"
    }, 
    {
        "name": "webkitgtk", 
        "options": [
            "--enable-introspection"
        ], 
        "out-of-source": false, 
        "repo": "git://github.com/dnarvaez/webkitgtk"
    }
]