-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcom.fyralabs.Aqui.json
101 lines (101 loc) · 2.93 KB
/
com.fyralabs.Aqui.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"rename-icon" : "com.fyralabs.Aqui",
"app-id": "com.fyralabs.Aqui",
"runtime" : "com.fyralabs.Platform",
"runtime-version" : "stable",
"sdk" : "com.fyralabs.Sdk",
"command": "com.fyralabs.Aqui",
"finish-args": [
"--device=dri",
"--share=ipc",
"--share=network",
"--socket=x11",
"--socket=fallback-x11",
"--socket=wayland"
],
"cleanup": [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"/share/vala",
"*.la",
"*.a"
],
"modules": [
{
"name" : "geocode-glib",
"buildsystem" : "meson",
"config-opts" : [
"-Denable-installed-tests=false",
"-Denable-introspection=true",
"-Denable-gtk-doc=false",
"-Dsoup2=false"
],
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/geocode-glib.git"
}
]
},
{
"name" : "protobuf",
"buildsystem" : "autotools",
"config-opts": [ "DIST_LANG=cpp" ],
"cleanup" : [
"/bin/protoc*",
"/lib/libprotoc*",
"/lib/libprotobuf-lite*"
],
"sources" : [
{
"type" : "archive",
"url" : "https://github.com/protocolbuffers/protobuf/releases/download/v3.17.3/protobuf-all-3.17.3.tar.gz",
"sha256" : "77ad26d3f65222fd96ccc18b055632b0bfedf295cb748b712a98ba1ac0b704b2"
}
]
},
{
"name" : "protobuf-c",
"buildsystem" : "autotools",
"sources" : [
{
"type" : "archive",
"url" : "https://github.com/protobuf-c/protobuf-c/releases/download/v1.4.0/protobuf-c-1.4.0.tar.gz",
"sha256" : "26d98ee9bf18a6eba0d3f855ddec31dbe857667d269bc0b6017335572f85bbcb"
}
]
},
{
"name" : "libshumate",
"buildsystem" : "meson",
"config-opts" : [
"-Dgtk_doc=false",
"-Dvector_renderer=true"
],
"sources" : [
{
"type" : "git",
"url" : "https://github.com/GNOME/libshumate.git",
"tag" : "1.0.3",
"commit" : "55d89e24de5086404b996a73e94cd56ee2e9541a"
}
]
},
{
"name" : "aqui",
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
{
"type" : "dir",
"path" : "."
}
]
}
]
}