forked from flathub/org.gnome.Calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
org.gnome.Calendar.json
172 lines (170 loc) · 6.06 KB
/
org.gnome.Calendar.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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
{
"app-id" : "org.gnome.Calendar",
"runtime" : "org.gnome.Platform",
"runtime-version" : "41",
"branch": "stable",
"sdk" : "org.gnome.Sdk",
"command" : "gnome-calendar",
"finish-args" : [
"--share=ipc",
"--share=network",
"--socket=fallback-x11",
"--socket=wayland",
"--system-talk-name=org.freedesktop.login1",
"--system-talk-name=org.freedesktop.timedate1",
"--system-talk-name=org.freedesktop.GeoClue2",
"--talk-name=org.gnome.ControlCenter",
"--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",
"--filesystem=home",
"--metadata=X-DConf=migrate-path=/org/gnome/calendar/"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/share/pkgconfig",
"/share/aclocal",
"/man",
"/share/man",
"/share/gtk-doc",
"*.la",
"*.a"
],
"modules" : [
"shared-modules/intltool/intltool-0.51.json",
{
"name" : "gnome-online-accounts",
"config-opts" : [
"--disable-telepathy",
"--disable-documentation",
"--disable-backend"
],
"sources" : [
{
"type" : "archive",
"url": "https://download.gnome.org/sources/gnome-online-accounts/3.40/gnome-online-accounts-3.40.0.tar.xz",
"sha256": "585c4f979f6f543b77bfdb4fb01eb18ba25c2aec5b7866c676d929616fb2c3fa"
}
]
},
{
"name" : "geocode-glib",
"buildsystem" : "meson",
"sources" : [
{
"type" : "archive",
"url" : "https://download.gnome.org/sources/geocode-glib/3.26/geocode-glib-3.26.2.tar.xz",
"sha256" : "01fe84cfa0be50c6e401147a2bc5e2f1574326e2293b55c69879be3e82030fd1"
}
]
},
{
"name" : "libgweather",
"buildsystem" : "meson",
"cleanup" : [
"/share/gtk-doc"
],
"sources" : [
{
"type": "archive",
"url": "https://download.gnome.org/sources/libgweather/40/libgweather-40.0.tar.xz",
"sha256": "ca4e8f2a4baaa9fc6d75d8856adb57056ef1cd6e55c775ba878ae141b6276ee6"
}
]
},
{
"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" : "libcanberra-gtk3",
"buildsystem" : "autotools",
"sources" : [
{
"type" : "archive",
"url" : "http://0pointer.de/lennart/projects/libcanberra/libcanberra-0.30.tar.xz",
"sha256" : "c2b671e67e0c288a69fc33dc1b6f1b534d07882c2aceed37004bf48c601afa72"
}
]
},
{
"name" : "evolution-data-server",
"buildsystem" : "cmake-ninja",
"cleanup" : [ "/share/GConf" ],
"config-opts" : [
"-DENABLE_FILE_LOCKING=fcntl",
"-DENABLE_DOT_LOCKING=OFF",
"-DENABLE_OAUTH2=ON",
"-DENABLE_GTK=ON",
"-DENABLE_UOA=OFF",
"-DENABLE_GOA=ON",
"-DENABLE_GOOGLE=OFF",
"-DENABLE_EXAMPLES=OFF",
"-DENABLE_INTROSPECTION=OFF",
"-DENABLE_VALA_BINDINGS=OFF",
"-DENABLE_INSTALLED_TESTS=OFF",
"-DENABLE_GTK_DOC=OFF",
"-DWITH_PRIVATE_DOCS=OFF",
"-DWITH_PHONENUMBER=OFF",
"-DWITH_SYSTEMDUSERUNITDIR=OFF",
"-DWITH_LIBDB=OFF",
"-DWITH_OPENLDAP=OFF"
],
"sources" : [
{
"type": "archive",
"url": "https://download.gnome.org/sources/evolution-data-server/3.42/evolution-data-server-3.42.0.tar.xz",
"sha256": "e8fdd3bc47a07d6f8a3052bbcae880f20f6dbc4f6973a8e90d00169bb99b1635"
}
]
},
{
"name" : "libdazzle",
"buildsystem" : "meson",
"config-opts" : [
"-Denable_gtk_doc=false",
"-Denable_tests=false",
"-Dwith_introspection=false",
"-Dwith_vapi=false"
],
"sources" : [
{
"type" : "archive",
"url": "https://download.gnome.org/sources/libdazzle/3.42/libdazzle-3.42.0.tar.xz",
"sha256": "eae67a3b3d9cce408ee9ec0ab6adecb83e52eb53f9bc93713f4df1e84da16925"
}
]
},
{
"name" : "gnome-calendar",
"buildsystem" : "meson",
"sources" : [
{
"type" : "archive",
"url" : "https://download.gnome.org/sources/gnome-calendar/41/gnome-calendar-41.2.tar.xz",
"sha256" : "956b2f190322651c67fe667223896f8aa5acf33b70ada5a3b05a5361bda6611a"
}
]
}
]
}