parent
2c09b6c8c1
commit
13ab3d2bf1
1 changed files with 12 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cups-filters'
|
||||
pkgname=cups-filters
|
||||
version=1.17.9
|
||||
revision=4
|
||||
version=1.20.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --with-rcdir=no --enable-avahi
|
||||
--with-browseremoteprotocols=DNSSD,CUPS"
|
||||
|
@ -10,17 +10,26 @@ makedepends="lcms2-devel libpng-devel libqpdf-devel
|
|||
poppler-cpp-devel fontconfig-devel avahi-glib-libs-devel
|
||||
ghostscript-devel cups-devel"
|
||||
depends="libcups-filters-${version}_${revision} ghostscript poppler-utils bc"
|
||||
checkdepends="dejavu-fonts-ttf"
|
||||
conf_files="/etc/cups/cups-browsed.conf"
|
||||
short_desc="The OpenPrinting CUPS Filters"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2, LGPL-2.1, MIT"
|
||||
homepage="http://www.linuxfoundation.org/collaborate/workgroups/openprinting"
|
||||
distfiles="http://www.openprinting.org/download/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||
checksum=98ae3f8c8309ea950144e582d252e65f4636e8812832a982edd0ab83eddef544
|
||||
checksum=b36b58f8d4d776d337f22b7b89794afbce6fd10e8e9066a89591d8f2210f3d62
|
||||
|
||||
lib32disabled=yes
|
||||
disable_parallel_build=yes
|
||||
|
||||
pre_check() {
|
||||
ln -s /usr/share/fonts/TTF /usr/share/fonts/dejavu
|
||||
}
|
||||
|
||||
post_check() {
|
||||
rm -f -- /usr/share/fonts/dejavu
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vsv cups-browsed
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Add table
Reference in a new issue