From 270d8679d847832bdc8b344c115d3fc0ca3c36a6 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 22 Mar 2020 21:27:06 +0100 Subject: extra/sysconf: added patch for test with wrong gsize format string --- extra/sysprof/PKGBUILD | 8 ++++++++ .../sysprof-3.36.0-allocs-by-size-gsize-format.patch | Bin 0 -> 631 bytes 2 files changed, 8 insertions(+) create mode 100644 extra/sysprof/PKGBUILD create mode 100644 extra/sysprof/sysprof-3.36.0-allocs-by-size-gsize-format.patch (limited to 'extra') diff --git a/extra/sysprof/PKGBUILD b/extra/sysprof/PKGBUILD new file mode 100644 index 00000000..de23085b --- /dev/null +++ b/extra/sysprof/PKGBUILD @@ -0,0 +1,8 @@ +source+=('sysprof-3.36.0-allocs-by-size-gsize-format.patch') +sha256sums+=('cce5ea34047e29327b9a4d127e4db3030c142e43191358d712242383fcba565d') +eval "$( + declare -f prepare | \ + sed ' + /cd.*/a patch -p1 -i "$srcdir/sysprof-3.36.0-allocs-by-size-gsize-format.patch" + ' +)" diff --git a/extra/sysprof/sysprof-3.36.0-allocs-by-size-gsize-format.patch b/extra/sysprof/sysprof-3.36.0-allocs-by-size-gsize-format.patch new file mode 100644 index 00000000..831c2f30 Binary files /dev/null and b/extra/sysprof/sysprof-3.36.0-allocs-by-size-gsize-format.patch differ -- cgit v1.2.3-54-g00ecf