-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom.raggesilver.BlackBox.json
More file actions
56 lines (56 loc) Β· 1.28 KB
/
com.raggesilver.BlackBox.json
File metadata and controls
56 lines (56 loc) Β· 1.28 KB
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
{
"app-id": "com.raggesilver.BlackBox",
"runtime": "org.gnome.Platform",
"runtime-version": "49",
"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"],
"sources": [
{
"type": "archive",
"url": "https://gitlab.gnome.org/GNOME/vte/-/archive/0.78.0/vte-0.78.0.tar.gz",
"sha256": "82e19d11780fed4b66400f000829ce5ca113efbbfb7975815f26ed93e4c05f2d"
}
]
},
{
"name": "blackbox",
"builddir": true,
"buildsystem": "meson",
"config-opts": ["-Ddevel=true", "-Dblackbox_is_flatpak=true"],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/raggesilver/blackbox.git",
"branch": "main"
}
]
}
]
}