Skip to content

Commit

Permalink
libgxps: updated to 0.2.5. (#2221)
Browse files Browse the repository at this point in the history
  • Loading branch information
KrullBorg authored and Alexpux committed Feb 27, 2017
1 parent 616e3cb commit c54ba91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 42 deletions.
35 changes: 0 additions & 35 deletions mingw-w64-libgxps/0003-missing-cflags-libs.patch

This file was deleted.

11 changes: 4 additions & 7 deletions mingw-w64-libgxps/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=libgxps
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.2.4
pkgver=0.2.5
pkgrel=1
arch=('any')
pkgdesc="A library to handling and rendering XPS documents (mingw-w64)"
Expand All @@ -24,16 +24,13 @@ options=('strip' 'staticlibs')
license=("LGPL 2.1")
url="https://www.gnome.org"
source=(https://download.gnome.org/sources/${_realname}/${pkgver:0:3}/${_realname}-${pkgver}.tar.xz
0002-missing-include.patch
0003-missing-cflags-libs.patch)
sha256sums=('e9d6aa02836d9d4823a51705d3e1dee6fc4bce11d72566024042cfaac56ec7a4'
'85e7ce99a0286510f44dad9468faf991b4852f0e6e19c70842a4b38fc6f71919'
'880cd116af31be5108a45d524b371058553c27504e8c1b513d13d021d1259dfc')
0002-missing-include.patch)
sha256sums=('3e7594c5c9b077171ec9ccd3ff2b4f4c4b29884d26d4f35e740c8887b40199a0'
'85e7ce99a0286510f44dad9468faf991b4852f0e6e19c70842a4b38fc6f71919')

prepare() {
cd ${_realname}-${pkgver}
patch -p1 -i ${srcdir}/0002-missing-include.patch
patch -p1 -i ${srcdir}/0003-missing-cflags-libs.patch

autoreconf -fi
}
Expand Down

0 comments on commit c54ba91

Please sign in to comment.