Skip to content

Commit

Permalink
Update librsvg to version 2.58.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and nacho committed May 27, 2024
1 parent 39af4fa commit bef6ea9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 34 deletions.
29 changes: 0 additions & 29 deletions gvsbuild/patches/librsvg/0001-allow-dead-code.patch

This file was deleted.

8 changes: 3 additions & 5 deletions gvsbuild/projects/librsvg.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ def __init__(self):
Project.__init__(
self,
"librsvg",
version="2.58.0",
version="2.58.1",
repository="https://gitlab.gnome.org/GNOME/librsvg",
archive_url="https://download.gnome.org/sources/librsvg/{major}.{minor}/librsvg-{version}.tar.xz",
hash="d7c444a926406b59790be0deae196e18ed26059da573fa1aa9ec9ca7658a559c",
hash="3728596290a8576d305d06ec8afdf473516feee9dff22e03235eac433d56824e",
dependencies=[
"cargo",
"cairo",
Expand All @@ -36,9 +36,7 @@ def __init__(self):
"libxml2",
"freetype",
],
patches=[
"0001-allow-dead-code.patch",
],
patches=[],
)
if Project.opts.enable_gi:
self.add_dependency("gobject-introspection")
Expand Down

0 comments on commit bef6ea9

Please sign in to comment.