[arch-commits] Commit in lib32-librsvg/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Sat Apr 2 13:41:07 UTC 2022


    Date: Saturday, April 2, 2022 @ 13:41:06
  Author: heftig
Revision: 1180792

2.54.0-2: debug on

Modified:
  lib32-librsvg/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-02 12:17:23 UTC (rev 1180791)
+++ PKGBUILD	2022-04-02 13:41:06 UTC (rev 1180792)
@@ -5,7 +5,7 @@
 
 pkgname=lib32-librsvg
 pkgver=2.54.0
-pkgrel=1
+pkgrel=2
 epoch=2
 pkgdesc="SVG rendering library (32-bit)"
 url="https://wiki.gnome.org/Projects/LibRsvg"
@@ -15,6 +15,7 @@
          lib32-harfbuzz lib32-libxml2 lib32-pango librsvg)
 makedepends=(gobject-introspection git rust lib32-rust-libs)
 checkdepends=(ttf-dejavu)
+options=(debug)
 _commit=bad722eb736b84e043d824df1683b63d73421ca7  # tags/2.54.0^0
 source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit"
         multilib.diff)
@@ -38,6 +39,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
 



More information about the arch-commits mailing list