From 672c2b5ac861206109eb7b625f2a71e415a6a8f7 Mon Sep 17 00:00:00 2001 From: Mohammed Anas Date: Mon, 27 Nov 2023 14:12:45 +0000 Subject: [PATCH] geary: update to 44.1. --- srcpkgs/geary/template | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/srcpkgs/geary/template b/srcpkgs/geary/template index 7479ab2bdb5cb..1aae2620d45f6 100644 --- a/srcpkgs/geary/template +++ b/srcpkgs/geary/template @@ -1,7 +1,7 @@ # Template file for 'geary' pkgname=geary -version=43.0 -revision=3 +version=44.1 +revision=1 build_helper="gir" build_style=meson configure_args="-Dprofile=release -Dcontractor=enabled" @@ -19,17 +19,17 @@ license="LGPL-2.1-or-later" homepage="https://wiki.gnome.org/Apps/Geary" changelog="https://gitlab.gnome.org/GNOME/geary/-/raw/main/NEWS" distfiles="${GNOME_SITE}/geary/${version%.*}/geary-${version}.tar.xz" -checksum=489166f87dd9d29011f5e5b79694f2588b473f7e191c59ce9013c8c8e0e363e7 +checksum=7d11cb6e1c504e108c2dc91aa2256a4404dcabe7d1c873d8d6094e2df335a277 make_check=no # tests fail with a webkit process crash post_patch() { case "$XBPS_TARGET_MACHINE" in - i686-musl|ppc*-musl) ;; + i686-musl|ppc*-musl) + vsed -i meson.build -e \ + "s;@UCONTEXT_LIB@;cc.find_library('libucontext', dirs: unwind_lib);" + ;; *) vsed -i meson.build -e 's;@UCONTEXT_LIB@;;' - return 0 ;; esac - vsed -i meson.build -e \ - "s;@UCONTEXT_LIB@;cc.find_library('libucontext', dirs: unwind_lib);" }