[arch-commits] Commit in texlive-bin/trunk (PKGBUILD)
Rémy Oudompheng
remy at archlinux.org
Tue Sep 1 10:39:28 UTC 2015
Date: Tuesday, September 1, 2015 @ 12:39:28
Author: remy
Revision: 245170
upgpkg: texlive-bin 2015.37497-1
Update to TeXLive 2015
Modified:
texlive-bin/trunk/PKGBUILD
----------+
PKGBUILD | 30 +++++++++++++++++++-----------
1 file changed, 19 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-01 10:39:22 UTC (rev 245169)
+++ PKGBUILD 2015-09-01 10:39:28 UTC (rev 245170)
@@ -3,15 +3,15 @@
# Contributor: francois <francois.archlinux.org>
pkgname=texlive-bin
-pkgver=2014.34260
-pkgrel=8
-_biber_ver=1.9 # for biblatex 2.9 only.
+pkgver=2015.37497
+pkgrel=1
+_biber_ver=2.1 # for biblatex 3.0 only.
pkgdesc="TeX Live binaries"
license=('GPL')
arch=('i686' 'x86_64')
depends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
'libsigsegv' 'zziplib' 'libpng' 'libjpeg' 'freetype2'
- 'icu' 'harfbuzz' 'harfbuzz-icu')
+ 'icu' 'harfbuzz' 'harfbuzz-icu' 'gmp' 'mpfr' 'potrace' 'libpaper')
makedepends=('perl' 'clisp' 'ffcall')
optdepends=('ed: for texconfig')
provides=('lcdf-typetools' 'kpathsea' 'xindy' 'pdfjam')
@@ -27,9 +27,9 @@
noextract=(biber-linux_x86_64.tar.gz
biber-linux_x86_32.tar.gz)
md5sums=('bfb9716aa00c86c08cd31e5b32edeb98'
- 'b6fe9a6e6b3df0d69e804b87370039ef'
- '137839688478710ded88909088dee970'
- 'e1af258c7b7fa95d8299696aa3552eb3')
+ '20be644511704910151560a4d99f6995'
+ '498539381540347b246bb047c4303bf5'
+ '01cfa6f94549479101b46412fbbabbe8')
prepare() {
cd source
@@ -91,6 +91,10 @@
--with-system-harfbuzz \
--with-system-graphite \
--with-system-icu \
+ --with-system-gmp \
+ --with-system-mpfr \
+ --with-system-potrace \
+ --with-system-libpaper \
--with-freetype2-libdir=/usr/lib \
--with-freetype2-include=/usr/include/freetype2 \
--with-xdvi-x-toolkit=xaw \
@@ -162,7 +166,10 @@
# remove dangling symlinks
_bibtexextra_scripts="
bibexport
+bibdoiadd
+bibzbladd
listbib
+ltx2crossrefxml
multibibliography
urlbst
"
@@ -180,6 +187,7 @@
bundledoc
checkcites
chkweb
+cjk-gs-integrate
context
contextjit
ctanify
@@ -222,7 +230,6 @@
match_parens
mf2pt1
mkjobtexmf
-mkluatexfontdb
mkt1font
mktexfmt
mptopdf
@@ -300,12 +307,13 @@
ps4pdf
splitindex
svn-multi
-vpe"
+vpe
+yplan"
_music_scripts="lily-glyph-commands lily-image-commands lily-rebuild-pdfs
m-tx musixtex musixflx pmx2pdf pmxchords"
- _pictures_scripts="cachepic epspdf epspdftk fig4latex mathspic mkpic"
+ _pictures_scripts="cachepic epspdf epspdftk fig4latex getmapdl mathspic mkpic"
_pstricks_scripts="pedigree pst2pdf"
- _science_scripts="ulqda"
+ _science_scripts="pygmentex ulqda"
for s in \
${_bibtexextra_scripts} \
${_core_scripts} \
More information about the arch-commits
mailing list