diff options
author | Isaac Dunham <ibid.ag@gmail.com> | 2014-06-29 07:04:52 -0700 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-06-30 06:58:55 +0000 |
commit | aa5ba0af168adc746cb6c011d032d8a06eecc4ff (patch) | |
tree | 5c8787825e222536da978973eaeb80e16679af80 /testing | |
parent | 2a8bca8583962b25ae13ba26f3371fdfb899cee7 (diff) | |
download | aports-aa5ba0af168adc746cb6c011d032d8a06eecc4ff.tar.bz2 aports-aa5ba0af168adc746cb6c011d032d8a06eecc4ff.tar.xz |
testing/xpdf: remove all xpdf-utils
The utilities supplied by xpdf are the same ones supplied by poppler
Diffstat (limited to 'testing')
-rw-r--r-- | testing/xpdf/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
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 <ibid.ag@gmail.com> 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 |