From 758e4d83d963bdbb9e68479a343c2f7a5ef624b0 Mon Sep 17 00:00:00 2001 From: PoroCYon
Date: Sat, 28 Jun 2025 19:07:29 +0200 Subject: [PATCH] meson: update to 1.8.2 --- srcpkgs/meson/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/meson/template b/srcpkgs/meson/template index b9f6e37a9704eb..9222231658306d 100644 --- a/srcpkgs/meson/template +++ b/srcpkgs/meson/template @@ -1,6 +1,6 @@ # Template file for 'meson' pkgname=meson -version=1.6.1 +version=1.8.2 revision=1 build_style=python3-module hostmakedepends="python3-devel python3-setuptools" @@ -14,7 +14,7 @@ license="Apache-2.0" homepage="https://mesonbuild.com" changelog="https://raw.githubusercontent.com/mesonbuild/meson/master/docs/markdown/Release-notes-for-${version%.*}.0.md" distfiles="https://github.com/mesonbuild/meson/releases/download/${version}/meson-${version}.tar.gz" -checksum=1eca49eb6c26d58bbee67fd3337d8ef557c0804e30a6d16bfdf269db997464de +checksum=c105816d8158c76b72adcb9ff60297719096da7d07f6b1f000fd8c013cd387af # XXX: sanitizers aren't available on musl if [ "$XBPS_TARGET_LIBC" = glibc ]; then @@ -24,6 +24,8 @@ fi post_patch() { if [ "$XBPS_TARGET_LIBC" = musl ]; then vsed -e 's/test_pch_with_address_sanitizer/_&/' \ + -e 's/test_env_cflags_ldflags/_&/' \ + -e 's/test_generate_gir_with_address_sanitizer/_&/' \ -i unittests/linuxliketests.py fi }