aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2020-08-09 14:35:06 +0200
committerKhem Raj <raj.khem@gmail.com>2020-08-09 13:00:23 -0700
commit14e5ba3f6c5dfa38244d7f0aacead0741ea54038 (patch)
tree7432923da40acc1921d52510df938f1b62f2a570 /meta-gnome
parent8f70e3110973da52d048c03945630b68e5e49b84 (diff)
downloadmeta-openembedded-contrib-14e5ba3f6c5dfa38244d7f0aacead0741ea54038.tar.gz
gnome-calendar: initial add 3.36.2
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_3.36.2.bb32
-rw-r--r--meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb1
2 files changed, 33 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_3.36.2.bb b/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_3.36.2.bb
new file mode 100644
index 0000000000..4605857f50
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_3.36.2.bb
@@ -0,0 +1,32 @@
+SUMMARY = "GNOME calendar"
+LICENSE = "GPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a"
+
+SECTION = "x11/gnome"
+
+DEPENDS = " \
+ gtk+3 \
+ libical \
+ gsettings-desktop-schemas \
+ evolution-data-server \
+ libsoup-2.4 \
+ libdazzle \
+ libhandy \
+ libgweather \
+ geoclue \
+"
+
+GNOMEBASEBUILDCLASS = "meson"
+
+inherit gnomebase gsettings gtk-icon-cache gettext features_check upstream-version-is-even
+
+REQUIRED_DISTRO_FEATURES = "x11"
+
+SRC_URI[archive.sha256sum] = "d0b05345c0555a085e6e5426eab49494aba2826c856eb06fd7fdb762ec0c4c1f"
+
+FILES_${PN} += " \
+ ${datadir}/gnome-shell \
+ ${datadir}/metainfo \
+ ${datadir}/dbus-1 \
+"
+
diff --git a/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb b/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb
index 934101f9ba..2d2d6b599e 100644
--- a/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb
+++ b/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb
@@ -13,6 +13,7 @@ RDEPENDS_${PN} = " \
gedit \
ghex \
gnome-calculator \
+ gnome-calendar \
gnome-font-viewer \
gnome-photos \
gnome-terminal \