-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathapp.drey.Dialect.json
More file actions
49 lines (49 loc) · 1.3 KB
/
app.drey.Dialect.json
File metadata and controls
49 lines (49 loc) · 1.3 KB
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
{
"app-id" : "app.drey.Dialect",
"runtime" : "org.gnome.Platform",
"runtime-version" : "50",
"sdk" : "org.gnome.Sdk",
"command" : "dialect",
"finish-args" : [
"--share=network",
"--share=ipc",
"--device=dri",
"--socket=fallback-x11",
"--socket=wayland",
"--socket=pulseaudio"
],
"cleanup": [
"/include",
"/lib/pkgconfig",
"/share/doc",
"/share/vala"
],
"modules" : [
"pypi-dependencies.json",
{
"name": "libspelling",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/libspelling.git",
"tag": "0.4.8",
"commit": "07d3bbbbad393b7594918b8df3486531edb61aaf"
}
]
},
{
"name" : "dialect",
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "https://github.com/dialect-app/dialect.git",
"tag" : "2.6.1",
"commit" : "93958c0202d8ef1d41dc5d27c2b1727cb476f3f0"
}
]
}
]
}