forked from alexlarsson/gnome-apps-nightly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
org.gnome.Epiphany.json
99 lines (99 loc) · 3.05 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"app-id": "org.gnome.Epiphany",
"runtime": "org.gnome.Platform",
"runtime-version": "master",
"sdk": "org.gnome.Sdk",
"command": "epiphany",
"rename-appdata-file": "epiphany.appdata.xml",
"rename-desktop-file": "epiphany.desktop",
"tags": ["nightly"],
"desktop-file-name-prefix": "(Nightly) ",
"finish-args": [
/* X11 + XShm access */
"--share=ipc", "--socket=x11",
/* Wayland access */
"--socket=wayland",
/* OpenGL access */
"--device=dri",
/* Needs to talk to the network: */
"--share=network",
/* Play sounds */
"--socket=pulseaudio",
/* Needed for dconf to work (unfortunately needs homedir read access) */
"--filesystem=home:ro", "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
],
"build-options" : {
"cflags": "-O2 -g",
"cxxflags": "-O2 -g",
"env": {
"V": "1"
}
},
"cleanup": ["/include", "/lib/pkgconfig",
"/share/pkgconfig", "/share/aclocal",
"/man", "/share/man", "/share/gtk-doc",
"/share/dbus-1",
"*.la", "*.a"],
"modules": [
{
"name": "libwnck",
"cleanup": [ "/bin" ],
"build-options" : {
"env": {
"PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_GIRDIR": "/app/share/gir-1.0",
"PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_TYPELIBDIR": "/app/lib/girepository-1.0"
}
},
"sources": [
{
"type": "git",
"url": "git://git.gnome.org/libwnck"
}
]
},
{
"name": "avahi",
"cleanup": [ "/bin" ],
"config-opts": [
"--with-distro=none",
"--enable-gobject",
"--with-xml=expat",
"--disable-libdaemon",
"--disable-core-docs",
"--disable-manpages",
"--disable-mono",
"--disable-qt3",
"--disable-qt4",
"--disable-python",
"--disable-gtk",
"--disable-gtk3"
],
"sources": [
{
"type": "archive",
"url": "http://avahi.org/download/avahi-0.6.31.tar.gz",
"sha256": "8372719b24e2dd75de6f59bb1315e600db4fd092805bd1201ed0cb651a2dab48"
}
]
},
{
"name": "gnome-desktop",
"config-opts": ["--disable-debug-tools"],
"sources": [
{
"type": "git",
"url": "git://git.gnome.org/gnome-desktop"
}
]
},
{
"name": "epiphany",
"sources": [
{
"type": "git",
"url": "git://git.gnome.org/epiphany"
}
]
}
]
}