Andrew Geissler | bffdb3e | 2020-08-21 16:13:29 -0500 | [diff] [blame] | 1 | SUMMARY = "GNOME calendar" |
| 2 | LICENSE = "GPLv3" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a" |
| 4 | |
| 5 | SECTION = "x11/gnome" |
| 6 | |
| 7 | DEPENDS = " \ |
| 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 | |
| 19 | GNOMEBASEBUILDCLASS = "meson" |
| 20 | |
| 21 | inherit gnomebase gsettings gtk-icon-cache gettext features_check upstream-version-is-even |
| 22 | |
| 23 | REQUIRED_DISTRO_FEATURES = "x11" |
| 24 | |
Andrew Geissler | 4b7c115 | 2020-11-30 19:55:29 -0600 | [diff] [blame] | 25 | SRC_URI += "file://8be361b6ce8f0f8053e1609decbdbdc164ec8448.patch" |
| 26 | SRC_URI[archive.sha256sum] = "7280880a082d631624d02a102dd547ceb59498da368311f3e49a06cff897f512" |
Andrew Geissler | bffdb3e | 2020-08-21 16:13:29 -0500 | [diff] [blame] | 27 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 28 | FILES:${PN} += " \ |
Andrew Geissler | bffdb3e | 2020-08-21 16:13:29 -0500 | [diff] [blame] | 29 | ${datadir}/gnome-shell \ |
| 30 | ${datadir}/metainfo \ |
| 31 | ${datadir}/dbus-1 \ |
| 32 | " |
| 33 | |