summaryrefslogtreecommitdiff
path: root/extra/xpdf/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/xpdf/PKGBUILD')
-rw-r--r--extra/xpdf/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/extra/xpdf/PKGBUILD b/extra/xpdf/PKGBUILD
index 08574b777..5dbaf8468 100644
--- a/extra/xpdf/PKGBUILD
+++ b/extra/xpdf/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 177029 2013-02-04 13:10:00Z bisson $
+# $Id: PKGBUILD 193958 2013-09-08 17:19:05Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: tobias <tobias@archlinux.org>
# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca>
@@ -6,7 +6,7 @@
pkgname=xpdf
#pkgver=3.03_pl1
pkgver=3.03
-pkgrel=3
+pkgrel=4
pkgdesc='Viewer for Portable Document Format (PDF) files'
url='http://www.foolabs.com/xpdf/'
license=('GPL2')
@@ -16,9 +16,11 @@ optdepends=('poppler: tools that used to be included in xpdf'
'desktop-file-utils: for desktop environments')
# "ftp://ftp.foolabs.com/pub/${pkgname}/${pkgname}-${pkgver%_*}pl1.patch"
source=("ftp://ftp.foolabs.com/pub/${pkgname}/${pkgname}-${pkgver%_*}.tar.gz"
+ 'sanitize.patch'
'char.patch'
'desktop')
sha1sums=('499423e8a795e0efd76ca798239eb4d0d52fe248'
+ '2face78a2f550fd15eeceb8a1ce47c566104f457'
'5c471944685a6b24a2b0c0e000562d1a3263aeeb'
'17ebbfe457cb92e97b12b7362e8ce961526012d9')
@@ -29,6 +31,7 @@ build() {
cd "${srcdir}/${pkgname}-${pkgver%_*}"
# patch -p1 -i "../${pkgname}-${_srcver}pl1.patch"
+ patch -p1 -i ../sanitize.patch
patch -p1 -i ../char.patch
sed -i 's:/usr/share/fonts/type1/gsfonts:/usr/share/fonts/Type1:' xpdf/GlobalParams.cc