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

View File

@@ -0,0 +1,17 @@
#!/bin/bash
#
# IMPORTANT: See
# https://gnome.pages.gitlab.gnome.org/librsvg/devel-docs/ci.html#container-image-version
if [ -z "$PREFIX" ]; then
echo "Using default prefix /usr/local/librsvg for dependencies."
echo "If this is not what you want, set the PREFIX variable"
echo "before sourcing this script."
PREFIX=/usr/local/librsvg
fi
export PATH=$PREFIX/bin:$PATH
export LD_LIBRARY_PATH=$PREFIX/lib64
export PKG_CONFIG_PATH=$PREFIX/lib64/pkgconfig
export XDG_DATA_DIRS=${PREFIX}/share:/usr/share
export ACLOCAL_PATH=${PREFIX}/share/aclocal