This repository has been archived by the owner on Jun 4, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
com.github.alcinnz.odysseus.json
74 lines (72 loc) · 1.84 KB
/
com.github.alcinnz.odysseus.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
{
"app-id" : "com.github.alcinnz.odysseus",
"base": "io.elementary.BaseApp",
"base-version": "juno",
"runtime": "org.gnome.Platform",
"sdk": "org.gnome.Sdk",
"runtime-version": "3.32",
"command" : "com.github.alcinnz.odysseus",
"finish-args" : [
"--share=ipc",
"--share=network",
"--socket=x11",
"--socket=wayland",
"--device=dri",
"--socket=pulseaudio",
"--filesystem=xdg-run/dconf",
"--filesystem=~/.config/dconf:ro",
"--talk-name=ca.desrt.dconf",
"--env=DCONF_USER_CONFIG_DIR=.config/dconf"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/share/pkgconfig",
"/share/aclocal",
"/man",
"/share/man",
"/share/gtk-doc",
"*.la",
"*.a",
"/lib/girepository-1.0",
"/share/dbus-1",
"/share/doc",
"/share/gir-1.0"
],
"modules" : [
{
"name" : "yaml",
"sources" : [
{
"type" : "git",
"url" : "https://github.com/yaml/libyaml.git"
}
]
},
{
"name" : "appstream",
"buildsystem" : "meson",
"config-opts" : [
"-Dstemming=false",
"-Dvapi=true"
],
"sources" : [
{
"type" : "git",
"url" : "https://github.com/ximion/appstream.git"
}
]
},
{
"name" : "odysseus",
"buildsystem" : "meson",
"builddir" : true,
"sources" : [
{
"type" : "git",
"url" : "https://github.com/alcinnz/Odysseus.git"
}
]
}
]
}