-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcom.github.fries1234.ashpd-test.json
50 lines (50 loc) · 1.25 KB
/
com.github.fries1234.ashpd-test.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
{
"app-id": "com.github.fries1234.ashpd-test",
"runtime": "org.gnome.Platform",
"runtime-version": "master",
"sdk": "org.gnome.Sdk",
"sdk-extensions" : [
"org.freedesktop.Sdk.Extension.rust-stable"
],
"command": "ashpd-test",
"tags" : [
"nightly"
],
"finish-args":[
"--filesystem=host",
"--share=network",
"--share=ipc",
"--talk-name=org.freedesktop.FileManager1",
"--talk-name=org.a11y.Bus"
],
"build-options": {
"append-path" : "/usr/lib/sdk/rust-stable/bin",
"build-args" : [
"--share=network"
]
},
"modules":[
{
"name" : "glib",
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/glib.git",
"commit" : "724df436166b80a1c172d7551d3405620038d79a"
}
]
},
{
"name":"ashpd-test",
"builddir":true,
"buildsystem":"meson",
"sources": [
{
"type" : "dir",
"path" : "./"
}
]
}
]
}