Skip to content

Commit

Permalink
librsvg: Update to 2.57.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joebonrichie committed Mar 20, 2024
1 parent f4e0334 commit 80cc737
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions packages/l/librsvg/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : librsvg
version : 2.57.1
release : 55
version : 2.57.3
release : 56
source :
- https://download.gnome.org/sources/librsvg/2.57/librsvg-2.57.1.tar.xz : 074671a3ed6fbcd67cae2a40e539107f4f097ca8a4ab1a894c05e2524ff340ef
- https://download.gnome.org/sources/librsvg/2.57/librsvg-2.57.3.tar.xz : 1b2267082c0b77ef93b15747a5c754584eb5886baf2d5a08011cde0659c2c479
homepage : https://wiki.gnome.org/Projects/LibRsvg
license :
- GPL-2.0-or-later
Expand All @@ -14,6 +14,7 @@ description: |
optimize : speed
networking : yes
emul32 : yes
ccache : no # temporary workaround for sccache hang
patterns :
- devel :
- /usr/bin
Expand All @@ -26,11 +27,10 @@ builddeps :
- pkgconfig32(xdamage)
- pkgconfig32(xshmfence)
- cargo
- gi-docgen
- python-docutils # man
- vala
setup : |
flags='--disable-static --enable-vala'
flags='--disable-static --disable-gtk-doc --enable-vala'
if [ ! -z $EMUL32BUILD ]; then
flags+=' --host=i686-unknown-linux-gnu'
fi
Expand Down
14 changes: 7 additions & 7 deletions packages/l/librsvg/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</Description>
<PartOf>emul32</PartOf>
<RuntimeDependencies>
<Dependency release="55">librsvg</Dependency>
<Dependency release="56">librsvg</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so</Path>
Expand All @@ -53,8 +53,8 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="55">librsvg-devel</Dependency>
<Dependency release="55">librsvg-32bit</Dependency>
<Dependency release="56">librsvg-devel</Dependency>
<Dependency release="56">librsvg-32bit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/librsvg-2.so</Path>
Expand All @@ -68,7 +68,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="55">librsvg</Dependency>
<Dependency release="56">librsvg</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/rsvg-convert</Path>
Expand All @@ -82,9 +82,9 @@
</Files>
</Package>
<History>
<Update release="55">
<Date>2024-01-15</Date>
<Version>2.57.1</Version>
<Update release="56">
<Date>2024-03-20</Date>
<Version>2.57.3</Version>
<Comment>Packaging update</Comment>
<Name>Joey Riches</Name>
<Email>josephriches@gmail.com</Email>
Expand Down

0 comments on commit 80cc737

Please sign in to comment.