cups-filters: update to 1.0.26.

This commit is contained in:
Juan RP 2012-12-28 09:10:23 +01:00
parent fe124ec691
commit 42c05f1f57
2 changed files with 20 additions and 12 deletions

View File

@ -0,0 +1,10 @@
[Unit]
Description=a daemon to browse the Bonjour broadcasts
[Service]
ExecStart=/usr/sbin/cups-browsed
PrivateTmp=yes
[Install]
Also=cups.service avahi-daemon.service
WantedBy=printer.target

View File

@ -1,26 +1,24 @@
# Template file for 'cups-filters' # Template file for 'cups-filters'
pkgname=cups-filters pkgname=cups-filters
version=1.0.25 version=1.0.26
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
makedepends="pkg-config lcms2-devel libpng-devel>=1.5.10 tiff-devel libqpdf-devel makedepends="pkg-config lcms2-devel libpng-devel>=1.5.10 tiff-devel
poppler-cpp-devel>=0.20.2 fontconfig-devel ghostscript-devel cups-devel" libqpdf-devel poppler-cpp-devel>=0.20.2 fontconfig-devel avahi-libs-devel
ghostscript-devel cups-devel"
fulldepends="ghostscript poppler-utils" fulldepends="ghostscript poppler-utils"
short_desc="OpenPrinting CUPS Filters" short_desc="The OpenPrinting CUPS Filters"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
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.gz" distfiles="http://www.openprinting.org/download/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=aa68c6c48832169edbca3ba256970419e7ad4c9273035a3dba098bd2d802f3de checksum=6f29f8062f3e4e331eaa41969a3f7201385bdc9e32e9a2505db18297c2f214df
long_desc="
This distribution contains backends, filters, and other software that was
once part of the core CUPS distribution but is no longer maintained by
Apple Inc. In addition it contains additional filters developed
independently of Apple, especially filters for the PDF-centric printing
workflow introduced by OpenPrinting."
post_install() { post_install() {
# remove development stuff. # remove development stuff.
rm -rf ${DESTDIR}/usr/include rm -rf ${DESTDIR}/usr/include
rm -f ${DESTDIR}/usr/lib/*.a rm -f ${DESTDIR}/usr/lib/*.a
# install systemd service
rm -rf ${DESTDIR}/etc/rc.d
vinstall ${FILESDIR}/cups-browsed.service 644 usr/lib/systemd/system
} }