-
Notifications
You must be signed in to change notification settings - Fork 26
/
de.wagnermartin.Plattenalbum.json
41 lines (41 loc) · 1.13 KB
/
de.wagnermartin.Plattenalbum.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
{
"app-id": "de.wagnermartin.Plattenalbum",
"runtime": "org.gnome.Platform",
"runtime-version": "master",
"sdk": "org.gnome.Sdk",
"command": "plattenalbum",
"finish-args": [
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri",
"--share=network",
"--filesystem=xdg-music:ro",
"--filesystem=xdg-run/mpd",
"--filesystem=/run/mpd",
"--talk-name=org.freedesktop.FileManager1"
],
"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\""
]
},
{
"name": "plattenalbum",
"sources": [{
"type": "dir",
"path": "."
}],
"builddir" : true,
"buildsystem": "meson"
}
]
}