mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/texlive-bin to 2018.48691-5
This commit is contained in:
parent
53b688c2ed
commit
e6d0dc2079
2 changed files with 11 additions and 4 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
pkgname=('texlive-bin' 'libsynctex')
|
pkgname=('texlive-bin' 'libsynctex')
|
||||||
pkgver=2018.48691
|
pkgver=2018.48691
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
makedepends=('git' 'cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
|
makedepends=('git' 'cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
|
||||||
|
@ -25,7 +25,7 @@ source=("git+https://github.com/Tex-Live/texlive-source.git#commit=${_commit}"
|
||||||
"freetype-pkgconfig.patch"
|
"freetype-pkgconfig.patch"
|
||||||
"synctex-missing-header.patch")
|
"synctex-missing-header.patch")
|
||||||
sha256sums=('SKIP'
|
sha256sums=('SKIP'
|
||||||
'34a2b36db5994c3c9f4cc0ac3e277c72b11b15b59f2515d59672119532c94c4d'
|
'c70f1cf5bee5cba17b40855d584c7f1e8f67c2bf1ce4633a1c5abcdebb59865c'
|
||||||
'ea2abcaf57cfb99c22560a1d98daa7468dafd4713425ef01a6fda29803bf39bc'
|
'ea2abcaf57cfb99c22560a1d98daa7468dafd4713425ef01a6fda29803bf39bc'
|
||||||
'7deb8bd50640b0f4ff9b4c11985fe6153906384b62cb9b5a3c4b52397fb941ca'
|
'7deb8bd50640b0f4ff9b4c11985fe6153906384b62cb9b5a3c4b52397fb941ca'
|
||||||
'bed44f4ccda369410e90eac527cf44b8c1afda7d987ae521b4fd5edb425eef3e'
|
'bed44f4ccda369410e90eac527cf44b8c1afda7d987ae521b4fd5edb425eef3e'
|
||||||
|
@ -48,7 +48,14 @@ prepare() {
|
||||||
# luatex switched from poppler to pplib in newer versions so
|
# luatex switched from poppler to pplib in newer versions so
|
||||||
# upstream fixes aren't available; hopefully this is correct
|
# upstream fixes aren't available; hopefully this is correct
|
||||||
patch -Np1 -i "${srcdir}/luatex-poppler-fixes.patch"
|
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/luatexdir -type f -exec sed -i \
|
||||||
|
-e 's|gTrue|true|g' \
|
||||||
|
-e 's|gFalse|false|g' \
|
||||||
|
-e 's|GBool|bool|g' \
|
||||||
|
-e 's|getCString|c_str|g' \
|
||||||
|
-e 's|Guint|unsigned int|g' \
|
||||||
|
-e 's|Guchar|unsigned char|g' \
|
||||||
|
{} +
|
||||||
# xetex poppler compatibility
|
# xetex poppler compatibility
|
||||||
patch -Np1 -i "${srcdir}/xetex-poppler-fixes.patch"
|
patch -Np1 -i "${srcdir}/xetex-poppler-fixes.patch"
|
||||||
# pdftex poppler compatibility (upstream patches)
|
# pdftex poppler compatibility (upstream patches)
|
||||||
|
|
|
@ -1295,7 +1295,7 @@ index 000000000..6089e68d9
|
||||||
+ Object objStr, obj1, obj2;
|
+ Object objStr, obj1, obj2;
|
||||||
+ int nObjects, first, n;
|
+ int nObjects, first, n;
|
||||||
+ int localOffset = 0;
|
+ int localOffset = 0;
|
||||||
+ Guint firstOffset;
|
+ unsigned int firstOffset;
|
||||||
+
|
+
|
||||||
+ objStr = xref->fetch(e->offset, 0);
|
+ objStr = xref->fetch(e->offset, 0);
|
||||||
+ assert(objStr.isStream());
|
+ assert(objStr.isStream());
|
||||||
|
|
Loading…
Reference in a new issue