-
Notifications
You must be signed in to change notification settings - Fork 0
/
es.rgmf.pyopentracks.json
executable file
·81 lines (81 loc) · 1.71 KB
/
es.rgmf.pyopentracks.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
70
71
72
73
74
75
76
77
78
79
80
81
{
"app-id": "es.rgmf.pyopentracks.dev",
"runtime": "org.gnome.Platform",
"runtime-version": "43",
"sdk": "org.gnome.Sdk",
"command": "pyopentracks",
"tags": [
"devel"
],
"finish-args": [
"--share=ipc",
"--socket=session-bus",
"--socket=x11",
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri",
"--share=network",
"--filesystem=host",
"--filesystem=xdg-run/gvfsd"
],
"cleanup": [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules": [
{
"name": "pip-install",
"buildsystem": "simple",
"build-options": {
"build-args": [
"--share=network"
]
},
"build-commands": [
"pip3 install --prefix=/app matplotlib>=3.6.2",
"pip3 install --prefix=/app python-dateutil>=2.8.1",
"pip3 install --prefix=/app fitparse>=1.2.0",
"pip3 install --prefix=/app python-dateutil"
]
},
{
"name": "libshumate",
"buildsystem": "meson",
"config-opts": [
"-Ddemos=false",
"-Dgtk_doc=false",
"-Dvapi=false",
"-Dlibsoup3=true"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/libshumate.git",
"branch": "main"
}
]
},
{
"name": "pyopentracks",
"buildsystem": "meson",
"builddir": true,
"config-opts": [
"-Dprofile=development"
],
"sources": [
{
"type": "git",
"url": "file:///home/roman/workspace/PyOpenTracks",
"branch": "devel"
}
]
}
]
}