[arch-commits] Commit in calligra/trunk (PKGBUILD calligra-poppler-0.72.patch)

Antonio Rojas arojas at archlinux.org
Thu Dec 13 20:53:55 UTC 2018


    Date: Thursday, December 13, 2018 @ 20:53:54
  Author: arojas
Revision: 342091

Fix patch

Modified:
  calligra/trunk/PKGBUILD
  calligra/trunk/calligra-poppler-0.72.patch

-----------------------------+
 PKGBUILD                    |    2 +-
 calligra-poppler-0.72.patch |   11 ++++-------
 2 files changed, 5 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-13 20:23:33 UTC (rev 342090)
+++ PKGBUILD	2018-12-13 20:53:54 UTC (rev 342091)
@@ -45,7 +45,7 @@
             '40ac9fabed8e13c31f6f243bd7e9083c3ec322568991ba84987106b982ffc10a'
             '127cc5e0946fbf741279306b4e9d592f5f901a7fab09039fcfc6c7e60193fa80'
             '052adc4ea812d7667812ff7867e703327dbe7c1ecad86094fd6772dc09782d87'
-            'e172b1dcb21f17fcd69ee1d1d6600b1cf4ecdb9a8be297bc3e3703330ff28f6f')
+            '87a09710b9e7e825a46344ddec08eb98b3454d6d067b0177d284733b2342cece')
 validpgpkeys=(05D00A8B73A686789E0A156858B9596C722EA3BD  # Boudewijn Rempt <foundation at krita.org>
               42A60D06F449E895F40F09C01638B8A616108B8A) # Dag Andersen <danders at get2net.dk>
 

Modified: calligra-poppler-0.72.patch
===================================================================
--- calligra-poppler-0.72.patch	2018-12-13 20:23:33 UTC (rev 342090)
+++ calligra-poppler-0.72.patch	2018-12-13 20:53:54 UTC (rev 342091)
@@ -1,19 +1,16 @@
 diff --git a/filters/karbon/pdf/SvgOutputDev.cpp b/filters/karbon/pdf/SvgOutputDev.cpp
-index 4a1fad6bbcf..958be4d2fd8 100644
+index 80f01a5f76f..ea69228dbc1 100644
 --- a/filters/karbon/pdf/SvgOutputDev.cpp
 +++ b/filters/karbon/pdf/SvgOutputDev.cpp
-@@ -407,9 +407,9 @@ void SvgOutputDev::drawString(GfxState * state, const GooString * s)
+@@ -407,7 +407,7 @@ void SvgOutputDev::drawString(GfxState * state, const GooString * s)
+ 
      QString str;
  
- #ifdef HAVE_POPPLER_PRE_0_64
--    char * p = s->getCString();
-+    char * p = s->c_str();
- #else
 -    const char * p = s->getCString();
 +    const char * p = s->c_str();
- #endif
      int len = s->getLength();
      CharCode code;
+     Unicode *u = nullptr;
 @@ -459,11 +459,11 @@ void SvgOutputDev::drawString(GfxState * state, const GooString * s)
      *d->body << " y=\"" << y << "px\"";
  



More information about the arch-commits mailing list