forked from alexhuntley/Plots
-
Notifications
You must be signed in to change notification settings - Fork 0
/
com.github.alexhuntley.Plots.json
66 lines (66 loc) · 2.41 KB
/
com.github.alexhuntley.Plots.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
{
"app-id": "com.github.alexhuntley.Plots",
"runtime": "org.gnome.Platform",
"runtime-version": "44",
"sdk": "org.gnome.Sdk",
"command": "plots",
"finish-args": [
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri"
],
"cleanup": [
"/lib/debug"
],
"modules": [
"python3-flatpak-requirements.json",
{
"name": "fonts",
"buildsystem": "simple",
"build-commands": [
"install -D latinmodern-math/otf/latinmodern-math.otf -t /app/share/fonts/"
],
"sources": [
{
"type": "archive",
"url": "https://www.gust.org.pl/projects/e-foundry/lm-math/download/latinmodern-math-1959.zip",
"sha256": "aaaa060b4ffc091461e875efb9498b9abfa7c7a48f38eb33882868839903a4f8",
"dest": "latinmodern-math"
}
]
},
{
"name": "plots",
"buildsystem": "simple",
"build-commands": [
"pip3 install --prefix=/app .",
"install -D res/com.github.alexhuntley.Plots.metainfo.xml -t /app/share/metainfo/",
"install -D res/com.github.alexhuntley.Plots.desktop -t /app/share/applications/",
"install -D res/com.github.alexhuntley.Plots.svg -t /app/share/icons/hicolor/scalable/apps/",
"install -D res/com.github.alexhuntley.Plots-symbolic.svg -t /app/share/icons/hicolor/symbolic/apps/",
"install -D -t /app/share/help/C/plots/ help/C/*",
"install -D -t /app/share/help/cs/plots/ help/cs/*",
"install -D -t /app/share/help/de/plots/ help/de/*",
"install -D -t /app/share/help/es/plots/ help/es/*",
"install -D -t /app/share/help/fa/plots/ help/fa/*",
"install -D -t /app/share/help/fr/plots/ help/fr/*",
"install -D -t /app/share/help/hr/plots/ help/hr/*",
"install -D -t /app/share/help/hu/plots/ help/hu/*",
"install -D -t /app/share/help/it/plots/ help/it/*",
"install -D -t /app/share/help/lt/plots/ help/lt/*",
"install -D -t /app/share/help/nb_NO/plots/ help/nb_NO/*",
"install -D -t /app/share/help/nl/plots/ help/nl/*",
"install -D -t /app/share/help/pt_BR/plots/ help/pt_BR/*",
"install -D -t /app/share/help/tr/plots/ help/tr/*",
"install -D -t /app/share/help/uk/plots/ help/uk/*",
"install -D -t /app/share/help/zh_Hans/plots/ help/zh_Hans/*"
],
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}