mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 18:43:51 +02:00
parent
2c09b6c8c1
commit
13ab3d2bf1
1 changed files with 12 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cups-filters'
|
# Template file for 'cups-filters'
|
||||||
pkgname=cups-filters
|
pkgname=cups-filters
|
||||||
version=1.17.9
|
version=1.20.1
|
||||||
revision=4
|
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"
|
||||||
|
@ -10,17 +10,26 @@ makedepends="lcms2-devel libpng-devel libqpdf-devel
|
||||||
poppler-cpp-devel fontconfig-devel avahi-glib-libs-devel
|
poppler-cpp-devel fontconfig-devel avahi-glib-libs-devel
|
||||||
ghostscript-devel cups-devel"
|
ghostscript-devel cups-devel"
|
||||||
depends="libcups-filters-${version}_${revision} ghostscript poppler-utils bc"
|
depends="libcups-filters-${version}_${revision} ghostscript poppler-utils bc"
|
||||||
|
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, LGPL-2.1, MIT"
|
||||||
homepage="http://www.linuxfoundation.org/collaborate/workgroups/openprinting"
|
homepage="http://www.linuxfoundation.org/collaborate/workgroups/openprinting"
|
||||||
distfiles="http://www.openprinting.org/download/${pkgname}/${pkgname}-${version}.tar.xz"
|
distfiles="http://www.openprinting.org/download/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=98ae3f8c8309ea950144e582d252e65f4636e8812832a982edd0ab83eddef544
|
checksum=b36b58f8d4d776d337f22b7b89794afbce6fd10e8e9066a89591d8f2210f3d62
|
||||||
|
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
disable_parallel_build=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() {
|
post_install() {
|
||||||
vsv cups-browsed
|
vsv cups-browsed
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue