mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
geary: update to 44.1.
This commit is contained in:
parent
b10b0c71dd
commit
1e2f91248b
1 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'geary'
|
# Template file for 'geary'
|
||||||
pkgname=geary
|
pkgname=geary
|
||||||
version=43.0
|
version=44.1
|
||||||
revision=3
|
revision=1
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dprofile=release -Dcontractor=enabled"
|
configure_args="-Dprofile=release -Dcontractor=enabled"
|
||||||
|
@ -19,17 +19,17 @@ license="LGPL-2.1-or-later"
|
||||||
homepage="https://wiki.gnome.org/Apps/Geary"
|
homepage="https://wiki.gnome.org/Apps/Geary"
|
||||||
changelog="https://gitlab.gnome.org/GNOME/geary/-/raw/main/NEWS"
|
changelog="https://gitlab.gnome.org/GNOME/geary/-/raw/main/NEWS"
|
||||||
distfiles="${GNOME_SITE}/geary/${version%.*}/geary-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/geary/${version%.*}/geary-${version}.tar.xz"
|
||||||
checksum=489166f87dd9d29011f5e5b79694f2588b473f7e191c59ce9013c8c8e0e363e7
|
checksum=7d11cb6e1c504e108c2dc91aa2256a4404dcabe7d1c873d8d6094e2df335a277
|
||||||
make_check=no # tests fail with a webkit process crash
|
make_check=no # tests fail with a webkit process crash
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
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@;;'
|
vsed -i meson.build -e 's;@UCONTEXT_LIB@;;'
|
||||||
return 0
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
vsed -i meson.build -e \
|
|
||||||
"s;@UCONTEXT_LIB@;cc.find_library('libucontext', dirs: unwind_lib);"
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue