From 0bfca6baecc4c77ff8d9909918c82604c0d8ad83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 31 Dec 2021 18:29:41 +0100 Subject: [PATCH] evince: upgrade 40.4 -> 41.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * browser plugin was removed in 41.alpha * See changelogs at [1-5] [1] https://ftp.fau.de/gnome/sources/evince/41/evince-41.3.news [2] https://ftp.fau.de/gnome/sources/evince/41/evince-41.2.news [3] https://ftp.fau.de/gnome/sources/evince/41/evince-41.1.news [4] https://ftp.fau.de/gnome/sources/evince/41/evince-41.0.news [5] https://ftp.fau.de/gnome/sources/evince/41/evince-41.alpha.news Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../recipes-gnome/evince/{evince_40.4.bb => evince_41.3.bb} | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) rename meta-gnome/recipes-gnome/evince/{evince_40.4.bb => evince_41.3.bb} (82%) diff --git a/meta-gnome/recipes-gnome/evince/evince_40.4.bb b/meta-gnome/recipes-gnome/evince/evince_41.3.bb similarity index 82% rename from meta-gnome/recipes-gnome/evince/evince_40.4.bb rename to meta-gnome/recipes-gnome/evince/evince_41.3.bb index ed4fb63720..e9e1e17463 100644 --- a/meta-gnome/recipes-gnome/evince/evince_40.4.bb +++ b/meta-gnome/recipes-gnome/evince/evince_41.3.bb @@ -24,7 +24,7 @@ inherit gnomebase itstool gnome-help pkgconfig gsettings gobject-introspection g def gnome_verdir(v): return oe.utils.trim_version(v, 1) -SRC_URI[archive.sha256sum] = "33420500e0e060f178a435063197d42dae7b67e39cc437a96510a33ddf7e95fb" +SRC_URI[archive.sha256sum] = "3346b01f9bdc8f2d5ffea92f110a090c64a3624942b5b543aad4592a9de33bb0" GTKDOC_MESON_OPTION = "gtk_doc" @@ -38,17 +38,14 @@ do_compile:prepend() { PACKAGECONFIG ??= "" PACKAGECONFIG[nautilus] = "-Dnautilus=true,-Dnautilus=false,nautilus" -PACKAGECONFIG[browser-plugin] = "-Dbrowser_plugin=true,-Dbrowser_plugin=false" RDEPENDS:${PN} += "glib-2.0-utils" RRECOMMMENDS_${PN} = "adwaita-icon-theme" PACKAGES =+ "${PN}-nautilus-extension" -PACKAGES =+ "${PN}-browser-plugin" FILES:${PN} += "${datadir}/dbus-1 \ ${datadir}/metainfo \ ${datadir}/thumbnailers \ " FILES:${PN}-nautilus-extension = "${libdir}/nautilus/*/*so" -FILES:${PN}-browser-plugin = "${libdir}/mozilla/*/*so"