-
Notifications
You must be signed in to change notification settings - Fork 0
/
io.github.t00m.MiAZ.json
70 lines (70 loc) · 1.89 KB
/
io.github.t00m.MiAZ.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
{
"app-id" : "io.github.t00m.MiAZ",
"runtime" : "org.gnome.Platform",
"runtime-version" : "45",
"sdk" : "org.gnome.Sdk",
"command" : "miaz",
"finish-args" : [
"--share=ipc",
"--device=dri",
"--socket=fallback-x11",
"--socket=wayland",
"--socket=pulseaudio",
"--share=network",
"--allow=bluetooth",
"--socket=cups",
"--socket=gpg-agent",
"--socket=pulseaudio",
"--socket=ssh-auth",
"--filesystem=host"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules" : [
{
"name" : "libpeas",
"buildsystem": "meson",
"config-opts" : [
"-Dlua51=false",
"-Dpython3=true"
],
"cleanup" : [
"/bin/*",
"/lib/peas-demo",
"/lib/libpeas-gtk*"
],
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/libpeas.git",
"tag": "1.36",
"commit": "c68ecac0025caa5fa2401deff41d3b1959062600"
}
]
},
{
"name" : "miaz",
"builddir" : true,
"buildsystem" : "meson",
"build-commands": [
"python -m pip install --prefix=/app .."
],
"sources" : [
{
"type" : "archive",
"url" : "https://github.com/t00m/MiAZ/releases/download/v0.0.99/MiAZ-0.0.99.tar.xz",
"sha256" : "e92b38c3943954acf324aef5c93af3b4ad5b7257b2255fc6348f70cb600f5be2"
}
]
}
]
}