Skip to content

Commit

Permalink
Merge pull request #10355 from mmuetzel/librsvg-2.52.5
Browse files Browse the repository at this point in the history
librsvg: Update to version 2.52.5
  • Loading branch information
lazka authored Dec 18, 2021
2 parents 7d67591 + f334757 commit 516e413
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 90 deletions.
41 changes: 0 additions & 41 deletions mingw-w64-librsvg/0001-fix-stdout-to-file.patch

This file was deleted.

22 changes: 0 additions & 22 deletions mingw-w64-librsvg/0002-win32-libs.patch

This file was deleted.

11 changes: 0 additions & 11 deletions mingw-w64-librsvg/0007-missing-exe-ext.patch

This file was deleted.

21 changes: 5 additions & 16 deletions mingw-w64-librsvg/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
_realname=librsvg
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=2.52.4
pkgrel=2
pkgver=2.52.5
pkgrel=1
pkgdesc="SVG rendering library (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
Expand All @@ -22,25 +22,14 @@ depends=("${MINGW_PACKAGE_PREFIX}-gdk-pixbuf2"
optdepends=("${MINGW_PACKAGE_PREFIX}-gtk3: for rsvg-view-3")
options=('staticlibs' 'strip')
source=("https://download.gnome.org/sources/librsvg/${pkgver%.*}/${_realname}-${pkgver}.tar.xz"
"0001-fix-stdout-to-file.patch"
"0002-win32-libs.patch"
"0005-hack-unixy-paths.patch"
"0007-missing-exe-ext.patch")
sha256sums=('660ec8836a3a91587bc9384920132d4c38d1d1718c67fe160c5213fe4dec2928'
'0a6a978722f88686cd51c15ffc4d4fcad0519eceb3b963e8057e2603ec7b3c26'
'cf5bf24898122b3fe4ec4dcf02c53d69447a3d7c012704cafc3bf772322dfd74'
'8f77800142cbd51c8d19b4f601ebc35bbcbb5e8a3b3ffb445013ed52b5b27b32'
'c237e6d9b64ba5d45c5c3138502c6cc9bafa2f33e07521e54dc1a7f8e2cb4e83')
"0005-hack-unixy-paths.patch")
sha256sums=('407cbbab518137ea18a3f3220bea180fbee75f3e5bd6ba10a7a862c1a6f74d82'
'8f77800142cbd51c8d19b4f601ebc35bbcbb5e8a3b3ffb445013ed52b5b27b32')

prepare() {
cd "${srcdir}/${_realname}-${pkgver}"

# Fix https://gitlab.gnome.org/GNOME/librsvg/-/issues/812
patch -p1 -i "${srcdir}/0001-fix-stdout-to-file.patch"

patch -p1 -i "${srcdir}/0002-win32-libs.patch"
patch -p1 -i "${srcdir}/0005-hack-unixy-paths.patch"
patch -p1 -i "${srcdir}/0007-missing-exe-ext.patch"

autoreconf -fiv
}
Expand Down

0 comments on commit 516e413

Please sign in to comment.