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

Antonio Rojas arojas at archlinux.org
Tue Apr 23 22:50:29 UTC 2019


    Date: Tuesday, April 23, 2019 @ 22:50:27
  Author: arojas
Revision: 352030

Fix build with poppler 0.76

Modified:
  inkscape/trunk/PKGBUILD

----------+
 PKGBUILD |    2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-23 21:16:48 UTC (rev 352029)
+++ PKGBUILD	2019-04-23 22:50:27 UTC (rev 352030)
@@ -40,6 +40,8 @@
         sed -e 's|gTrue|true|g' -e 's|gFalse|false|g' -e 's|GBool|bool|g' -i src/extension/internal/pdfinput/pdf-parser.*
        # Fix build with poppler 0.72
         sed -e 's|getCString|c_str|g' -i src/extension/internal/pdfinput/*
+       # Fix build with poppler 0.76
+        sed -e 's|new Lexer(xref, obj)|obj|g' -i src/extension/internal/pdfinput/pdf-parser.cpp
 }
 
 build() {



More information about the arch-commits mailing list