forked from GNOME/gnome-calculator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorg.gnome.Calculator.json
73 lines (73 loc) · 2.31 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
62
63
64
65
66
67
68
69
70
71
72
73
{
"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 */
"--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf: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",
"/lib/girepository-1.0", "/share/info", "/share/gtksourceview-3.0",
"/share/doc", "/share/gir-1.0"
],
"modules": [
{
"name": "mpfr",
"sources": [
{
"type": "archive",
"url": "http://www.mpfr.org/mpfr-3.1.3/mpfr-3.1.3.tar.xz",
"sha256": "6835a08bd992c8257641791e9a6a2b35b02336c8de26d0a8577953747e514a16"
}
]
},
{
"name": "mpc",
"sources": [
{
"type": "archive",
"url": "http://www.multiprecision.org/mpc/download/mpc-1.0.2.tar.gz",
"sha256": "b561f54d8a479cee3bc891ee52735f18ff86712ba30f036f8b8537bae380c488"
}
]
},
{
"name": "gtksourceview",
"sources": [
{
"type": "git",
"url": "git://git.gnome.org/gtksourceview",
"branch": "gnome-3-24"
}
]
},
{
"name": "gnome-calculator",
"sources": [
{
"type": "git",
"url": "git://git.gnome.org/gnome-calculator"
}
]
}
]
}