diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_41.2.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_41.2.bb | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_41.2.bb b/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_41.2.bb new file mode 100644 index 0000000000..a28913bfa4 --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_41.2.bb | |||
| @@ -0,0 +1,32 @@ | |||
| 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 mime-xdg | ||
| 22 | |||
| 23 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 24 | |||
| 25 | SRC_URI[archive.sha256sum] = "956b2f190322651c67fe667223896f8aa5acf33b70ada5a3b05a5361bda6611a" | ||
| 26 | |||
| 27 | FILES:${PN} += " \ | ||
| 28 | ${datadir}/gnome-shell \ | ||
| 29 | ${datadir}/metainfo \ | ||
| 30 | ${datadir}/dbus-1 \ | ||
| 31 | " | ||
| 32 | |||
