-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathorg.gnome.Calculator.Devel.json
110 lines (110 loc) · 3.02 KB
/
org.gnome.Calculator.Devel.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
100
101
102
103
104
105
106
107
108
109
110
{
"id" : "org.gnome.Calculator.Devel",
"runtime" : "org.gnome.Platform",
"runtime-version" : "master",
"sdk" : "org.gnome.Sdk",
"command" : "gnome-calculator",
"tags" : [
"nightly"
],
"build-options" : {
"prepend-path" : "/usr/lib/sdk/vala-nightly/bin/",
"prepend-ld-library-path" : "/usr/lib/sdk/vala-nightly/lib"
},
"desktop-file-name-prefix" : "(Nightly) ",
"finish-args" : [
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--share=network",
"--device=dri"
],
"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-5",
"/share/doc",
"/share/gir-1.0"
],
"modules" : [
{
"name" : "mpfr",
"sources" : [
{
"type" : "archive",
"url" : "https://www.mpfr.org/mpfr-4.1.1/mpfr-4.1.1.tar.xz",
"sha256" : "ffd195bd567dbaffc3b98b23fd00aad0537680c9896171e44fe3ff79e28ac33d"
}
]
},
{
"name" : "mpc",
"config-opts" : [
"--with-mpfr=/app"
],
"sources" : [
{
"type" : "archive",
"url" : "https://ftp.gnu.org/gnu/mpc/mpc-1.3.1.tar.gz",
"sha256" : "ab642492f5cf882b74aa0cb730cd410a81edcdbec895183ce930e706c1c759b8"
}
]
},
{
"name" : "gtksourceview",
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/gtksourceview.git",
"branch" : "master"
}
]
},
{
"name" : "libgee",
"buildsystem" : "autotools",
"config-opts" : [
"--disable-introspection"
],
"build-options" : {
"env" : {
"ACLOCAL_PATH" : "/usr/lib/sdk/vala-nightly/share/aclocal"
}
},
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/libgee.git",
"branch" : "main"
}
]
},
{
"name" : "gnome-calculator",
"buildsystem" : "meson",
"config-opts" : [
"-Ddisable-introspection=true",
"-Dgcalc=false",
"-Ddevelopment=true"
],
"sources" : [
{
"type" : "dir",
"path" : "."
}
]
}
]
}