cups-filters: update to 1.0.29.
This commit is contained in:
parent
e8526d6698
commit
046dc50ac4
|
@ -1,10 +1,11 @@
|
|||
[Unit]
|
||||
Description=a daemon to browse the Bonjour broadcasts
|
||||
Description=Make remote CUPS printers available locally
|
||||
After=cups.service avahi-daemon.service
|
||||
Wants=cups.service avahi-daemon.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/sbin/cups-browsed
|
||||
PrivateTmp=yes
|
||||
|
||||
[Install]
|
||||
Also=cups.service avahi-daemon.service
|
||||
WantedBy=printer.target
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cups-filters'
|
||||
pkgname=cups-filters
|
||||
version=1.0.27
|
||||
version=1.0.29
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="pkg-config lcms2-devel libpng-devel>=1.5.10 tiff-devel
|
||||
|
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
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.gz"
|
||||
checksum=6ed6bf9273058173c217438b29e8da0f3f5d11bb2af16fe7a61ee9ed2f6f4abe
|
||||
checksum=e66254373a9fb4629979d5409ce2a7796af94b493b31e8734c1695dfa26c834e
|
||||
|
||||
post_install() {
|
||||
# remove development stuff.
|
||||
|
|
Loading…
Reference in New Issue