forked from SoongNoonien/plattenalbum
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfr.chartrandphilippe.Vinyle.json
More file actions
40 lines (40 loc) · 1.1 KB
/
fr.chartrandphilippe.Vinyle.json
File metadata and controls
40 lines (40 loc) · 1.1 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
39
40
{
"app-id": "fr.philippechartrand.Vinyle",
"runtime": "org.gnome.Platform",
"runtime-version": "master",
"sdk": "org.gnome.Sdk",
"command": "vinyle",
"finish-args": [
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri",
"--share=network",
"--filesystem=xdg-music:ro",
"--filesystem=xdg-run/mpd:ro",
"--filesystem=/run/mpd:ro"
],
"modules": [
{
"name": "python3-mpd2",
"sources": [{
"type": "file",
"url": "https://files.pythonhosted.org/packages/53/be/e77206eb35eb37ccd3506fba237e1431431d04c482707730ce2a6802e95c/python-mpd2-3.1.1.tar.gz",
"sha256": "4baec3584cc43ed9948d5559079fafc2679b06b2ade273e909b3582654b2b3f5"
}],
"buildsystem": "simple",
"build-commands": [
"pip3 install --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"python-mpd2\" --no-build-isolation"
]
},
{
"name": "vinyle",
"sources": [{
"type": "dir",
"path": "."
}],
"builddir" : true,
"buildsystem": "meson"
}
]
}