From 7150b6e905c6215210153de996ce6fde2b1e66d2 Mon Sep 17 00:00:00 2001 From: Thomas Penteker Date: Mon, 5 May 2014 14:28:36 +0200 Subject: [PATCH] [notify] xpdf: remove duplicate pdf* binaries Use opt/popplel if you need these. Closes FS#1012 --- xpdf/.footprint | 7 ------- xpdf/Pkgfile | 4 +++- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/xpdf/.footprint b/xpdf/.footprint index debf41c85..2ca558cb6 100644 --- a/xpdf/.footprint +++ b/xpdf/.footprint @@ -2,13 +2,6 @@ drwxr-xr-x root/root etc/ -rw-r--r-- root/root etc/xpdfrc drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/pdfdetach --rwxr-xr-x root/root usr/bin/pdffonts --rwxr-xr-x root/root usr/bin/pdfimages --rwxr-xr-x root/root usr/bin/pdfinfo --rwxr-xr-x root/root usr/bin/pdftoppm --rwxr-xr-x root/root usr/bin/pdftops --rwxr-xr-x root/root usr/bin/pdftotext -rwxr-xr-x root/root usr/bin/xpdf drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ diff --git a/xpdf/Pkgfile b/xpdf/Pkgfile index 302ed0748..2339f8e63 100644 --- a/xpdf/Pkgfile +++ b/xpdf/Pkgfile @@ -6,7 +6,7 @@ name=xpdf version=3.03 -release=1 +release=2 source=(ftp://ftp.foolabs.com/pub/xpdf/$name-$version.tar.gz) build() { @@ -27,4 +27,6 @@ build() { make make install DESTDIR=$PKG + + find $PKG/usr/bin -iname 'pdf*' -delete }