-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcom.github.geigi.cozy.json
More file actions
38 lines (38 loc) · 1.02 KB
/
com.github.geigi.cozy.json
File metadata and controls
38 lines (38 loc) · 1.02 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
{
"app-id": "com.github.geigi.cozy",
"runtime": "org.gnome.Platform",
"runtime-version": "49",
"sdk": "org.gnome.Sdk",
"command": "com.github.geigi.cozy",
"finish-args": [
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri",
"--share=network",
"--socket=pulseaudio",
"--filesystem=host",
"--filesystem=xdg-run/gvfs",
"--filesystem=xdg-run/gvfsd",
"--talk-name=org.freedesktop.Notifications",
"--talk-name=org.gtk.vfs.*",
"--own-name=org.mpris.MediaPlayer2.Cozy",
"--metadata=X-DConf=migrate-path=/com/github/geigi/cozy/",
"--env=LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/app/lib"
],
"modules": [
"python3-modules.json",
{
"name": "cozy",
"buildsystem": "meson",
"run-tests": true,
"sources": [
{
"type": "archive",
"url": "https://github.com/geigi/cozy/archive/1.3.0.tar.gz",
"sha256": "b4e5d438f5d3f5d236a49f3fcb433ca4fa489d7d5995961a5d967950bbb6c102"
}
]
}
]
}