-
-
Notifications
You must be signed in to change notification settings - Fork 48
/
io.elementary.mail.json
156 lines (156 loc) · 4.99 KB
/
io.elementary.mail.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
155
156
{
"app-id": "io.elementary.mail",
"runtime": "io.elementary.Platform",
"runtime-version": "7",
"sdk": "io.elementary.Sdk",
"command": "io.elementary.mail",
"finish-args": [
"--filesystem=/tmp/io.elementary.mail:create",
"--env=TMPDIR=/tmp/io.elementary.mail",
"--share=ipc",
"--share=network",
"--socket=fallback-x11",
"--socket=wayland",
"--talk-name=org.gnome.evolution.dataserver.AddressBook10",
"--talk-name=org.gnome.evolution.dataserver.Sources5",
"--metadata=X-DConf=migrate-path=/io/elementary/mail/"
],
"cleanup": [
"/include",
"/lib/pkgconfig",
"/share/vala",
"*.a",
"*.la"
],
"modules": [
{
"name": "evolution-data-server",
"buildsystem": "cmake-ninja",
"cleanup": [
"/etc",
"/lib/evolution-data-server/*-backends",
"/libexec",
"/share/dbus-1",
"/share/GConf",
"/share/pixmaps"
],
"config-opts": [
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
"-DENABLE_EXAMPLES=OFF",
"-DENABLE_GOA=OFF",
"-DWITH_LIBDB=OFF",
"-DENABLE_WEATHER=OFF",
"-DENABLE_CANBERRA=OFF",
"-DENABLE_VALA_BINDINGS=ON",
"-DWITH_KRB5=OFF",
"-DWITH_OPENLDAP=OFF",
"-DENABLE_INTROSPECTION=ON"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/evolution-data-server.git",
"tag": "3.40.2"
}
],
"modules": [
{
"name": "intltool",
"cleanup": [
"*"
],
"sources": [
{
"type": "archive",
"url": "https://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz",
"md5": "12e517cac2b57a0121cda351570f1e63"
}
]
},
{
"name": "libgdata",
"buildsystem": "meson",
"config-opts": [
"-Dalways_build_tests=false",
"-Dgoa=disabled"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/libgdata.git",
"tag": "0.18.0"
}
]
},
{
"name": "libical",
"cleanup": [
"/lib/cmake",
"/libexec"
],
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
"-DCMAKE_INSTALL_LIBDIR=/app/lib",
"-DWITH_CXX_BINDINGS=false",
"-DSHARED_ONLY=true",
"-DGOBJECT_INTROSPECTION=true",
"-DICAL_BUILD_DOCS=false",
"-DICAL_GLIB_VAPI=true",
"-DLIBICAL_BUILD_TESTING=false"
],
"sources": [
{
"type": "git",
"url": "https://github.com/libical/libical.git",
"tag": "v3.0.9"
}
]
}
]
},
{
"name": "folks",
"buildsystem": "meson",
"config-opts": [
"-Dbluez_backend=false",
"-Dofono_backend=false",
"-Dtelepathy_backend=false",
"-Dimport_tool=false",
"-Dinspect_tool=false"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/folks.git",
"tag": "0.15.5"
}
]
},
{
"name": "libportal",
"buildsystem": "meson",
"config-opts": [
"-Ddocs=false",
"-Dbackends=['gtk3']"
],
"sources" : [
{
"type": "git",
"url": "https://github.com/flatpak/libportal.git",
"tag": "0.6"
}
]
},
{
"name": "mail",
"buildsystem": "meson",
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}