summaryrefslogtreecommitdiff
path: root/flatpak/org.gnome.font-viewer.json
blob: 1b50f30a32060e7a1de2d0e18ab8f4145b00e57e (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
{
    "app-id": "org.gnome.font-viewer",
    "runtime": "org.gnome.Platform",
    "sdk": "org.gnome.Sdk",
    "command": "gnome-font-viewer",
    "finish-args": [
        "--device=dri",
        "--share=ipc",
        "--socket=wayland",
        "--socket=fallback-x11",
        "--talk-name=org.gtk.vfs", "--talk-name=org.gtk.vfs.*",
        "--talk-name=ca.desrt.conf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf",
        "--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro"
    ],
    "cleanup": [
        "/include",
        "/lib/pkgconfig", "/share/pkgconfig",
        "/share/aclocal",
        "/man", "/share/man", "/share/gtk-doc",
        "*.la", ".a",
        "/lib/girepository-1.0",
        "/share/gir-1.0",
        "/share/doc"
    ],
    "modules": [
        {
            "name": "gnome-desktop",
            "buildsystem": "meson",
            "sources": [
                {
                    "type": "git",
                    "url": "https://git.gnome.org/browse/gnome-desktop"
                }
            ]
        },
        {
            "name": "gnome-font-viewer",
            "buildsystem": "meson",
            "sources": [
                {
                    "type": "dir",
                    "path": ".."
		}
            ]
        }
    ]
}