[arch-commits] Commit in xpdf/trunk (PKGBUILD)

Gaetan Bisson bisson at archlinux.org
Sun May 13 16:58:20 UTC 2012


    Date: Sunday, May 13, 2012 @ 12:58:20
  Author: bisson
Revision: 158959

rebuild for poppler-0.20

Modified:
  xpdf/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-13 16:11:10 UTC (rev 158958)
+++ PKGBUILD	2012-05-13 16:58:20 UTC (rev 158959)
@@ -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 @@
 	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
 }




More information about the arch-commits mailing list