mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
cups-filters: update to 1.20.3.
Closes #14127. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
d9695eb156
commit
f3d3fe9392
1 changed files with 10 additions and 12 deletions
|
@ -1,26 +1,24 @@
|
||||||
# Template file for 'cups-filters'
|
# Template file for 'cups-filters'
|
||||||
pkgname=cups-filters
|
pkgname=cups-filters
|
||||||
version=1.20.1
|
version=1.20.3
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --with-rcdir=no --enable-avahi
|
configure_args="--disable-static --with-rcdir=no --enable-avahi
|
||||||
--with-browseremoteprotocols=DNSSD,CUPS"
|
--with-browseremoteprotocols=DNSSD,CUPS"
|
||||||
hostmakedepends="pkg-config ghostscript poppler-utils mupdf-tools glib-devel"
|
hostmakedepends="ghostscript glib-devel mupdf-tools poppler-utils pkg-config"
|
||||||
makedepends="lcms2-devel libpng-devel libqpdf-devel
|
makedepends="avahi-glib-libs-devel cups-devel fontconfig-devel
|
||||||
poppler-cpp-devel fontconfig-devel avahi-glib-libs-devel
|
ghostscript-devel lcms2-devel libqpdf-devel poppler-cpp-devel"
|
||||||
ghostscript-devel cups-devel"
|
depends="bc ghostscript libcups-filters-${version}_${revision} poppler-utils"
|
||||||
depends="libcups-filters-${version}_${revision} ghostscript poppler-utils bc"
|
|
||||||
checkdepends="dejavu-fonts-ttf"
|
checkdepends="dejavu-fonts-ttf"
|
||||||
conf_files="/etc/cups/cups-browsed.conf"
|
conf_files="/etc/cups/cups-browsed.conf"
|
||||||
short_desc="The OpenPrinting CUPS Filters"
|
short_desc="The OpenPrinting CUPS Filters"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2, LGPL-2.1, MIT"
|
license="GPL-2.0-or-later, LGPL-2.1-or-later, MIT"
|
||||||
homepage="http://www.linuxfoundation.org/collaborate/workgroups/openprinting"
|
homepage="https://wiki.linuxfoundation.org/openprinting/cups-filters"
|
||||||
distfiles="http://www.openprinting.org/download/${pkgname}/${pkgname}-${version}.tar.xz"
|
distfiles="http://openprinting.org/download/cups-filters/${pkgname}-${version}.tar.xz"
|
||||||
checksum=b36b58f8d4d776d337f22b7b89794afbce6fd10e8e9066a89591d8f2210f3d62
|
checksum=3b9a171c8270fcffc168845325c5358bdc38f716fad115278bbdfd44f7c428bc
|
||||||
|
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
disable_parallel_build=yes
|
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
ln -s /usr/share/fonts/TTF /usr/share/fonts/dejavu
|
ln -s /usr/share/fonts/TTF /usr/share/fonts/dejavu
|
||||||
|
|
Loading…
Add table
Reference in a new issue