foomatic-filters: update to 4.0.17.
This commit is contained in:
parent
1255c5b935
commit
801065af22
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'foomatic-filters'
|
# Template file for 'foomatic-filters'
|
||||||
pkgname=foomatic-filters
|
pkgname=foomatic-filters
|
||||||
version=4.0.16
|
version=4.0.17
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-dbus"
|
configure_args="--enable-dbus"
|
||||||
hostmakedepends="pkg-config perl enscript"
|
hostmakedepends="pkg-config perl enscript cups-devel"
|
||||||
makedepends="dbus-devel cups-devel"
|
makedepends="dbus-devel cups-devel"
|
||||||
depends="perl"
|
depends="perl"
|
||||||
conf_files="/etc/foomatic/filter.conf"
|
conf_files="/etc/foomatic/filter.conf"
|
||||||
|
@ -13,15 +13,4 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2, MIT"
|
license="GPL-2, MIT"
|
||||||
homepage="https://www.openprinting.org/"
|
homepage="https://www.openprinting.org/"
|
||||||
distfiles="https://www.openprinting.org/download/foomatic/$pkgname-$version.tar.gz"
|
distfiles="https://www.openprinting.org/download/foomatic/$pkgname-$version.tar.gz"
|
||||||
checksum=bedc61466c284c8ea0ae95c97d51a873411c6c55338e67831893772465f5434d
|
checksum=a2e2e53e502571e88eeb9010c45a0d54671f15707ee104f5c9c22b59ea7a33e3
|
||||||
long_desc="
|
|
||||||
Foomatic is a printing system designed to make it easier to set up common
|
|
||||||
printers for use with Linux (and other operating systems). It provides the
|
|
||||||
"glue" between a print spooler (like CUPS or lpr) and your actual printer,
|
|
||||||
by telling your computer how to process files sent to the printer.
|
|
||||||
|
|
||||||
This package consists of filters used by the printer spoolers to convert the
|
|
||||||
incoming PostScript data into the printer's native format using a
|
|
||||||
printer-specific, but spooler-independent PPD file.
|
|
||||||
|
|
||||||
For use with CUPS, you will need the cups package installed on your system."
|
|
||||||
|
|
Loading…
Reference in New Issue