geary: update to 44.1.

This commit is contained in:
Mohammed Anas 2023-11-27 14:12:45 +00:00 committed by classabbyamp
parent b10b0c71dd
commit 1e2f91248b

View file

@ -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);"
}