-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcom.raggesilver.BlackBox.json
77 lines (77 loc) · 2.12 KB
/
com.raggesilver.BlackBox.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
70
71
72
73
74
75
76
77
{
"app-id": "com.raggesilver.BlackBox",
"runtime": "org.gnome.Platform",
"runtime-version": "45",
"sdk": "org.gnome.Sdk",
"command": "blackbox",
"finish-args": [
"--filesystem=host",
"--filesystem=xdg-run/gvfsd",
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--socket=session-bus",
"--device=all",
"--talk-name=org.freedesktop.Flatpak"
],
"cleanup": [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"/share/vala",
"*.la",
"*.a"
],
"modules": [
{
"name": "vte",
"buildsystem": "meson",
"config-opts": ["-Dgtk4=true", "-Dgtk3=false", "-Dsixel=true"],
"sources": [
{
"type": "archive",
"url": "https://gitlab.gnome.org/GNOME/vte/-/archive/3c8f66be867aca6656e4109ce880b6ea7431b895/vte-3c8f66be867aca6656e4109ce880b6ea7431b895.tar.gz",
"sha256": "320618260a29c99ab68d1e8674f6d4926bbf1e7e6541e8e04898fad85bb6e1b9"
}
]
},
{
"name": "json-glib",
"buildsystem": "meson",
"sources": [
{
"type": "archive",
"url": "https://gitlab.gnome.org/GNOME/json-glib/-/archive/23ae2f59bea7405d95218e82edb7f3c4c7c80a87/json-glib-23ae2f59bea7405d95218e82edb7f3c4c7c80a87.tar.gz",
"sha256": "9fa88f1b8fc926bfd7c4115354a06f79b7b30fa367450a3e7a36932e3b7022ba"
}
]
},
{
"name": "marble",
"buildsystem": "meson",
"sources": [
{
"type": "archive",
"url": "https://gitlab.gnome.org/raggesilver/marble/-/archive/f240b2ec7d5cdacb8fdcc553703420dc5101ffdb/marble-f240b2ec7d5cdacb8fdcc553703420dc5101ffdb.tar.gz",
"sha256": "46c1172a53cf974a73dc13a2142d022ec6a8dfa614133815df3aa5ede9af0cc1"
}
]
},
{
"name": "blackbox",
"builddir": true,
"buildsystem": "meson",
"config-opts": ["-Ddevel=true", "-Dblackbox_is_flatpak=true"],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/raggesilver/blackbox"
}
]
}
]
}