librsvg source for verification 2026-05-22

This commit is contained in:
2026-05-22 16:45:08 +08:00
commit 75af7ac721
2138 changed files with 161177 additions and 0 deletions

18
librsvg-rebind/regen.sh Executable file
View File

@@ -0,0 +1,18 @@
#!/bin/sh -e
BUILDDIR="../builddir"
set -x
cd "$(dirname "$0")"
if [ -d "../builddir" ]; then
meson setup --reconfigure "$BUILDDIR" ../
else
meson setup "$BUILDDIR" ../
fi
meson compile -C ../builddir
./gir/generator.py --no-fmt --gir-files-directories "$BUILDDIR/rsvg" gir-files/ $@
cargo fmt --all