aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-06-04 15:32:19 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2013-06-04 14:16:39 +0000
commit37cb2bc5487019ec99b65bebd966112e418f8b5c (patch)
tree9a66dd05ee639abea384a5d0a70724ec2f47c989
parent5bc867d927fb73c38721b35a8453054747d373f8 (diff)
downloadalpine_aports-37cb2bc5487019ec99b65bebd966112e418f8b5c.tar.bz2
alpine_aports-37cb2bc5487019ec99b65bebd966112e418f8b5c.tar.xz
alpine_aports-37cb2bc5487019ec99b65bebd966112e418f8b5c.zip
main/cups-filters: textonly is a bash script so depend on bash
(cherry picked from commit 94a0e96e265e87612cab007914c7ea3887525965)
-rw-r--r--testing/cups-filters/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/cups-filters/APKBUILD b/testing/cups-filters/APKBUILD
index b87ecc1e66..3d0caa248b 100644
--- a/testing/cups-filters/APKBUILD
+++ b/testing/cups-filters/APKBUILD
@@ -1,12 +1,13 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
2pkgname=cups-filters 2pkgname=cups-filters
3pkgver=1.0.34 3pkgver=1.0.34
4pkgrel=0 4pkgrel=1
5pkgdesc="OpenPrinting CUPS filters and backends" 5pkgdesc="OpenPrinting CUPS filters and backends"
6url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting/pdf_as_standard_print_job_format" 6url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting/pdf_as_standard_print_job_format"
7arch="all" 7arch="all"
8license="GPLv2 and GPLv2+ and GPLv3 and MIT" 8license="GPLv2 and GPLv2+ and GPLv3 and MIT"
9depends="poppler-utils bc" 9# textonly is a bash script
10depends="poppler-utils bc bash"
10depends_dev="" 11depends_dev=""
11makedepends="$depends_dev cups-dev libjpeg-turbo-dev poppler-dev zlib-dev 12makedepends="$depends_dev cups-dev libjpeg-turbo-dev poppler-dev zlib-dev
12 libpng-dev tiff-dev lcms-dev freetype-dev ghostscript-dev fontconfig-dev 13 libpng-dev tiff-dev lcms-dev freetype-dev ghostscript-dev fontconfig-dev