summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-07-30 21:54:42 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-07-30 21:55:02 -0300
commitcf351b98b2efca50dddaea02cb7061b2c70d2a95 (patch)
tree650bd74a01098ab6009730bf1a242cffec157b46 /libre
parentf5bededb6c6d4960dfc14ec28d388824fbef2670 (diff)
ghostscript-9.19-2.parabola1: don't build internal ijs anymore
* upstream dropped ijs-config and broke gutenprint and other ijs drivers... * let's use ancient separate ijs in its way it was before it went into ghostscript sources
Diffstat (limited to 'libre')
-rw-r--r--libre/ghostscript/PKGBUILD16
1 files changed, 3 insertions, 13 deletions
diff --git a/libre/ghostscript/PKGBUILD b/libre/ghostscript/PKGBUILD
index 40f000d9b..a72e4d7cb 100644
--- a/libre/ghostscript/PKGBUILD
+++ b/libre/ghostscript/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 262479 2016-03-24 19:12:33Z andyrtr $
+# $Id: PKGBUILD 272516 2016-07-27 18:05:29Z andyrtr $
# Maintainer (Arch): AndyRTR <andyrtr@archlinux.org>
# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=ghostscript
pkgver=9.19
-pkgrel=1.parabola1
+pkgrel=2.parabola1
pkgdesc="An interpreter for the PostScript language, without nonfree JPEG XR support"
arch=('i686' 'x86_64' 'armv7h')
license=('AGPL' 'custom')
depends=('libxt' 'libcups' 'fontconfig' 'jasper' 'zlib' 'libpng>=1.5.7' 'libjpeg'
'libtiff>=4.0.0' 'lcms2' 'dbus' 'libpaper')
-makedepends=('gtk3' 'gnutls' 'hardening-wrapper')
+makedepends=('gtk3' 'gnutls' 'hardening-wrapper' 'ijs')
optdepends=('texlive-core: needed for dvipdf'
'gtk3: needed for gsx')
conflicts=('ghostscript-libre')
@@ -69,12 +69,6 @@ build() {
--disable-compile-inits #--help # needed for linking with system-zlib
make
- # Build IJS
- cd ijs
- sed -i "s:AM_PROG_CC_STDC:AC_PROG_CC:g" configure.ac
- ./autogen.sh
- ./configure --prefix=/usr --enable-shared --disable-static
- make
}
package() {
@@ -91,10 +85,6 @@ package() {
# remove unwanted localized man-pages
rm -rf "$pkgdir"/usr/share/man/[^man1]*
- # install IJS
- cd ijs
- make DESTDIR="${pkgdir}" install
-
# remove filters that are now maintained in cups-filters as upstream home
rm -rf "$pkgdir"/usr/lib/cups/filter/{gstopxl,gstoraster}
}