blob: 7b32be611d2ee15a3e73c667a6b0a8818e12d3f5 [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001SUMMARY = "GNOME calendar"
Andrew Geissler9aee5002022-03-30 16:27:02 +00002LICENSE = "GPL-3.0-only"
Andrew Geissler595f6302022-01-24 19:11:47 +00003LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a"
4
5SECTION = "x11/gnome"
6
7DEPENDS = " \
Patrick Williamsde0582f2022-04-08 10:23:27 -05008 gtk4 \
Andrew Geissler595f6302022-01-24 19:11:47 +00009 libical \
10 gsettings-desktop-schemas \
11 evolution-data-server \
12 libsoup-2.4 \
13 libdazzle \
Patrick Williamsde0582f2022-04-08 10:23:27 -050014 libadwaita \
15 libgweather4 \
Andrew Geissler595f6302022-01-24 19:11:47 +000016 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
Patrick Williamsde0582f2022-04-08 10:23:27 -050025SRC_URI[archive.sha256sum] = "b63f73f55032fc1390442f94cdf6b3cab9c91c774ddd2e5c61ecfec9d2c5e9aa"
Andrew Geissler595f6302022-01-24 19:11:47 +000026
27FILES:${PN} += " \
28 ${datadir}/gnome-shell \
29 ${datadir}/metainfo \
30 ${datadir}/dbus-1 \
31"
32