[arch-commits] Commit in calligra/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Nov 1 12:20:34 UTC 2018


    Date: Thursday, November 1, 2018 @ 12:20:33
  Author: arojas
Revision: 337682

More poppler fixes

Modified:
  calligra/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-01 12:15:50 UTC (rev 337681)
+++ PKGBUILD	2018-11-01 12:20:33 UTC (rev 337682)
@@ -38,11 +38,13 @@
 source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
         calligra-qt5.11.patch
         calligra-poppler-0.69.patch::"https://cgit.kde.org/calligra.git/patch/?id=a6157182"
+        calligra-poppler-override.patch::"https://cgit.kde.org/calligra.git/patch/?id=2993cf64"
         calligra-poppler-0.71.patch::"https://cgit.kde.org/calligra.git/patch/?id=ab9cb332")
 sha256sums=('6818cd6e64136321be217eb57cc7d6ac7c7035191fdb1ee336ebe60bc114e870'
             'SKIP'
             '40ac9fabed8e13c31f6f243bd7e9083c3ec322568991ba84987106b982ffc10a'
-            '7a29c220b3871569cb16390261951481341b7e5923ed5c95aa4188286b2ba56d'
+            'b6b3dc44606aa4243cd0da23819f3bad9953d0542b87d3b4e04113f431f2598c'
+            '08bfd9b8b1e77f0ea319d66f9692c34227872c772215e8c6c6663051e77b7f9b'
             'ab13e12778cb7a4e30f1953fdaf964e2d2e7a135832cda2553838ff8690b4004')
 validpgpkeys=(05D00A8B73A686789E0A156858B9596C722EA3BD  # Boudewijn Rempt <foundation at krita.org>
               42A60D06F449E895F40F09C01638B8A616108B8A) # Dag Andersen <danders at get2net.dk>
@@ -55,6 +57,7 @@
   patch -p1 -i ../calligra-qt5.11.patch
 # Fix build with poppler 0.69
   patch -p1 -i ../calligra-poppler-0.69.patch
+  patch -p1 -i ../calligra-poppler-override.patch
 # Fix build with poppler 0.71
   patch -p1 -i ../calligra-poppler-0.71.patch
 }



More information about the arch-commits mailing list