cups-filters: update to 1.21.0

This commit is contained in:
Juergen Daubert 2018-08-23 10:33:43 +02:00
parent 9383f012d4
commit bcca3c371d
3 changed files with 8 additions and 12 deletions

View File

@ -1,3 +1,2 @@
7540a6989be0042429f41770b1cdf215 cups-browsed
173045bbc4bca59230543f225b8fa16c cups-filters-1.20.4.tar.xz
5b3af5450c2afbf62782c183ba8e504f poppler-0.67.0.patch
cbc5498bc4b9ab876c1fc5582d974bbe cups-filters-1.21.0.tar.xz

View File

@ -1,7 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/TooB11Lhl8RzjBUD8smYaHxdObxyufEHsh8RI+sV+pd/ngJEfWb5C/DgEm1+qIUjRf1Rs3vBCSbtvy/qlxpGg0=
SHA256 (Pkgfile) = 927a648cba01542fea1b37dac5a2c70ba0b6a66f28e6cf8c48778a7a0530686d
RWSE3ohX2g5d/ZTHecNkgqOtjU0iQK5QYY/dkrP1wTWI4HZpcaPp7FwBIntpSF+tTA3PZ3YOcB+eF25Z6K96rh1ZKlydLko/2QI=
SHA256 (Pkgfile) = 8f7195f7c99f040cad84532d6594a8681bf4754eee456c73a0fd7d6b3b589168
SHA256 (.footprint) = 32c7827b0a711a571ef4e2b7eb7812ed42a3b8f8e590cdbe949fa60a5b3978d5
SHA256 (cups-filters-1.20.4.tar.xz) = 33756e9fa8562cde050ecbec13f4c84b1c61c4f79a525e02382787c528ab536a
SHA256 (poppler-0.67.0.patch) = 12e342e64d5654b3ab124ace762ed776f924af0bc8bbae223ea01285cd1fa044
SHA256 (cups-filters-1.21.0.tar.xz) = d1e975eaece2884ffa726f8d57dc249bd220e09cc5bd48ef7a0892987a07493b
SHA256 (cups-browsed) = 4c4900ee88d488078da20a5cabc949921382fa69bc28bb2a7f89fa5ae01afb5b

View File

@ -4,16 +4,14 @@
# Depends on: ghostscript poppler qpdf mupdf
name=cups-filters
version=1.20.4
release=2
version=1.21.0
release=1
source=(https://www.openprinting.org/download/$name/$name-$version.tar.xz
poppler-0.67.0.patch cups-browsed)
cups-browsed)
build () {
cd $name-$version
patch -p1 -i $SRC/poppler-0.67.0.patch
./configure --prefix=/usr \
--sysconfdir=/etc \
--without-php \
@ -23,7 +21,7 @@ build () {
--without-rcdir \
--with-browseremoteprotocols=cups
make -j1
make
make DESTDIR=$PKG install
install -D -m 0755 $SRC/cups-browsed $PKG/etc/rc.d/cups-browsed