diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2020-08-09 14:35:06 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-08-09 13:00:23 -0700 |
commit | 14e5ba3f6c5dfa38244d7f0aacead0741ea54038 (patch) | |
tree | 7432923da40acc1921d52510df938f1b62f2a570 | |
parent | 8f70e3110973da52d048c03945630b68e5e49b84 (diff) | |
download | meta-openembedded-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>
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_3.36.2.bb | 32 | ||||
-rw-r--r-- | meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb | 1 |
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 @@ | |||
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 | |||
25 | SRC_URI[archive.sha256sum] = "d0b05345c0555a085e6e5426eab49494aba2826c856eb06fd7fdb762ec0c4c1f" | ||
26 | |||
27 | FILES_${PN} += " \ | ||
28 | ${datadir}/gnome-shell \ | ||
29 | ${datadir}/metainfo \ | ||
30 | ${datadir}/dbus-1 \ | ||
31 | " | ||
32 | |||
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} = " \ | |||
13 | gedit \ | 13 | gedit \ |
14 | ghex \ | 14 | ghex \ |
15 | gnome-calculator \ | 15 | gnome-calculator \ |
16 | gnome-calendar \ | ||
16 | gnome-font-viewer \ | 17 | gnome-font-viewer \ |
17 | gnome-photos \ | 18 | gnome-photos \ |
18 | gnome-terminal \ | 19 | gnome-terminal \ |