This repository has been archived by the owner on Jun 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
io.github.fsobolev.Cavalier.json
69 lines (69 loc) · 1.84 KB
/
io.github.fsobolev.Cavalier.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
{
"app-id" : "io.github.fsobolev.Cavalier",
"runtime" : "org.gnome.Platform",
"runtime-version" : "44",
"sdk" : "org.gnome.Sdk",
"command" : "cavalier",
"finish-args" : [
"--share=ipc",
"--socket=wayland",
"--socket=fallback-x11",
"--socket=pulseaudio",
"--device=dri"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules" : [
"shared-modules/linux-audio/fftw3f.json",
{
"name" : "iniparser",
"buildsystem" : "simple",
"build-commands" :
[
"make PREFIX=/app",
"install -Dm0644 src/iniparser.h /app/include/iniparser.h",
"install -Dm0644 src/dictionary.h /app/include/dictionary.h",
"install -Dm0644 libiniparser.so.1 /app/lib/libiniparser.so.1",
"ln -sf libiniparser.so.1 /app/lib/libiniparser.so"
],
"sources" : [
{
"type" : "git",
"url" : "https://github.com/ndevilla/iniparser.git",
"commit" : "deb85ad4936d4ca32cc2260ce43323d47936410d"
}
]
},
{
"name" : "cava",
"sources" : [
{
"type" : "git",
"url" : "https://github.com/karlstav/cava.git",
"tag" : "0.8.3",
"commit" : "746a3b1e6021e383aea9d0000f49d71fb24e1856"
}
]
},
{
"name" : "cavalier",
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
{
"type" : "dir",
"path" : "."
}
]
}
]
}