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

Antonio Rojas arojas at archlinux.org
Sat Jan 19 12:28:05 UTC 2019


    Date: Saturday, January 19, 2019 @ 12:28:04
  Author: arojas
Revision: 344478

Try to fix build with poppler 0.73

Modified:
  texlive-bin/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-19 11:56:43 UTC (rev 344477)
+++ PKGBUILD	2019-01-19 12:28:04 UTC (rev 344478)
@@ -43,6 +43,7 @@
     # upstream fixes aren't available; hopefully this is correct
     patch -Np1 -i "${srcdir}/luatex-poppler-fixes.patch"
     find texk/web2c/luatexdir -type f | xargs sed -e 's|gTrue|true|g' -e 's|gFalse|false|g' -e 's|GBool|bool|g' -e 's|getCString|c_str|g' -i
+    find texk/web2c/pdftexdir -type f | xargs sed -e 's|Guint|unsigned int|g' -i
     # xetex poppler compatibility
     patch -Np1 -i "${srcdir}/xetex-poppler-fixes.patch"
     # pdftex poppler compatibility (upstream patches)



More information about the arch-commits mailing list