summaryrefslogtreecommitdiff
path: root/org.gnome.Yelp.json
blob: d5088157018a895c18d4850da17d8779bc885dd9 (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
{
    "app-id" : "org.gnome.Yelp",
    "runtime" : "org.gnome.Platform",
    "runtime-version" : "master",
    "sdk" : "org.gnome.Sdk",
    "rename-desktop-file" : "yelp.desktop",
    "command" : "yelp",
    "tags" : [
        "devel",
        "development",
        "nightly"
    ],
    "desktop-file-name-suffix" : " (Development)",
    "finish-args" : [
        /* X11 + XShm access */
        "--share=ipc",
        "--socket=x11",
        /* Wayland access */
        "--socket=wayland",
        /* Needed for dconf to work */
        "--filesystem=xdg-run/dconf",
        "--filesystem=~/.config/dconf:ro",
        "--talk-name=ca.desrt.dconf",
        "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
    ],
    "modules" : [
        {
            "name" : "gnome-user-docs",
            "sources" : [
                {
                    "type" : "git",
                    "url" : "https://gitlab.gnome.org/GNOME/gnome-user-docs.git"
                }
            ]
        },
        {
            "name" : "gnome-getting-started-docs",
            "sources" : [
                {
                    "type" : "git",
                    "url" : "https://gitlab.gnome.org/GNOME/gnome-getting-started-docs.git"
                }
            ]
        },
        {
            "name" : "yelp",
            "builddir" : true,
            "sources" : [
                {
                    "type" : "git",
                    "url" : "https://gitlab.gnome.org/GNOME/yelp.git"
                }
            ]
        }
    ]
}