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

Antonio Rojas arojas at archlinux.org
Fri Dec 14 19:54:35 UTC 2018


    Date: Friday, December 14, 2018 @ 19:54:34
  Author: arojas
Revision: 416284

Fix build with poppler 0.72

Modified:
  scribus/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-14 18:27:38 UTC (rev 416283)
+++ PKGBUILD	2018-12-14 19:54:34 UTC (rev 416284)
@@ -45,7 +45,8 @@
     patch -p1 -i ../scribus-poppler-0.70.patch
     # Poppler 0.71
     sed -e 's|GBool|bool|g' -e 's|gTrue|true|g' -e 's|gFalse|false|g' -i scribus/plugins/import/pdf/*
-
+    # Poppler 0.72
+    sed -e 's|getCString|c_str|g' -i scribus/plugins/import/pdf/*
     # Fix python name
     sed \
         -e 's|#!/usr/bin/python|#!/usr/bin/python2|' \



More information about the arch-commits mailing list