-
-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy pathapp.drey.Dialect.Devel.json
More file actions
54 lines (54 loc) · 1.42 KB
/
app.drey.Dialect.Devel.json
File metadata and controls
54 lines (54 loc) · 1.42 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
{
"id": "app.drey.Dialect.Devel",
"runtime": "org.gnome.Platform",
"runtime-version": "master",
"sdk": "org.gnome.Sdk",
"command": "dialect",
"finish-args": [
"--share=network",
"--share=ipc",
"--device=dri",
"--socket=fallback-x11",
"--socket=wayland",
"--socket=pulseaudio",
"--own-name=app.drey.Dialect.Devel.SearchProvider"
],
"modules": [
"pypi-dependencies.json",
{
"name": "blueprint",
"buildsystem": "meson",
"cleanup": ["*"],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/blueprint-compiler",
"branch": "main"
}
]
},
{
"name": "libspelling",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/libspelling.git",
"branch": "main"
}
]
},
{
"name": "dialect",
"buildsystem": "meson",
"run-tests": true,
"config-opts": ["-Dprofile=development"],
"sources": [
{
"type": "dir",
"path": "../../."
}
]
}
]
}