forked from tau-OS/accelerator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
com.fyralabs.Accelerator.json
75 lines (75 loc) · 1.95 KB
/
com.fyralabs.Accelerator.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
{
"app-id": "com.fyralabs.Accelerator",
"runtime": "co.tauos.Platform",
"runtime-version": "stable",
"sdk": "com.fyralabs.Sdk",
"command": "accel-link-system-fonts",
"finish-args": [
"--filesystem=home:ro",
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri",
"--talk-name=org.freedesktop.Flatpak"
],
"cleanup": [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"/share/vala",
"*.la",
"*.a"
],
"modules": [
{
"name": "vte",
"buildsystem": "meson",
"config-opts": ["-Dgtk4=true", "-Dgtk3=false", "-Dsixel=true"],
"sources": [
{
"type": "archive",
"url": "https://gitlab.gnome.org/GNOME/vte/-/archive/015ca4d2fdc57b625add7b23b0afa7193adc45a9/vte-015ca4d2fdc57b625add7b23b0afa7193adc45a9.tar.gz",
"sha256": "ba918109936692fe555f1b28f428680ed4940a350709bcf908bdbf9a93498c08"
}
]
},
{
"name": "json-glib",
"buildsystem": "meson",
"sources": [
{
"type": "archive",
"url": "https://gitlab.gnome.org/GNOME/json-glib/-/archive/23ae2f59bea7405d95218e82edb7f3c4c7c80a87/json-glib-23ae2f59bea7405d95218e82edb7f3c4c7c80a87.tar.gz",
"sha256": "9fa88f1b8fc926bfd7c4115354a06f79b7b30fa367450a3e7a36932e3b7022ba"
}
]
},
{
"name": "accel",
"builddir": true,
"buildsystem": "meson",
"config-opts": ["-Dflatpak=true"],
"make-args": ["-j", "1"],
"sources": [
{
"type": "git",
"url": "https://github.com/tau-OS/accelerator",
"branch": "main"
},
{
"type": "git",
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler.git",
"branch": "main",
"dest": "./subprojects/blueprint-compiler"
}
]
}
],
"build-options": {
"env": {}
}
}