forked from alexlarsson/gnome-apps-nightly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
org.gnome.Calculator.json
61 lines (61 loc) · 2.01 KB
/
org.gnome.Calculator.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.Calculator",
"runtime": "org.gnome.Platform",
"runtime-version": "master",
"sdk": "org.gnome.Sdk",
"command": "gnome-calculator",
"tags": ["nightly"],
"desktop-file-name-prefix": "(Nightly) ",
"finish-args": [
/* X11 + XShm access */
"--share=ipc", "--socket=x11",
/* Wayland access */
"--socket=wayland",
/* Needs to talk to the network to get currency data */
"--share=network",
/* 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"
},
"cleanup": ["/include", "/lib/pkgconfig",
"/share/pkgconfig", "/share/aclocal",
"/man", "/share/man", "/share/gtk-doc",
"/share/vala", "*.la", "*.a",
"/bin/gcalccmd", "/libexec/gnome-calculator-search-provider",
"/lib/girepository-1.0", "/share/info", "/share/gtksourceview-3.0",
"/share/dbus-1", "/share/doc", "/share/gir-1.0", "/share/gnome-shell"
],
"modules": [
{
"name": "mpfr",
"sources": [
{
"type": "archive",
"url": "http://www.mpfr.org/mpfr-current/mpfr-3.1.3.tar.xz",
"sha256": "6835a08bd992c8257641791e9a6a2b35b02336c8de26d0a8577953747e514a16"
}
]
},
{
"name": "gtksourceview",
"sources": [
{
"type": "git",
"url": "git://git.gnome.org/gtksourceview"
}
]
},
{
"name": "gnome-calculator",
"sources": [
{
"type": "git",
"url": "git://git.gnome.org/gnome-calculator"
}
]
}
]
}