diff --git a/desktop/gnome2/librsvg/actions.py b/desktop/gnome2/librsvg/actions.py index 377e473760..95cd2e4d23 100644 --- a/desktop/gnome2/librsvg/actions.py +++ b/desktop/gnome2/librsvg/actions.py @@ -10,14 +10,15 @@ from pisi.actionsapi import shelltools from pisi.actionsapi import mesontools from pisi.actionsapi import get - def setup(): - #shelltools.system("sed -i '/tree_index/d' doc/rsvg-docs.xml") - # autotools.autoreconf("-fiv") + # shelltools.export("CARGO_PROFILE_RELEASE_DEBUG", "2") + # shelltools.export("CARGO_PROFILE_RELEASE_STRIP", "false") + # shelltools.export("CARGO_PROFILE_RELEASE_LTO", "true") + # shelltools.export("CARGO_PROFILE_RELEASE_CODEGEN_UNITS", "1") + # shelltools.system("""cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')" """) + mesontools.configure() - - # pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): mesontools.build() diff --git a/desktop/gnome2/librsvg/pspec.xml b/desktop/gnome2/librsvg/pspec.xml index d6dfd5953b..37b97681bb 100644 --- a/desktop/gnome2/librsvg/pspec.xml +++ b/desktop/gnome2/librsvg/pspec.xml @@ -12,7 +12,7 @@ library Scalable Vector Graphics (SVG) rendering library librsvg is a component used within software applications to enable support for SVG-format scalable vector graphics. - mirrors://gnome/librsvg/2.59/librsvg-2.59.2.tar.xz + mirrors://gnome/librsvg/2.60/librsvg-2.60.0.tar.xz rust meson @@ -97,6 +97,13 @@ + + 2025-09-24 + 2.60.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-10-30 2.59.2