[arch-commits] Commit in texlive-bin/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Dec 14 19:43:36 UTC 2018
Date: Friday, December 14, 2018 @ 19:43:36
Author: arojas
Revision: 342343
Fix build with poppler 0.72
Modified:
texlive-bin/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-12-14 19:34:18 UTC (rev 342342)
+++ PKGBUILD 2018-12-14 19:43:36 UTC (rev 342343)
@@ -3,7 +3,7 @@
pkgname=('texlive-bin' 'libsynctex')
pkgver=2018.48691
-pkgrel=1
+pkgrel=2
license=('GPL')
arch=('x86_64')
makedepends=('git' 'cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
@@ -41,8 +41,8 @@
# upstream compat fixes for latest poppler
patch -Np1 -i "${srcdir}/poppler-compat-fixes-up-to-0.70.patch"
- # fix build with poppler 0.71
- find texk/web2c/{lua,pdf}texdir -type f | xargs sed -e 's|gTrue|true|g' -e 's|gFalse|false|g' -e 's|GBool|bool|g' -i
+ # fix build with poppler 0.72
+ find texk/web2c/{lua,pdf}texdir -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
patch -p1 -i "${srcdir}/texlive-poppler-0.71.patch"
cp -pv texk/web2c/pdftexdir/pdftoepdf{-poppler0.70.0,}.cc
cp -pv texk/web2c/pdftexdir/pdftosrc{-newpoppler,}.cc
More information about the arch-commits
mailing list