Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions srcpkgs/meson/template
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
Expand All @@ -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
}
Expand Down