Date: Saturday, April 2, 2022 @ 13:41:04 Author: heftig Revision: 441247
2.54.0-2: debug on Modified: librsvg/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-02 13:34:20 UTC (rev 441246) +++ PKGBUILD 2022-04-02 13:41:04 UTC (rev 441247) @@ -4,7 +4,7 @@ pkgbase=librsvg pkgname=(librsvg librsvg-docs) pkgver=2.54.0 -pkgrel=1 +pkgrel=2 epoch=2 pkgdesc="SVG rendering library" url="https://wiki.gnome.org/Projects/LibRsvg" @@ -13,6 +13,7 @@ depends=(cairo freetype2 gdk-pixbuf2 glib2 harfbuzz libxml2 pango) makedepends=(gobject-introspection vala git rust gi-docgen python-docutils) checkdepends=(ttf-dejavu) +options=(debug) _commit=bad722eb736b84e043d824df1683b63d73421ca7 # tags/2.54.0^0 source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit") sha256sums=('SKIP') @@ -30,6 +31,9 @@ # Use LTO export CARGO_PROFILE_RELEASE_LTO=true CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1 +# Use debug +export CARGO_PROFILE_RELEASE_DEBUG=2 + build() { cd librsvg ./configure --prefix=/usr --disable-static --enable-vala
