summaryrefslogtreecommitdiff
path: root/extra/xpdf
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-05-28 00:02:35 +0000
committerroot <root@rshg054.dnsready.net>2012-05-28 00:02:35 +0000
commit89dd7b5f30d48c708092a71b1c8285090fe91505 (patch)
treefb3a22f789121b955ff0fce7ec8d2f8c8886579b /extra/xpdf
parent1f45ad8e3f17397e2f44e68ef9a0d860091eea9e (diff)
Mon May 28 00:02:35 UTC 2012
Diffstat (limited to 'extra/xpdf')
-rw-r--r--extra/xpdf/PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/extra/xpdf/PKGBUILD b/extra/xpdf/PKGBUILD
index 12e63382c..f10a1b24f 100644
--- a/extra/xpdf/PKGBUILD
+++ b/extra/xpdf/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 135889 2011-08-20 02:28:50Z bisson $
+# $Id: PKGBUILD 159716 2012-05-26 07:54:51Z andyrtr $
# 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=1
+pkgrel=2
pkgdesc='Viewer for Portable Document Format (PDF) files'
url='http://www.foolabs.com/xpdf/'
license=('GPL2')
@@ -57,10 +57,8 @@ package() {
install -Dm644 ../desktop "${pkgdir}/usr/share/applications/xpdf.desktop"
install -Dm644 xpdf/xpdfIcon.xpm "${pkgdir}/usr/share/pixmaps/xpdf.xpm"
- # remove libs and manpages provided by poppler
- # pdfdetach should go there too once it is in poppler
- for tool in pdffonts pdfimages pdfinfo pdftoppm pdftops pdftotext ; do
- rm "${pkgdir}/usr/bin/${tool}"
- rm "${pkgdir}/usr/share/man/man1/${tool}.1"
+ # stuff provided by poppler
+ for tool in pdfdetach pdffonts pdfimages pdfinfo pdftoppm pdftops pdftotext; do
+ rm "${pkgdir}/usr/bin/${tool}" "${pkgdir}/usr/share/man/man1/${tool}.1"
done
}