summaryrefslogtreecommitdiff
path: root/build-aux/flatpak/org.gnome.Calendar.json
blob: 597a96e9ede2d0f88040ad0b5254b60b548fd52d (plain)
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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
{
    "app-id" : "org.gnome.Calendar.Devel",
    "runtime" : "org.gnome.Platform",
    "runtime-version" : "master",
    "sdk" : "org.gnome.Sdk",
    "command" : "gnome-calendar",
    "tags" : [
        "devel"
    ],
    "finish-args" : [
        "--device=dri",
        "--share=ipc",
        "--share=network",
        "--socket=fallback-x11",
        "--socket=wayland",
        "--system-talk-name=org.freedesktop.login1",
        "--system-talk-name=org.freedesktop.timedate1",
        "--talk-name=org.gnome.ControlCenter",
        "--talk-name=org.gnome.Settings",
        "--talk-name=org.gnome.evolution.dataserver.AddressBook9",
        "--talk-name=org.gnome.evolution.dataserver.Calendar8",
        "--talk-name=org.gnome.evolution.dataserver.Sources5",
        "--talk-name=org.gnome.evolution.dataserver.Subprocess.Backend.*",
        "--talk-name=org.gnome.OnlineAccounts",
        "--talk-name=org.gnome.SettingsDaemon.Color"
    ],
    "x-run-args" : [
        "--debug"
    ],
    "cleanup" : [
        "/include",
        "/lib/pkgconfig",
        "/share/pkgconfig",
        "/share/aclocal",
        "/man",
        "/share/man",
        "/share/gtk-doc",
        "*.la",
        "*.a"
    ],
    "modules" : [
        {
            "name": "libgeoclue",
            "buildsystem": "meson",
            "config-opts" : [
                "-Denable-backend=false",
                "-Dlibgeoclue=true",
                "-Dintrospection=true",
                "-Dgtk-doc=false"
            ],
            "sources": [
                {
                    "type" : "git",
                    "url": "https://gitlab.freedesktop.org/geoclue/geoclue.git"
                }
            ]
        },
        {
            "name" : "geocode-glib",
            "buildsystem" : "meson",
            "config-opts" : [
                "-Denable-gtk-doc=false",
                "-Denable-introspection=false",
                "-Denable-installed-tests=false",
                "-Dsoup2=false"
            ],
            "sources" : [
                {
                    "type" : "git",
                    "url" : "https://gitlab.gnome.org/GNOME/geocode-glib.git"
                }
            ]
        },
        {
            "name" : "libgweather",
            "buildsystem" : "meson",
            "config-opts" : [
                "-Denable_vala=false",
                "-Dgtk_doc=false",
                "-Dsoup2=false"
            ],
            "sources" : [
                {
                    "type" : "git",
                    "url" : "https://gitlab.gnome.org/GNOME/libgweather.git",
                    "branch" : "main"
                }
            ]
        },
        {
            "name" : "libical",
            "cleanup" : [
                "/lib/cmake"
            ],
            "buildsystem" : "cmake-ninja",
            "config-opts" : [
                "-DCMAKE_INSTALL_LIBDIR:PATH=/app/lib",
                "-DBUILD_SHARED_LIBS=On",
                "-DICAL_BUILD_DOCS=False",
                "-DWITH_CXX_BINDINGS=False"
            ],
            "sources" : [
                {
                    "type" : "archive",
                    "url" : "https://github.com/libical/libical/releases/download/v3.0.10/libical-3.0.10.tar.gz",
                    "sha256" : "f933b3e6cf9d56a35bb5625e8e4a9c3a50239a85aea05ed842932c1a1dc336b4"
                }
            ]
        },
        {
            "name": "intltool",
            "cleanup": [ "*" ],
            "sources": [
                {
                    "type": "archive",
                    "url": "https://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz",
                    "sha256": "67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334e959cd"
                }
            ]
        },
        {
            "name" : "gcr",
            "buildsystem" : "meson",
            "config-opts" : [
                "-Dgtk_doc=false",
                "-Dintrospection=false",
                "-Dvapi=false"
            ],
            "sources" : [
                {
                    "type" : "git",
                    "url" : "https://gitlab.gnome.org/GNOME/gcr.git",
                    "branch" : "master"
                }
            ]
        },
        {
            "name" : "evolution-data-server",
            "cleanup": [ "/share/GConf" ],
            "buildsystem" : "cmake-ninja",
            "config-opts" : [
                "-DENABLE_CANBERRA=OFF",
                "-DENABLE_GOA=OFF",
                "-DENABLE_DOT_LOCKING=OFF",
                "-DENABLE_FILE_LOCKING=fcntl",
                "-DENABLE_GTK=OFF",
                "-DENABLE_GTK4=ON",
                "-DENABLE_GOOGLE=OFF",
                "-DENABLE_VALA_BINDINGS=OFF",
                "-DENABLE_WEATHER=OFF",
                "-DWITH_OPENLDAP=OFF",
                "-DWITH_LIBDB=OFF",
                "-DENABLE_INTROSPECTION=OFF",
                "-DENABLE_INSTALLED_TESTS=OFF",
                "-DENABLE_GTK_DOC=OFF",
                "-DENABLE_EXAMPLES=OFF",
                "-DENABLE_OAUTH2_WEBKITGTK4=OFF"
            ],
            "sources" : [
                {
                    "type" : "git",
                    "url" : "https://gitlab.gnome.org/GNOME/evolution-data-server.git"
                }
            ]
        },
        {
            "name" : "libsass",
            "buildsystem" : "meson",
            "sources" : [
                {
                  "type" : "git",
                  "url" : "https://github.com/lazka/libsass.git",
                  "branch" : "meson"
                }
            ]
        },
        {
            "name" : "sassc",
            "buildsystem" : "meson",
            "sources" : [
                {
                  "type" : "git",
                  "url" : "https://github.com/lazka/sassc.git",
                  "branch" : "meson"
                }
            ]
        },
        {
            "name" : "libadwaita",
            "buildsystem" : "meson",
            "sources" : [
                {
                    "type" : "git",
                    "url" : "https://gitlab.gnome.org/GNOME/libadwaita.git",
                    "branch" : "wip/exalm/adaptive-states"
                }
            ]
        },
        {
            "name" : "gnome-calendar",
            "buildsystem" : "meson",
            "sources" : [
                {
                    "type" : "git",
                    "url" : "https://gitlab.gnome.org/GNOME/gnome-calendar.git"
                }
            ],
            "config-opts" : [
                "-Dtracing=true",
                "-Dprofile=development"
            ]
        }
    ]
}