aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2022-11-07 20:04:50 +0100
committerKhem Raj <raj.khem@gmail.com>2022-11-09 10:17:15 -0800
commit3bb4ee4ba1161cff3b8c22dc07aa130ac2de9789 (patch)
treed42388aa2c13fdbfc8fd35a37e87535f71a2d993
parent0cbce7042b95b911a4c8113a1401450af52ce86f (diff)
downloadmeta-openembedded-contrib-3bb4ee4ba1161cff3b8c22dc07aa130ac2de9789.tar.gz
geary: update 40.0 -> 43.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-connectivity/geary/geary_43.0.bb (renamed from meta-gnome/recipes-connectivity/geary/geary_40.0.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-gnome/recipes-connectivity/geary/geary_40.0.bb b/meta-gnome/recipes-connectivity/geary/geary_43.0.bb
index 3ff0a412e2..8dd0ea67d0 100644
--- a/meta-gnome/recipes-connectivity/geary/geary_40.0.bb
+++ b/meta-gnome/recipes-connectivity/geary/geary_43.0.bb
@@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2a2244d5a13871ad950c55877546a6a2"
DEPENDS = " \
appstream-glib \
cairo \
+ desktop-file-utils-native \
enchant2 \
evolution-data-server \
folks \
@@ -34,12 +35,10 @@ inherit meson pkgconfig mime-xdg gtk-icon-cache gobject-introspection vala featu
SRC_URI = " \
git://github.com/GNOME/geary.git;nobranch=1;protocol=https \
- file://0001-Util.Cache.Lru-Workaround-missing-generic-type-argum.patch \
- file://0002-Fix-accessibility-issues-with-initializer-of-constan.patch \
"
S = "${WORKDIR}/git"
-SRCREV = "e561775c1580a9f60a726355b2b897bfc9cb3382"
+SRCREV = "94d6bec861daffb27efea85a296f347db7a5af6d"
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"