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

Antonio Rojas arojas at archlinux.org
Thu Nov 1 12:48:01 UTC 2018


    Date: Thursday, November 1, 2018 @ 12:48:00
  Author: arojas
Revision: 337684

Fix patch again

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

-----------------------------+
 PKGBUILD                    |    2 +-
 calligra-poppler-0.71.patch |   34 +++++++++++++++++++++++++++++++++-
 2 files changed, 34 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-01 12:40:02 UTC (rev 337683)
+++ PKGBUILD	2018-11-01 12:48:00 UTC (rev 337684)
@@ -43,7 +43,7 @@
             'SKIP'
             '40ac9fabed8e13c31f6f243bd7e9083c3ec322568991ba84987106b982ffc10a'
             'b6b3dc44606aa4243cd0da23819f3bad9953d0542b87d3b4e04113f431f2598c'
-            '27e9a721a8f132cd582a638418093ff532d35423c34625414b82fc97f670a4b1')
+            '052adc4ea812d7667812ff7867e703327dbe7c1ecad86094fd6772dc09782d87')
 validpgpkeys=(05D00A8B73A686789E0A156858B9596C722EA3BD  # Boudewijn Rempt <foundation at krita.org>
               42A60D06F449E895F40F09C01638B8A616108B8A) # Dag Andersen <danders at get2net.dk>
 

Modified: calligra-poppler-0.71.patch
===================================================================
--- calligra-poppler-0.71.patch	2018-11-01 12:40:02 UTC (rev 337683)
+++ calligra-poppler-0.71.patch	2018-11-01 12:48:00 UTC (rev 337684)
@@ -96,4 +96,36 @@
  {
      drawImage(state, ref, str, width, height, colorMap, maskColors, inlineImg);
  }
-
+diff --git a/filters/karbon/pdf/SvgOutputDev.h b/filters/karbon/pdf/SvgOutputDev.h
+index 2a4490848bf..cdb1d4e43b1 100644
+--- a/filters/karbon/pdf/SvgOutputDev.h
++++ b/filters/karbon/pdf/SvgOutputDev.h
+@@ -44,11 +44,11 @@ public:
+     explicit SvgOutputDev(const QString &fileName);
+     virtual ~SvgOutputDev();
+ 
+-    GBool isOk();
++    bool isOk();
+ 
+-    virtual GBool upsideDown();
+-    virtual GBool useDrawChar();
+-    virtual GBool interpretType3Chars();
++    virtual bool upsideDown();
++    virtual bool useDrawChar();
++    virtual bool interpretType3Chars();
+     virtual void startPage(int pageNum, GfxState *state, XRef *xref);
+     virtual void endPage();
+ 
+@@ -63,10 +63,10 @@ public:
+     // images
+     virtual void drawImage(GfxState *state, Object *ref, Stream *str,
+                            int width, int height, GfxImageColorMap *colorMap,
+-                           int *maskColors, GBool inlineImg);
++                           int *maskColors, bool inlineImg);
+     virtual void drawImage(GfxState *state, Object *ref, Stream *str,
+                            int width, int height, GfxImageColorMap *colorMap,
+-                           GBool interpolate, int *maskColors, GBool inlineImg);
++                           bool interpolate, int *maskColors, bool inlineImg);
+ 
+     // styles
+     virtual void updateAll(GfxState *state);



More information about the arch-commits mailing list