1{
2    "app-id": "org.gnome.five-or-more",
3    "runtime": "org.gnome.Platform",
4    "runtime-version": "master",
5    "sdk": "org.gnome.Sdk",
6    "command": "five-or-more",
7    "tags": [
8        "nightly"
9    ],
10    "desktop-file-name-prefix": "(Nightly) ",
11    "finish-args": [
12        "--share=ipc",
13        "--socket=x11",
14        "--socket=wayland",
15        "--filesystem=xdg-run/dconf",
16        "--filesystem=~/.config/dconf:ro",
17        "--talk-name=ca.desrt.dconf",
18        "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
19    ],
20    "modules": [{
21            "name": "libgee",
22            "buildsystem": "meson",
23            "sources": [{
24                "type": "git",
25                "branch": "meson",
26                "url": "https://gitlab.gnome.org/GNOME/libgee.git"
27            }]
28        },
29        {
30            "name": "libgnome-games-support",
31            "sources": [{
32                "type": "archive",
33                "url": "https://download.gnome.org/sources/libgnome-games-support/1.4/libgnome-games-support-1.4.0.tar.xz",
34                "sha256": "1d89b145da7d4aedae3fa75456d97ed1b4a5bc062a01e7d0db93b006bdf11456"
35            }]
36        },
37        {
38            "name": "five-or-more",
39            "buildsystem": "meson",
40            "sources": [{
41                "type": "git",
42                "branch": "master",
43                "url": "https://gitlab.gnome.org/GNOME/five-or-more.git"
44            }]
45        }
46    ]
47}