-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathorg.hasi.shady.json
More file actions
73 lines (72 loc) · 2.15 KB
/
Copy pathorg.hasi.shady.json
File metadata and controls
73 lines (72 loc) · 2.15 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"app-id": "org.hasi.shady",
"runtime": "org.gnome.Platform",
"runtime-version": "3.34",
"sdk": "org.gnome.Sdk",
"command": "shady",
"finish-args": [
"--allow=devel",
"--talk-name=org.freedesktop.Flatpak",
"--share=ipc",
"--device=dri",
"--socket=pulseaudio",
"--socket=x11",
"--socket=wayland",
"--filesystem=home",
"--filesystem=host",
"--share=network",
"--system-talk-name=org.freedesktop.PolicyKit1",
"--filesystem=xdg-run/dconf",
"--filesystem=~/.config/dconf:ro",
"--talk-name=ca.desrt.dconf",
"--env=DCONF_USER_CONFIG_DIR=.config/dconf",
"--talk-name=org.freedesktop.FileManager1",
"--talk-name=org.gnome.SettingsDaemon.Color",
"--talk-name=org.freedesktop.PackageKit",
"--talk-name=org.freedesktop.secrets",
"--filesystem=xdg-run/keyring",
"--env=SSL_CERT_DIR=/etc/ssl/certs",
"--filesystem=/etc/ssl:ro",
"--filesystem=/etc/pki:ro",
"--filesystem=/etc/ca-certificates:ro",
"--filesystem=~/.local/share/flatpak",
"--filesystem=/var/lib/flatpak"
],
"modules": [
{
"name": "gtksourceview",
"buildsystem": "meson",
"sources": [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/gtksourceview.git",
"branch" : "master"
}
]
},
{
"name": "glslang",
"buildsystem" : "cmake",
"sources": [
{
"type": "git",
"url": "https://github.com/KhronosGroup/glslang",
"branch": "master"
}
]
},
{
"name": "shady",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "git://github.com/misterdanb/shady"
}
],
"post-install": [
"glib-compile-schemas /app/share/glib-2.0/schemas/"
]
}
]
}