diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-05-11 10:29:49 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-27 20:04:45 +0000 |
commit | 446f14996174242394b31b2d61631fe053e602b3 (patch) | |
tree | 59196e24586cfe7a22c3ca70396cd91db02fde59 /community | |
parent | cf889e85523aad5cf43813d541dc4f2d609999b1 (diff) | |
download | aports-446f14996174242394b31b2d61631fe053e602b3.tar.bz2 aports-446f14996174242394b31b2d61631fe053e602b3.tar.xz |
community/cups-filters: depend on ghostscript
It's required for printing PDFs
Diffstat (limited to 'community')
-rw-r--r-- | community/cups-filters/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/cups-filters/APKBUILD b/community/cups-filters/APKBUILD index 19102aa5e3..a158fb33b0 100644 --- a/community/cups-filters/APKBUILD +++ b/community/cups-filters/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=cups-filters pkgver=1.22.5 -pkgrel=1 +pkgrel=2 pkgdesc="OpenPrinting CUPS filters and backends" url="https://wiki.linuxfoundation.org/openprinting/cups-filters" arch="all" @@ -13,7 +13,7 @@ license="GPL-2.0-or-later LGPL-2.1-or-later MIT" # and busybox ash supports most of what bash does # texttops/textopdf need FreeMono from ttf-freefont # for text printing to work -depends="poppler-utils bc ttf-freefont" +depends="poppler-utils bc ttf-freefont ghostscript" makedepends="bash cups-dev libjpeg-turbo-dev poppler-dev zlib-dev libpng-dev tiff-dev lcms2-dev freetype-dev ghostscript-dev fontconfig-dev qpdf-dev avahi-dev dbus-dev linux-headers mupdf-tools |