forked from flathub/app.drey.Dialect
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.drey.Dialect.json
More file actions
56 lines (56 loc) · 1.6 KB
/
app.drey.Dialect.json
File metadata and controls
56 lines (56 loc) · 1.6 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
50
51
52
53
54
55
56
{
"app-id" : "app.drey.Dialect",
"runtime" : "org.gnome.Platform",
"runtime-version" : "48",
"sdk" : "org.gnome.Sdk",
"command" : "dialect",
"finish-args" : [
"--share=network",
"--share=ipc",
"--device=dri",
"--socket=fallback-x11",
"--socket=wayland",
"--socket=pulseaudio"
],
"modules" : [
"pypi-dependencies.json",
{
"name": "blueprint",
"buildsystem": "meson",
"cleanup": ["*"],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/blueprint-compiler",
"tag": "0.18.0",
"commit": "07c9c9df9cd1b6b4454ecba21ee58211e9144a4b"
}
]
},
{
"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"
}
]
}
]
}