Package: muon-meson / 0.5.0-1

Metadata

Package Version Patches format
muon-meson 0.5.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 fix argv0 of cmd array not resolved by find_prog.patch | (download)

src/functions/kernel.c | 9 9 + 0 - 0 !
1 file changed, 9 insertions(+)

 in the case where the command was set using an env
 override.
 .
 This fixes various tests when samu integration is disabled.
0002 Increase test timeout.patch | (download)

tests/fmt/meson.build | 2 1 + 1 - 0 !
tests/project/meson.build | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+), 1 deletion(-)

 increase test timeout

0003 Never use git.patch | (download)

meson.build | 2 1 + 1 - 0 !
subprojects/meson-tests/meson.build | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 never use git

Otherwise upstream's build system tries to perform git fetches and such.

0004 Make meson_reference.3 generation reproducible.patch | (download)

subprojects/meson-docs/docs/refman/generatorman.py | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 make meson_reference.3 generation reproducible

0005 subprojects remove meson tests and meson docs wraps.patch | (download)

subprojects/meson-docs.wrap | 7 0 + 7 - 0 !
subprojects/meson-tests.wrap | 7 0 + 7 - 0 !
2 files changed, 14 deletions(-)

 subprojects: remove meson-tests and meson-docs wraps

The meson-tests and -docs directories are already part of the orig
tarball. Without this patch, the build system tries to perform a git
checkout from the net.