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

Antonio Rojas arojas at archlinux.org
Wed Apr 24 07:08:38 UTC 2019


    Date: Wednesday, April 24, 2019 @ 07:08:38
  Author: arojas
Revision: 352047

Fix build with poppler 0.76

Modified:
  texlive-bin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-24 06:34:31 UTC (rev 352046)
+++ PKGBUILD	2019-04-24 07:08:38 UTC (rev 352047)
@@ -56,6 +56,7 @@
     patch -Np1 -i "${srcdir}/pdftex-poppler0.75.patch"
     cp -pv texk/web2c/pdftexdir/pdftoepdf{-poppler0.75.0,}.cc
     cp -pv texk/web2c/pdftexdir/pdftosrc{-poppler0.75.0,}.cc
+    sed -e 's|Parser(xref, lexer, false)|Parser(xref, str, false)|g' -i texk/web2c/pdftexdir/pdftosrc.cc # Fix build with poppler 0.76
 }
 
 build() {



More information about the arch-commits mailing list