cups-filters: update to 1.0.63
This commit is contained in:
parent
e998a68d1a
commit
25f482025d
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cups-filters'
|
||||
pkgname=cups-filters
|
||||
version=1.0.62
|
||||
revision=2
|
||||
version=1.0.63
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --with-rcdir=no --enable-avahi
|
||||
--with-browseremoteprotocols=DNSSD,CUPS"
|
||||
|
@ -16,7 +16,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.xz"
|
||||
checksum=c8edf6470389e94d77afec39e755183045cdcb247344fb2e22a2b71e44a3748f
|
||||
checksum=c322a912148ef905595ba07a1b4500d8f661427bce5a218d08e86459803c1bef
|
||||
|
||||
lib32disabled=yes
|
||||
disable_parallel_build=yes
|
||||
|
@ -29,14 +29,12 @@ post_install() {
|
|||
}
|
||||
|
||||
libcups-filters_package() {
|
||||
replaces="${sourcepkg}<1.0.58_2"
|
||||
short_desc+=" - shared library"
|
||||
pkg_install() {
|
||||
vmove usr/lib/*.so.*
|
||||
}
|
||||
}
|
||||
libcups-filters-devel_package() {
|
||||
replaces="${sourcepkg}<1.0.58_2"
|
||||
short_desc+=" - development files"
|
||||
depends="libcups-filters>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in New Issue