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

Antonio Rojas arojas at archlinux.org
Thu Nov 1 17:45:31 UTC 2018


    Date: Thursday, November 1, 2018 @ 17:45:31
  Author: arojas
Revision: 401135

Fix build with poppler 0.71

Modified:
  scribus/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-01 17:42:17 UTC (rev 401134)
+++ PKGBUILD	2018-11-01 17:45:31 UTC (rev 401135)
@@ -43,6 +43,8 @@
     # Poppler 0.70
     patch -p1 -i ../8e05d26c19097ac2ad5b4ebbf40a3771ee6faf9c.patch
     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/*
 
     # Fix python name
     sed \



More information about the arch-commits mailing list