1{
2    "app-id" : "org.gnome.WeatherDevel",
3    "runtime" : "org.gnome.Platform",
4    "runtime-version" : "master",
5    "sdk" : "org.gnome.Sdk",
6    "command" : "gnome-weather",
7    "tags" : [
8        "nightly"
9    ],
10    "finish-args" : [
11        "--share=ipc",
12        "--socket=fallback-x11",
13        "--socket=wayland",
14        "--share=network",
15        "--system-talk-name=org.freedesktop.GeoClue2",
16        "--env=G_ENABLE_DIAGNOSTIC=1",
17        "--metadata=X-DConf=migrate-path=/org/gnome/Weather/"
18    ],
19    "cleanup" : [
20        "/include",
21        "/lib/pkgconfig",
22        "/share/pkgconfig",
23        "/share/aclocal",
24        "/man",
25        "/share/man",
26        "/share/gtk-doc",
27        "/share/vala",
28        "*.la",
29        "*.a"
30    ],
31    "modules": [
32        {
33            "name" : "geocode-glib",
34            "config-opts" : [
35                "-Denable-installed-tests=false",
36                "-Denable-gtk-doc=false"
37            ],
38            "buildsystem" : "meson",
39            "sources" : [
40                {
41                    "type" : "git",
42                    "url" : "https://gitlab.gnome.org/GNOME/geocode-glib.git"
43                }
44            ]
45        },
46        {
47            "name" : "libgweather",
48            "config-opts" : [
49                "-Denable_vala=false",
50                "-Dgtk_doc=false"
51            ],
52            "buildsystem" : "meson",
53            "sources" : [
54                {
55                    "type" : "git",
56                    "url" : "https://gitlab.gnome.org/GNOME/libgweather.git"
57                }
58            ]
59        },
60        {
61            "name" : "gnome-desktop",
62            "buildsystem" : "meson",
63            "config-opts" : [
64                "-Ddebug_tools=false",
65                "-Dudev=disabled",
66                "-Ddesktop_docs=false"
67            ],
68            "sources" : [
69                {
70                    "type" : "git",
71                    "url" : "https://gitlab.gnome.org/GNOME/gnome-desktop.git"
72                }
73            ]
74        },
75        {
76            "name" : "libhandy",
77            "buildsystem" : "meson",
78            "sources" : [
79                {
80                    "type" : "git",
81                    "url" : "https://gitlab.gnome.org/GNOME/libhandy.git"
82                }
83            ]
84        },
85        {
86            "name" : "gnome-weather",
87            "buildsystem" : "meson",
88            "config-opts" : [
89                "-Dprofile=development"
90            ],
91            "sources" : [
92                {
93                    "type" : "git",
94                    "url" : "https://gitlab.gnome.org/GNOME/gnome-weather.git"
95                }
96            ]
97        }
98    ]
99}
100