diff options
-rw-r--r-- | libre/ghostscript/PKGBUILD (renamed from libre/ghostscript-libre/PKGBUILD) | 12 | ||||
-rw-r--r-- | libre/ghostscript/ghostscript-sys-zlib.patch (renamed from libre/ghostscript-libre/ghostscript-sys-zlib.patch) | 0 | ||||
-rw-r--r-- | libre/ghostscript/libre.patch (renamed from libre/ghostscript-libre/libre.patch) | 0 |
3 files changed, 5 insertions, 7 deletions
diff --git a/libre/ghostscript-libre/PKGBUILD b/libre/ghostscript/PKGBUILD index c73b86a58..e12f428a6 100644 --- a/libre/ghostscript-libre/PKGBUILD +++ b/libre/ghostscript/PKGBUILD @@ -4,10 +4,9 @@ ### !!! rebuild groff from core that picks up hardcoding the GS versioned font path !!! ### -_pkgname=ghostscript -pkgname=ghostscript-libre +pkgname=ghostscript pkgver=9.14 -pkgrel=1 +pkgrel=1.parabola1 pkgdesc="An interpreter for the PostScript language, without nonfree JPEG XR support" arch=('i686' 'x86_64' 'mips64el') license=('AGPL' 'custom') @@ -16,9 +15,8 @@ depends=('libxt' 'libcups' 'fontconfig' 'jasper' 'zlib' 'libpng>=1.5.7' 'libjpeg makedepends=('gtk3' 'gnutls') optdepends=('texlive-core: needed for dvipdf' 'gtk3: needed for gsx') -conflicts=('ghostscript') -replaces=('ghostscript') -provides=("ghostscript=$pkgver") +conflicts=('ghostscript-libre') +replaces=('ghostscript-libre') url="http://www.ghostscript.com/" mksource=(http://downloads.ghostscript.com/public/ghostscript-${pkgver}.tar.bz2) source=(https://repo.parabolagnulinux.org/other/ghostscript-libre/ghostscript-libre-${pkgver}.tar.bz2 @@ -89,7 +87,7 @@ package() { # install missing doc files # http://bugs.archlinux.org/task/18023 install -m 644 "${srcdir}"/ghostscript-${pkgver}/doc/{Ps2ps2.htm,gs-vms.hlp,gsdoc.el,pscet_status.txt} "${pkgdir}"/usr/share/ghostscript/$pkgver/doc/ - install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${_pkgname}/LICENSE + install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE # remove unwanted localized man-pages rm -rf "$pkgdir"/usr/share/man/[^man1]* diff --git a/libre/ghostscript-libre/ghostscript-sys-zlib.patch b/libre/ghostscript/ghostscript-sys-zlib.patch index d632fcbb2..d632fcbb2 100644 --- a/libre/ghostscript-libre/ghostscript-sys-zlib.patch +++ b/libre/ghostscript/ghostscript-sys-zlib.patch diff --git a/libre/ghostscript-libre/libre.patch b/libre/ghostscript/libre.patch index 0fe1c3b2e..0fe1c3b2e 100644 --- a/libre/ghostscript-libre/libre.patch +++ b/libre/ghostscript/libre.patch |