extra/texlive-bin to 2017.44590-12

This commit is contained in:
Kevin Mihelich 2018-03-27 17:54:19 +00:00
parent e213fe4342
commit 0900ca2b9d
2 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@
pkgname=('texlive-bin' 'libsynctex')
pkgver=2017.44590
pkgrel=11
pkgrel=12
license=('GPL')
arch=('x86_64')
makedepends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
@ -25,7 +25,7 @@ source=("https://sources.archlinux.org/other/texlive/texlive-bin-source-${pkgver
sha256sums=('4645b4d55fc500ba9be7156a6a330afb44fbf7fda40dfd73fe9cb16d207f2038'
'ee97f3e07e235dee4ad6d0c3e85c2260914c965e94d5ffbf481fa506df5f01ec'
'a5204f110f261de989fc21f93a4b5485876ea2d28773bcdc4817b548fd865024'
'acb03b800010c9a1832f1e209e1cf678098bd0c6e5ba12105109d56462808dcc')
'c7246156104f8e57e80b6fc3a9c9efec7542cd067a525fb51279a15056de4426')
prepare() {
cd "$srcdir/source"

View file

@ -435,8 +435,8 @@ diff -u source/texk/web2c/pdftexdir/pdftoepdf.cc source/texk/web2c/pdftexdir.new
+*/
+// begin modification
+ groupDict = pageDict->lookup("Group");
+ Dict dic1 = page->getGroup();
+ Dict dic2 = groupDict.getDict();
+ const Dict& dic1 = page->getGroup();
+ const Dict& dic2 = groupDict.getDict();
+ // replace dic2 in groupDict with dic1
+ l = dic2.getLength();
+ for (i = 0; i < l; i++) {