cups-filters: update to 1.28.8

This commit is contained in:
Juergen Daubert 2021-03-27 10:42:47 +01:00
parent f884915a68
commit e6e9557357
2 changed files with 23 additions and 22 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/dKKauhh8hQ08u+8ShBVd9G7fWQx3ruD92rHt+XNyemuqSa+BAqglCiELgvFvW2gJSHLke51izXuagn3C2F6wAI=
SHA256 (Pkgfile) = a0acbe1088b4eaa62f639c1021b8b7a2dd371ceb6b12ec58aa82fd0bc1cd1364
RWSE3ohX2g5d/SIvYIuLX+QzAIh7p6FAYv5wN2573fvJTrCm3kEhmRfD+dCt1W++FBSFJwUxc5136FwmxhnBD4bt4x8L/flsawI=
SHA256 (Pkgfile) = 6d9c67466487036b8b00698fe644731232d08616a5a2333a0f978b86e92ac019
SHA256 (.footprint) = b59bc7c325fffa9f830516e4474315e424179dcb304918829ff278b6083deb19
SHA256 (cups-filters-1.28.7.tar.xz) = e4150902809c58dfff7089c9345f196ecd88e38bce2be4800fa4811a0902057d
SHA256 (cups-filters-1.28.8.tar.xz) = f6fc4663f83ce37795c097f5accc866791fdce920b9999bb125564f6eeeca218
SHA256 (cups-browsed) = 4c4900ee88d488078da20a5cabc949921382fa69bc28bb2a7f89fa5ae01afb5b

View File

@ -1,30 +1,31 @@
# Description: Backends and filters for CUPS
# URL: https://openprinting.github.io/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: ghostscript poppler qpdf mupdf xorg-font-dejavu-ttf
# URL: https://openprinting.github.io/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: ghostscript poppler qpdf mupdf xorg-font-dejavu-ttf
name=cups-filters
version=1.28.7
version=1.28.8
release=1
source=(https://www.openprinting.org/download/$name/$name-$version.tar.xz
cups-browsed)
cups-browsed)
build () {
cd $name-$version
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--without-php \
--disable-avahi \
--disable-dbus \
--disable-braille \
--without-rcdir \
--with-browseremoteprotocols=cups
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--without-php \
--disable-avahi \
--disable-dbus \
--disable-braille \
--without-rcdir \
--with-browseremoteprotocols=cups
make
make DESTDIR=$PKG install
make
make DESTDIR=$PKG install
install -D -m 0755 $SRC/cups-browsed $PKG/etc/rc.d/cups-browsed
install -D -m 0755 $SRC/cups-browsed $PKG/etc/rc.d/cups-browsed
rm -r $PKG/usr/share/doc
rm -r $PKG/usr/share/doc
}