diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-08-14 09:38:42 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-08-14 09:38:42 -0300 |
commit | f0d56a89411d587ed1758db696afafc38ffeb862 (patch) | |
tree | 5ec972e3ed0d4dd33b5c488c688449fe58cceddb /libre | |
parent | 85563373892c9b821b8e86830d07a80f4bf8944e (diff) | |
download | abslibre-f0d56a89411d587ed1758db696afafc38ffeb862.tar.gz abslibre-f0d56a89411d587ed1758db696afafc38ffeb862.tar.bz2 abslibre-f0d56a89411d587ed1758db696afafc38ffeb862.zip |
gnu-ghostscript,ghostscript-libre: remove two filters that are now maintained upstream in cups-filters
Diffstat (limited to 'libre')
-rw-r--r-- | libre/ghostscript-libre/PKGBUILD | 9 | ||||
-rw-r--r-- | libre/gnu-ghostscript/PKGBUILD | 5 |
2 files changed, 10 insertions, 4 deletions
diff --git a/libre/ghostscript-libre/PKGBUILD b/libre/ghostscript-libre/PKGBUILD index 9aceaadd1..d9be53172 100644 --- a/libre/ghostscript-libre/PKGBUILD +++ b/libre/ghostscript-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 183802 2013-04-28 00:51:13Z eric $ +# $Id: PKGBUILD 192537 2013-08-13 17:54:45Z andyrtr $ # Maintainer: AndyRTR <andyrtr@archlinux.org> # Maintainer (Parabola): Joshua Haase <hahj87@gmail.com> # Maintainer (Parabola): André Silva <emulatorman@lavabit.com> @@ -6,8 +6,8 @@ _pkgname=ghostscript pkgname=ghostscript-libre pkgver=9.07 -pkgrel=2 -pkgdesc="An interpreter for the PostScript language without nonfree files" +pkgrel=3 +pkgdesc="An interpreter for the PostScript language, without nonfree files" arch=('i686' 'x86_64' 'mips64el') license=('AGPL') #non free files removed depends=('libxt' 'libcups' 'fontconfig' 'jasper' 'zlib' 'libpng>=1.5.7' 'libjpeg' @@ -75,4 +75,7 @@ package() { # install IJS cd 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} } 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} } |