aboutsummaryrefslogtreecommitdiffstats
path: root/main/ghostscript/APKBUILD
diff options
context:
space:
mode:
authorIsaac Dunham <ibid.ag@gmail.com>2014-06-29 23:03:31 -0700
committerNatanael Copa <ncopa@alpinelinux.org>2014-07-03 11:52:18 +0000
commit72480c31e331f217f508eacea0c5b47227596c0e (patch)
treea66c9820f0b307bf274d52764e6307765b5acc74 /main/ghostscript/APKBUILD
parentca87d03eaf0956a048104e7aeca99be5a21a073c (diff)
downloadaports-72480c31e331f217f508eacea0c5b47227596c0e.tar.bz2
aports-72480c31e331f217f508eacea0c5b47227596c0e.tar.xz
main/ghostscript: cups driver needed for printing
Without the 'cups' driver being enabled in ghostscript, cups cannot work. (cherry picked from commit f4b38b749e5826885416c85727d8b413b0372b17)
Diffstat (limited to 'main/ghostscript/APKBUILD')
-rw-r--r--main/ghostscript/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/ghostscript/APKBUILD b/main/ghostscript/APKBUILD
index f61b15e6c4..1df48367c8 100644
--- a/main/ghostscript/APKBUILD
+++ b/main/ghostscript/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Cameron Banta <cbanta@gmail.com>
pkgname=ghostscript
pkgver=9.10
-pkgrel=0
+pkgrel=1
pkgdesc="An interpreter for the PostScript language and for PDF"
url="http://ghostscript.com/"
arch="all"
license="GPL3"
makedepends="autoconf automake libjpeg-turbo-dev libpng-dev jasper-dev expat-dev
zlib-dev tiff-dev freetype-dev libiconv-dev lcms-dev gtk+3.0-dev
- libtool"
+ cups-dev libtool"
subpackages="$pkgname-doc $pkgname-dev $pkgname-gtk"
source="http://downloads.ghostscript.com/public/$pkgname-$pkgver.tar.gz"
@@ -64,7 +64,7 @@ build(){
--with-jbig2dec \
--without-omni \
--enable-gtk \
- --with-drivers=FILES \
+ --with-drivers=FILES,cups \
--with-fontpath=/usr/share/fonts/Type1:/usr/share/fonts \
--disable-compile-inits \
|| return 1