blob: c97bf0bec820ca843c1472b9f4f82750c6d1523c [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 = " \
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 += " file://0001-meson.build-fix-meson-0.61-builds.patch"
26SRC_URI[archive.sha256sum] = "956b2f190322651c67fe667223896f8aa5acf33b70ada5a3b05a5361bda6611a"
27
28FILES:${PN} += " \
29 ${datadir}/gnome-shell \
30 ${datadir}/metainfo \
31 ${datadir}/dbus-1 \
32"
33