forked from flathub/org.gnome.Epiphany
-
Notifications
You must be signed in to change notification settings - Fork 0
/
org.gnome.Epiphany.json
61 lines (61 loc) · 2 KB
/
org.gnome.Epiphany.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
51
52
53
54
55
56
57
58
59
60
61
{
"app-id" : "org.gnome.Epiphany",
"runtime" : "org.gnome.Platform",
"runtime-version" : "3.36",
"sdk" : "org.gnome.Sdk",
"command" : "epiphany",
"finish-args" : [
"--device=dri",
"--filesystem=/run/.heim_org.h5l.kcm-socket",
"--filesystem=xdg-download",
"--share=ipc",
"--share=network",
"--socket=fallback-x11",
"--socket=pulseaudio",
"--socket=wayland",
"--system-talk-name=org.freedesktop.GeoClue2",
"--talk-name=org.freedesktop.Notifications"
],
"modules" : [
{
"name" : "libdazzle",
"buildsystem" : "meson",
"sources" : [
{
"type" : "archive",
"url" : "https://download.gnome.org/sources/libdazzle/3.36/libdazzle-3.36.0.tar.xz",
"sha256": "82b31bbf550fc62970c78bf7f9d55e5fae5b8ea13b24fe2d13c8c6039409d958"
}
]
},
{
"name" : "libhandy",
"buildsystem" : "meson",
"config-opts" : [
"-Dexamples=false",
"-Dglade_catalog=disabled",
"-Dintrospection=disabled",
"-Dtests=false",
"-Dvapi=false"
],
"sources" : [
{
"type" : "archive",
"url" : "https://source.puri.sm/Librem5/libhandy/-/archive/v0.0.13/libhandy-v0.0.13.tar.bz2",
"sha256" : "507f92e173a6ab9c07f612d2758de434f1feeb72ca4a9dd7de16d9a2b533d60b"
}
]
},
{
"name" : "epiphany",
"buildsystem" : "meson",
"sources" : [
{
"type" : "archive",
"url" : "https://download.gnome.org/sources/epiphany/3.36/epiphany-3.36.1.tar.xz",
"sha256": "f6f233fb43c6318476d4594707b3fdd5b4127b5e35263e73fbcad8895db8efb6"
}
]
}
]
}