Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/modules/system-3.6.json
blob: fcd7a76dc1ff15c0897ecaa672fda0df76f9abab (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
[
    {
        "branch": "2.34.2", 
        "name": "glib", 
        "options": [
            "--disable-modular-tests"
        ], 
        "repo": "git://git.gnome.org/glib"
    }, 
    {
        "branch": "GOBJECT_INTROSPECTION_1_34_1_1", 
        "name": "gobject-introspection", 
        "options": [
            "--disable-tests"
        ], 
        "repo": "git://git.gnome.org/gobject-introspection"
    }, 
    {
        "branch": "pygobject-3-4", 
        "name": "pygobject", 
        "repo": "git://github.com/dnarvaez/pygobject.git"
    }, 
    {
        "branch": "METACITY_2_34_13", 
        "name": "metacity", 
        "options": [
            "--disable-themes-documentation"
        ], 
        "repo": "git://git.gnome.org/metacity"
    }
]