diff mbox series

[meta-gnome,4/4] evince: update 42.3 -> 43.1

Message ID 20221227065235.95271-4-f_l_k@t-online.de
State Under Review
Headers show
Series [meta-gnome,1/4] libcloudproviders: add recipe | expand

Commit Message

Markus Volk Dec. 27, 2022, 6:52 a.m. UTC
Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../evince/{evince_42.3.bb => evince_43.1.bb} | 36 +++++++++----------
 1 file changed, 18 insertions(+), 18 deletions(-)
 rename meta-gnome/recipes-gnome/evince/{evince_42.3.bb => evince_43.1.bb} (74%)
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gnome/evince/evince_42.3.bb b/meta-gnome/recipes-gnome/evince/evince_43.1.bb
similarity index 74%
rename from meta-gnome/recipes-gnome/evince/evince_42.3.bb
rename to meta-gnome/recipes-gnome/evince/evince_43.1.bb
index 5f35d5b33..b83c41192 100644
--- a/meta-gnome/recipes-gnome/evince/evince_42.3.bb
+++ b/meta-gnome/recipes-gnome/evince/evince_43.1.bb
@@ -3,41 +3,40 @@  LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=96f2f8d5ee576a2163977938ea36fa7b"
 SECTION = "x11/office"
 DEPENDS = " \
-    gnome-common-native \
-    yelp-tools-native \
+    adwaita-icon-theme \
     appstream-glib \
-    gtk+3 \
+    cairo \
+    dbus \
+    gdk-pixbuf \
+    glib-2.0 \
+    gnome-common-native \
+    gnome-desktop \
+    gsettings-desktop-schemas \
     gspell \
-    libsecret \
-    poppler \
     gstreamer1.0-plugins-base \
-    orc \
-    adwaita-icon-theme \
+    gtk+3 \
+    libarchive \
     libhandy \
-    ${@bb.utils.contains('DISTRO_FEATURES','x11','gnome-desktop','dbus',d)} \
+    libsecret \
+    libxml2 \
+    poppler \
+    yelp-tools-native \
+    zlib \
 "
 
 GNOMEBASEBUILDCLASS = "meson"
 
-inherit gnomebase itstool gnome-help pkgconfig gsettings gobject-introspection gettext mime-xdg gtk-doc features_check
+inherit gnomebase itstool gnome-help pkgconfig gsettings gobject-introspection gettext mime-xdg gtk-doc features_check gtk-icon-cache
 
 REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'opengl', '', d)}"
 
 def gnome_verdir(v):
     return oe.utils.trim_version(v, 1)
 
-SRC_URI[archive.sha256sum] = "49aecf845c946c96db17ba89d75c8002c5ae8963f504a9b0626d12675914645e"
+SRC_URI[archive.sha256sum] = "6d75ca62b73bfbb600f718a098103dc6b813f9050b9594be929e29b4589d2335"
 
 GTKDOC_MESON_OPTION = "gtk_doc"
 
-EXTRA_OEMESON = " \
-    -Dsystemduserunitdir=no \
-"
-
-do_compile:prepend() {
-    export GIR_EXTRA_LIBS_PATH="${B}/libdocument/.libs"
-}
-
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[nautilus] = "-Dnautilus=true,-Dnautilus=false,nautilus"
 
@@ -49,5 +48,6 @@  PACKAGES =+ "${PN}-nautilus-extension"
 FILES:${PN} += "${datadir}/dbus-1 \
                 ${datadir}/metainfo \
                 ${datadir}/thumbnailers \
+                ${systemd_user_unitdir} \
 "
 FILES:${PN}-nautilus-extension = "${libdir}/nautilus/*/*so"