From 6347d39f4ae78abd057b996070f13aadb02f0348 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Tue, 8 Apr 2014 14:38:25 -0300 Subject: abiword-libre-3.0.0-2: fix saving pdf documents; FS#39652 => https://bugs.archlinux.org/task/39652 --- libre/abiword-libre/PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'libre/abiword-libre/PKGBUILD') diff --git a/libre/abiword-libre/PKGBUILD b/libre/abiword-libre/PKGBUILD index 301ffd497..0139961e0 100644 --- a/libre/abiword-libre/PKGBUILD +++ b/libre/abiword-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 203024 2014-01-01 19:07:24Z andyrtr $ +# $Id: PKGBUILD 209913 2014-04-08 14:24:40Z andyrtr $ # Contributor: Giovanni Scafora # Contributor: Maël Lavault # Maintainer (Parabola): André Silva @@ -7,7 +7,7 @@ _pkgbase=abiword pkgbase=abiword-libre pkgname=('abiword-libre' 'abiword-libre-plugins') pkgver=3.0.0 -pkgrel=1.1 +pkgrel=2 arch=('i686' 'x86_64' 'mips64el') license=('GPL') url='http://www.abisource.com' @@ -17,8 +17,10 @@ makedepends=('pkgconfig' 'asio' 'boost' 'fribidi' 'goffice' 'libwmf' 'wv' 'redland' 'libical') options=('!makeflags') source=(http://abisource.com/downloads/$_pkgbase/$pkgver/source/$_pkgbase-$pkgver.tar.gz + fix_crash_saving_pdf.patch liberation-fonts.patch) md5sums=('8d9c41cff3a8fbef8d0c835c65600e65' + 'c3336f5ac7d227ff755c7e42459f20e1' 'e7ef4d436469ae4b24b0f784b09ab023') prepare() { @@ -48,6 +50,9 @@ build() { #./../../../backends/tcp/xp/Session.h:34:63: error: expected class-name before ',' token # class Session : public Synchronizer, public boost::noncopyable, public boost::enable_shared_from_this + # fix FS#39652 - http://bugzilla.abisource.com/show_bug.cgi?id=13586#c2 + patch -Np2 -i ${srcdir}/fix_crash_saving_pdf.patch + ./configure --prefix=/usr \ --enable-shared \ --disable-static \ -- cgit v1.2.3