cups-filters: update to 1.21.1.
This commit is contained in:
parent
2b4d4a6cb4
commit
c436c888b2
1 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cups-filters'
|
||||
pkgname=cups-filters
|
||||
version=1.21.0
|
||||
revision=2
|
||||
version=1.21.1
|
||||
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@voidlinux.eu>"
|
|||
license="GPL-2.0-or-later, LGPL-2.1-or-later, MIT"
|
||||
homepage="https://wiki.linuxfoundation.org/openprinting/cups-filters"
|
||||
distfiles="http://openprinting.org/download/cups-filters/${pkgname}-${version}.tar.xz"
|
||||
checksum=d1e975eaece2884ffa726f8d57dc249bd220e09cc5bd48ef7a0892987a07493b
|
||||
checksum=a02e88ed70cae3429591202d43d6100fec3f2c21fd0b9b40a122e11ab6449f7f
|
||||
|
||||
lib32disabled=yes
|
||||
|
||||
|
@ -36,15 +36,16 @@ post_install() {
|
|||
libcups-filters_package() {
|
||||
short_desc+=" - shared library"
|
||||
pkg_install() {
|
||||
vmove usr/lib/*.so.*
|
||||
vmove "usr/lib/*.so.*"
|
||||
}
|
||||
}
|
||||
|
||||
libcups-filters-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="libcups-filters-${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.so
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue