From aa5ba0af168adc746cb6c011d032d8a06eecc4ff Mon Sep 17 00:00:00 2001 From: Isaac Dunham Date: Sun, 29 Jun 2014 07:04:52 -0700 Subject: testing/xpdf: remove all xpdf-utils The utilities supplied by xpdf are the same ones supplied by poppler --- testing/xpdf/APKBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'testing/xpdf/APKBUILD') diff --git a/testing/xpdf/APKBUILD b/testing/xpdf/APKBUILD index 196c9d9190..b2943becca 100644 --- a/testing/xpdf/APKBUILD +++ b/testing/xpdf/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Isaac Dunham pkgname=xpdf pkgver="3.04" -pkgrel=0 +pkgrel=1 pkgdesc="The classic X11 PDF viewer" url="http://foolabs.com/xpdf" arch="all" @@ -48,10 +48,8 @@ package() { make DESTDIR="$pkgdir" install || return 1 rm -f "$pkgdir"/usr/lib/*.la #delete pdf* utils that conflict with poppler-utils. - for i in pdftops pdftotxt pdfinfo pdfdetach; do - rm -f "$pkgdir"/usr/bin/$i - rm -f "$pkgdir"/usr/share/man/man1/$i.1 - done + rm -f "$pkgdir"/usr/bin/pdf* + rm -f "$pkgdir"/usr/share/man/man1/pdf* } md5sums="3bc86c69c8ff444db52461270bef3f44 xpdf-3.04.tar.gz -- cgit v1.2.3