diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-06-04 15:32:19 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-06-04 15:32:19 +0200 |
commit | 94a0e96e265e87612cab007914c7ea3887525965 (patch) | |
tree | 90c11f85bed2994377ec610f978bbf3ce494fefc /testing | |
parent | 4bf37051cd16b058abbf468276fa9dcc352b5a4c (diff) | |
download | aports-94a0e96e265e87612cab007914c7ea3887525965.tar.bz2 aports-94a0e96e265e87612cab007914c7ea3887525965.tar.xz |
main/cups-filters: textonly is a bash script so depend on bash
Diffstat (limited to 'testing')
-rw-r--r-- | testing/cups-filters/APKBUILD | 5 |
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 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=cups-filters pkgver=1.0.34 -pkgrel=0 +pkgrel=1 pkgdesc="OpenPrinting CUPS filters and backends" url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting/pdf_as_standard_print_job_format" arch="all" license="GPLv2 and GPLv2+ and GPLv3 and MIT" -depends="poppler-utils bc" +# textonly is a bash script +depends="poppler-utils bc bash" depends_dev="" makedepends="$depends_dev cups-dev libjpeg-turbo-dev poppler-dev zlib-dev libpng-dev tiff-dev lcms-dev freetype-dev ghostscript-dev fontconfig-dev |