-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
com.fyralabs.Victrola.json
54 lines (54 loc) · 1.53 KB
/
com.fyralabs.Victrola.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
{
"rename-icon" : "com.fyralabs.Victrola",
"app-id": "com.fyralabs.Victrola",
"runtime" : "com.fyralabs.Platform",
"runtime-version" : "stable",
"sdk" : "com.fyralabs.Sdk",
"command": "com.fyralabs.Victrola",
"finish-args": [
"--device=dri",
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--socket=pulseaudio",
"--filesystem=xdg-run/pipewire-0:ro",
"--filesystem=xdg-music",
"--filesystem=/tmp",
"--talk-name=org.freedesktop.Notifications",
"--talk-name=org.freedesktop.ScreenSaver",
"--talk-name=org.gnome.SettingsDaemon.MediaKeys",
"--talk-name=org.mpris.MediaPlayer2",
"--own-name=org.mpris.MediaPlayer2.com.fyralabs.Victrola"
],
"cleanup": [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"/share/vala",
"*.la",
"*.a"
],
"modules": [
{
"name" : "victrola",
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
{
"type" : "dir",
"path" : "."
},
{
"type": "git",
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler.git",
"branch": "main",
"dest": "./subprojects/blueprint-compiler"
}
]
}
]
}