diff options
Diffstat (limited to 'libre/gnu-ghostscript/PKGBUILD')
-rw-r--r-- | libre/gnu-ghostscript/PKGBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libre/gnu-ghostscript/PKGBUILD b/libre/gnu-ghostscript/PKGBUILD index 827222b39..46bbb845d 100644 --- a/libre/gnu-ghostscript/PKGBUILD +++ b/libre/gnu-ghostscript/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gnu-ghostscript _gspkgver=9.07 # ghostscript package version _pkgver=9.06 pkgver=9.06.0 -pkgrel=3 +pkgrel=4 pkgdesc="An interpreter for the PostScript language maintained by a team of GNU programmers" arch=('i686' 'x86_64' 'mips64el') license=('GPL3') @@ -77,4 +77,7 @@ package() { # install IJS cd ${srcdir}/${pkgname}-${pkgver}/ijs make -j1 DESTDIR=${pkgdir} install + + # remove filters that are now maintained in cups-filters as upstream home + rm -rf "$pkgdir"/usr/lib/cups/filter/{gstopxl,gstoraster} } |