mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
testing/xpdf: remove all xpdf-utils
The utilities supplied by xpdf are the same ones supplied by poppler
This commit is contained in:
parent
2a8bca8583
commit
aa5ba0af16
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user