-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathorg.gnome.TCalc.json
154 lines (154 loc) · 4.74 KB
/
org.gnome.TCalc.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"app-id" : "org.gnome.TCalc",
"runtime" : "org.gnome.Platform",
"runtime-version" : "40.1",
"sdk" : "org.gnome.Sdk",
"command" : "tcalc",
"tags": ["devel", "development", "nightly"],
"rename-icon" : "tcalc",
"finish-args" : [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--filesystem=xdg-run/dconf",
"--filesystem=~/.config/dconf:ro",
"--talk-name=ca.desrt.dconf",
"--env=DCONF_USER_CONFIG_DIR=.config/dconf"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules" : [
{
"name" : "mm-common",
"cleanup" : [
"/"
],
"sources" : [
{
"type" : "archive",
"url" : "https://download.gnome.org/sources/mm-common/0.9/mm-common-0.9.12.tar.xz",
"sha256" : "ceffdcce1e5b52742884c233ec604bf6fded12eea9da077ce7a62c02c87e7c0b"
}
]
},
{
"name" : "sigc++",
"config-opts" : [
"--disable-documentation"
],
"sources" : [
{
"type" : "archive",
"url" : "https://download.gnome.org/sources/libsigc++/2.10/libsigc++-2.10.1.tar.xz",
"sha256" : "c9a25f26178c6cbb147f9904d8c533b5a5c5111a41ac2eb781eb734eea446003"
}
]
},
{
"name" : "sigc++-3",
"config-opts" : [
"--disable-documentation"
],
"sources" : [
{
"type" : "archive",
"url" : "https://download.gnome.org/sources/libsigc++/2.99/libsigc++-2.99.12.tar.xz",
"sha256" : "d902ae277f5baf2d56025586e2153cc2f158472e382723c67f49049f7c6690a8"
}
]
},
{
"name" : "glibmm",
"config-opts" : [
"--disable-documentation"
],
"sources" : [
{
"type" : "archive",
"url" : "https://download.gnome.org/sources/glibmm/2.62/glibmm-2.62.0.tar.xz",
"sha256" : "36659f13cc73282392d1305858f3bbca46fbd1ce2f078cc9db8b9f79b2e93cfe"
}
]
},
{
"name" : "cairomm",
"config-opts" : [
"--disable-documentation"
],
"sources" : [
{
"type" : "archive",
"url" : "https://download.gnome.org/sources/cairomm/1.12/cairomm-1.12.0.tar.xz",
"sha256" : "a54ada8394a86182525c0762e6f50db6b9212a2109280d13ec6a0b29bfd1afe6"
}
]
},
{
"name" : "pangomm",
"config-opts" : [
"--disable-documentation"
],
"sources" : [
{
"type" : "archive",
"url" : "https://download.gnome.org/sources/pangomm/2.42/pangomm-2.42.0.tar.xz",
"sha256" : "ca6da067ff93a6445780c0b4b226eb84f484ab104b8391fb744a45cbc7edbf56"
}
]
},
{
"name" : "atkmm",
"config-opts" : [
"--disable-documentation"
],
"sources" : [
{
"type" : "archive",
"url" : "https://download.gnome.org/sources/atkmm/2.28/atkmm-2.28.0.tar.xz",
"sha256" : "4c4cfc917fd42d3879ce997b463428d6982affa0fb660cafcc0bc2d9afcedd3a"
}
]
},
{
"name" : "gtkmm",
"config-opts" : [
"--disable-documentation"
],
"build-options" : {
"cxxflags" : "-O2 -g -std=c++11"
},
"sources" : [
{
"type" : "archive",
"url" : "https://download.gnome.org/sources/gtkmm/3.24/gtkmm-3.24.2.tar.xz",
"sha256" : "6d71091bcd1863133460d4188d04102810e9123de19706fb656b7bb915b4adc3"
}
]
},
{
"name" : "tcalc",
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "https://github.com/AlexB67/TCalc.git"
}
]
}
],
"build-options" : {
"env" : {
}
}
}