blob: 4b9b14a480b0b5e56e249d5a799c78d9f30b9d09 [file] [log] [blame]
Andrew Geisslereff27472021-10-29 15:35:00 -05001SUMMARY = "GNOME calendar"
2LICENSE = "GPLv3"
3LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a"
4
5SECTION = "x11/gnome"
6
7DEPENDS = " \
8 gtk+3 \
9 libical \
10 gsettings-desktop-schemas \
11 evolution-data-server \
12 libsoup-2.4 \
13 libdazzle \
14 libhandy \
15 libgweather \
16 geoclue \
17"
18
19GNOMEBASEBUILDCLASS = "meson"
20
21inherit gnomebase gsettings gtk-icon-cache gettext features_check upstream-version-is-even mime-xdg
22
23REQUIRED_DISTRO_FEATURES = "x11"
24
25SRC_URI[archive.sha256sum] = "73ac923c6618bd0957d6b7c012a00a47bff67ee934249358817433772ceb193f"
26
27FILES:${PN} += " \
28 ${datadir}/gnome-shell \
29 ${datadir}/metainfo \
30 ${datadir}/dbus-1 \
31"
32