summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBruno Pagani2017-10-27 19:57:21 +0200
committerBruno Pagani2017-10-27 19:57:21 +0200
commite02b05ca1deb0fb5cec09701b1c7665fa3e51d73 (patch)
tree54f2b67ce5f784a44cffd30b5f6f75ff0795c876 /PKGBUILD
parentdb849e67c158944b2f778c349b8e6ebb1a984291 (diff)
downloadaur-e02b05ca1deb0fb5cec09701b1c7665fa3e51d73.tar.gz
Fix build issue with poppler >= 0.58
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd00379b2434..0f604a97981a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_pkgname=scribus
pkgname=${_pkgname}-devel
pkgver=1.5.3
-pkgrel=1
+pkgrel=2
pkgdesc="Desktop publishing software"
arch=('i686' 'x86_64')
url="https://www.scribus.net/"
@@ -21,9 +21,11 @@ optdepends=('tk: scripts based on tkinter'
conflicts=("${_pkgname}")
provides=("${_pkgname}")
source=("https://downloads.sourceforge.net/${_pkgname}/${_pkgname}-${pkgver}.tar.xz"{,.asc}
- 'findOpenSSL.patch')
+ 'findOpenSSL.patch'
+ 'fix-poppler-issue.patch')
sha256sums=('73a30b4727e19f5d301a936d23a84275cc4f5613a92416cbd843f5167721d74f' 'SKIP'
- 'd6d798a370442026e04d56769848761111d63af2ca69a6c2591233da3703dfb4')
+ 'd6d798a370442026e04d56769848761111d63af2ca69a6c2591233da3703dfb4'
+ '9e9e954cb30fe606196cb8fc1864983fa571f3a729aec0c3ef01fc577be238a1')
validpgpkeys=('5086B8D68E70FDDF4C40045AEF7B95E7F60166DA' # Peter Linnell <plinnell@scribus.net>
'757F5E9B13DD648887AD50092D47C099E782504E') # The Scribus Team (www.scribus.net) <the_scribus_team@scribus.net>
@@ -31,6 +33,7 @@ prepare() {
cd ${_pkgname}-${pkgver}
patch -p1 -i ../findOpenSSL.patch
+ patch -p1 -i ../fix-poppler-issue.patch
sed \
-e 's|#!/usr/bin/python|#!/usr/bin/python2|' \