From 3e989f5e8e5a601c0349aa5d557b769ad103a1fc Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 16 Mar 2022 16:32:39 +0800 Subject: [PATCH] evince: upgrade 41.3 -> 41.4 Changelog: ========= shell: * Fix crash when thumbnail extraction takes too long Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-gnome/evince/{evince_41.3.bb => evince_41.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/evince/{evince_41.3.bb => evince_41.4.bb} (93%) diff --git a/meta-gnome/recipes-gnome/evince/evince_41.3.bb b/meta-gnome/recipes-gnome/evince/evince_41.4.bb similarity index 93% rename from meta-gnome/recipes-gnome/evince/evince_41.3.bb rename to meta-gnome/recipes-gnome/evince/evince_41.4.bb index 2dc0aeaa82..6b3479c264 100644 --- a/meta-gnome/recipes-gnome/evince/evince_41.3.bb +++ b/meta-gnome/recipes-gnome/evince/evince_41.4.bb @@ -25,7 +25,7 @@ def gnome_verdir(v): return oe.utils.trim_version(v, 1) SRC_URI += " file://0001-Remove-incorrect-args-for-i18n.merge_file.patch" -SRC_URI[archive.sha256sum] = "3346b01f9bdc8f2d5ffea92f110a090c64a3624942b5b543aad4592a9de33bb0" +SRC_URI[archive.sha256sum] = "ff245240f230922bec32a4d7b0a1d91b247a83d13484f99b74035d51eb232130" GTKDOC_MESON_OPTION = "gtk_doc"