-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
io.github.danirabbit.nimbus.json
69 lines (69 loc) · 2.11 KB
/
io.github.danirabbit.nimbus.json
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
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"id": "io.github.danirabbit.nimbus",
"runtime": "io.elementary.Platform",
"runtime-version": "8",
"sdk": "io.elementary.Sdk",
"command": "io.github.danirabbit.nimbus",
"finish-args": [
"--device=dri",
"--share=ipc",
"--share=network",
"--socket=fallback-x11",
"--socket=wayland"
],
"modules": [
{
"name": "geocode-glib-2.0",
"buildsystem": "meson",
"config-opts": [
"-Denable-gtk-doc=false",
"-Denable-installed-tests=false",
"-Dsoup2=false"
],
"sources": [
{
"url": "https://download.gnome.org/sources/geocode-glib/3.26/geocode-glib-3.26.4.tar.xz",
"sha256": "2d9a6826d158470449a173871221596da0f83ebdcff98b90c7049089056a37aa",
"type": "archive",
"x-checker-data": {
"type": "gnome",
"name": "geocode-glib"
}
}
]
},
{
"name": "gweather",
"buildsystem": "meson",
"config-opts": [
"-Dgtk_doc=false",
"-Dtests=false"
],
"sources": [
{
"url": "https://download.gnome.org/sources/libgweather/4.4/libgweather-4.4.4.tar.xz",
"sha256": "7017677753cdf7d1fdc355e4bfcdb1eba8369793a8df24d241427a939cbf4283",
"type": "archive",
"x-checker-data": {
"type": "gnome",
"name": "libgweather",
"versions": {
"<": "40.0",
">=": "4.0.0"
}
}
}
]
},
{
"name": "nimbus",
"buildsystem": "meson",
"sources": [
{
"path": ".",
"type": "dir"
}
]
}
]
}