blob: dcf5ba7d6d55a9e6caa414e42416779cfec860af [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001SUMMARY = "GNOME calendar"
2LICENSE = "GPL-3.0-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a"
4
5SECTION = "x11/gnome"
6
7DEPENDS = " \
8 gtk4 \
9 libical \
10 gsettings-desktop-schemas \
11 evolution-data-server \
12 libsoup \
13 libdazzle \
14 libadwaita \
15 libgweather4 \
16 geoclue \
17 geocode-glib \
18"
19
20GNOMEBASEBUILDCLASS = "meson"
21
22inherit gnomebase gsettings gtk-icon-cache gettext features_check upstream-version-is-even mime-xdg
23
24REQUIRED_DISTRO_FEATURES = "x11 opengl"
25
Patrick Williams8e7b46e2023-05-01 14:19:06 -050026SRC_URI[archive.sha256sum] = "96acd74cbf45652934515cc3447a3b895e933f86324ca92436f67ddd63c3a802"
Andrew Geissler517393d2023-01-13 08:55:19 -060027
28FILES:${PN} += " \
29 ${datadir}/gnome-shell \
30 ${datadir}/metainfo \
31 ${datadir}/dbus-1 \
32"
33