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

Antonio Rojas arojas at archlinux.org
Tue Nov 12 16:46:43 UTC 2019


    Date: Tuesday, November 12, 2019 @ 16:46:43
  Author: arojas
Revision: 367994

Fix build with poppler 0.82

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-12 16:25:59 UTC (rev 367993)
+++ PKGBUILD	2019-11-12 16:46:43 UTC (rev 367994)
@@ -42,6 +42,8 @@
         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
+       # Fix build with poppler 0.82
+        sed -e 's|Unicode \*u|Unicode const *u|g' -i src/extension/internal/pdfinput/*
 }
 
 build() {



More information about the arch-commits mailing list