From bcca3c371dd2068202dd537142bb703934d437b4 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Thu, 23 Aug 2018 10:33:43 +0200 Subject: [PATCH] cups-filters: update to 1.21.0 --- cups-filters/.md5sum | 3 +-- cups-filters/.signature | 7 +++---- cups-filters/Pkgfile | 10 ++++------ 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/cups-filters/.md5sum b/cups-filters/.md5sum index 5bee4b140..65d6d4e8c 100644 --- a/cups-filters/.md5sum +++ b/cups-filters/.md5sum @@ -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 diff --git a/cups-filters/.signature b/cups-filters/.signature index 81c8f5096..a40d89aeb 100644 --- a/cups-filters/.signature +++ b/cups-filters/.signature @@ -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 diff --git a/cups-filters/Pkgfile b/cups-filters/Pkgfile index 01e0172ab..ebbe82f4d 100644 --- a/cups-filters/Pkgfile +++ b/cups-filters/Pkgfile @@ -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