-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathio.github.josephmawa.Bella.json
More file actions
40 lines (40 loc) · 997 Bytes
/
Copy pathio.github.josephmawa.Bella.json
File metadata and controls
40 lines (40 loc) · 997 Bytes
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
{
"app-id": "io.github.josephmawa.Bella",
"runtime": "org.gnome.Platform",
"runtime-version": "50",
"sdk": "org.gnome.Sdk",
"command": "io.github.josephmawa.Bella",
"finish-args": [
"--share=ipc",
"--socket=fallback-x11",
"--device=dri",
"--socket=wayland"
],
"cleanup": ["/include", "/lib/pkgconfig", "/share/gir-1.0"],
"modules": [
{
"name": "libportal",
"builddir": true,
"buildsystem": "meson",
"config-opts": ["-Ddocs=false", "-Dvapi=false", "-Dintrospection=true"],
"sources": [
{
"type": "archive",
"url": "https://github.com/flatpak/libportal/releases/download/0.9.1/libportal-0.9.1.tar.xz",
"sha256": "de801ee349ed3c255a9af3c01b1a401fab5b3fc1c35eb2fd7dfb35d4b8194d7f"
}
]
},
{
"name": "Bella",
"builddir": true,
"buildsystem": "meson",
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}