[arch-commits] Commit in cups-filters/trunk (PKGBUILD qpdf-9.0.0-buildfix.diff)

Andreas Radke andyrtr at archlinux.org
Fri Sep 6 15:46:45 UTC 2019


    Date: Friday, September 6, 2019 @ 15:46:44
  Author: andyrtr
Revision: 361980

upgpkg: cups-filters 1.25.5-1

upstream update 1.25.5

Modified:
  cups-filters/trunk/PKGBUILD
Deleted:
  cups-filters/trunk/qpdf-9.0.0-buildfix.diff

--------------------------+
 PKGBUILD                 |   16 ++++------------
 qpdf-9.0.0-buildfix.diff |   12 ------------
 2 files changed, 4 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-06 15:02:42 UTC (rev 361979)
+++ PKGBUILD	2019-09-06 15:46:44 UTC (rev 361980)
@@ -1,8 +1,8 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=cups-filters
-pkgver=1.25.4
-pkgrel=2
+pkgver=1.25.5
+pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters"
@@ -15,17 +15,9 @@
 	    'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript to a printable form directly'
 	    'antiword: needed to convert MS Word documents (requires also docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
-source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz
-        qpdf-9.0.0-buildfix.diff)
-sha256sums=('cc6bffcbbc0bf827d796f206f070abf7105275c1cb07a2e19a95820e18ba8153'
-            'd9fe460d971ad2dc868d0633d9e7dd1ea9c0df66c050bf1dcd8c8f43ea9198d6')
+source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+sha256sums=('b6e80020aef4fd2ad62674cfde1d68ebadd56ca170293fcba023d4628bef3c1f')
 
-prepare() {
-  cd $pkgname-$pkgver
-  # fix build with qpdf 9.x
-  patch -Np1 -i ../qpdf-9.0.0-buildfix.diff
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr  \

Deleted: qpdf-9.0.0-buildfix.diff
===================================================================
--- qpdf-9.0.0-buildfix.diff	2019-09-06 15:02:42 UTC (rev 361979)
+++ qpdf-9.0.0-buildfix.diff	2019-09-06 15:46:44 UTC (rev 361980)
@@ -1,12 +0,0 @@
-diff --git a/filter/pdf.cxx b/filter/pdf.cxx
-index 5b212ca9..f12607f8 100644
---- a/filter/pdf.cxx
-+++ b/filter/pdf.cxx
-@@ -20,6 +20,7 @@
- #include "pdf.h"
- #include <vector>
- #include <string>
-+#include <cstring>
- #include <qpdf/QPDF.hh>
- #include <qpdf/QPDFObjectHandle.hh>
- #include <qpdf/QPDFWriter.hh>



More information about the arch-commits mailing list