diff mbox series

[meta-gnome,1/5] geary: update 40.0 -> 43.0

Message ID 20221107190454.39581-1-f_l_k@t-online.de
State Under Review
Headers show
Series [meta-gnome,1/5] geary: update 40.0 -> 43.0 | expand

Commit Message

Markus Volk Nov. 7, 2022, 7:04 p.m. UTC
---
 .../geary/{geary_40.0.bb => geary_43.0.bb}                   | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-gnome/recipes-connectivity/geary/{geary_40.0.bb => geary_43.0.bb} (87%)
diff mbox series

Patch

diff --git a/meta-gnome/recipes-connectivity/geary/geary_40.0.bb b/meta-gnome/recipes-connectivity/geary/geary_43.0.bb
similarity index 87%
rename from meta-gnome/recipes-connectivity/geary/geary_40.0.bb
rename to meta-gnome/recipes-connectivity/geary/geary_43.0.bb
index 3ff0a412e..8dd0ea67d 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"