summaryrefslogtreecommitdiff
path: root/libre/texlive-bin
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-09-15 15:59:07 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-09-22 16:15:04 -0300
commit400202f380cd8966cf38659016bf74ef6f1bcc25 (patch)
tree02348d711c8a63e18d10e687534b0e407cc73023 /libre/texlive-bin
parent43e9bb2d67baa87dc43130994ba24ffe04ea02af (diff)
texlive-bin-2015.37497-1.parabola1: updating version
Diffstat (limited to 'libre/texlive-bin')
-rw-r--r--libre/texlive-bin/PKGBUILD28
1 files changed, 18 insertions, 10 deletions
diff --git a/libre/texlive-bin/PKGBUILD b/libre/texlive-bin/PKGBUILD
index 6e72d0539..be270cfca 100644
--- a/libre/texlive-bin/PKGBUILD
+++ b/libre/texlive-bin/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 239757 2015-05-26 05:45:16Z fyan $
+# $Id: PKGBUILD 245662 2015-09-10 03:54:16Z foutrelis $
# Maintainer (Arch): Rémy Oudompheng <remy@archlinux.org>
# Contributor (Arch): francois <francois.archlinux.org>
# Maintainer: Michał Masłowski <mtjm@mtjm.eu>
# Contributor: André Silva <emulatorman@parabola.nu>
pkgname=texlive-bin
-pkgver=2014.34260
-pkgrel=8.parabola1
+pkgver=2015.37497
+pkgrel=1.parabola1
pkgdesc="TeX Live binaries, without biber binaries (Parabola rebranded)"
license=('GPL')
-arch=('i686' 'x86_64' 'mips64el')
+arch=('i686' 'x86_64')
depends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler=0.33.0'
'libsigsegv' 'zziplib' 'libpng' 'libjpeg' 'freetype2'
- 'icu=55.1' 'harfbuzz' 'harfbuzz-icu')
+ 'icu=55.1' 'harfbuzz' 'harfbuzz-icu' 'gmp' 'mpfr' 'potrace' 'libpaper')
makedepends=('perl' 'clisp' 'ffcall')
optdepends=('ed: for texconfig')
provides=('lcdf-typetools' 'kpathsea' 'xindy' 'pdfjam')
@@ -25,7 +25,7 @@ source=('fix-fontforge-encoding.patch'
"http://mirrors.kernel.org/archlinux/other/texlive/texlive-bin-source-${pkgver}.tar.xz"
)
md5sums=('bfb9716aa00c86c08cd31e5b32edeb98'
- 'b6fe9a6e6b3df0d69e804b87370039ef')
+ '20be644511704910151560a4d99f6995')
prepare() {
cd source
@@ -84,6 +84,10 @@ build() {
--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 \
@@ -153,7 +157,10 @@ package() {
# remove dangling symlinks
_bibtexextra_scripts="
bibexport
+bibdoiadd
+bibzbladd
listbib
+ltx2crossrefxml
multibibliography
urlbst
"
@@ -171,6 +178,7 @@ autoinst
bundledoc
checkcites
chkweb
+cjk-gs-integrate
context
contextjit
ctanify
@@ -213,7 +221,6 @@ luatools
match_parens
mf2pt1
mkjobtexmf
-mkluatexfontdb
mkt1font
mktexfmt
mptopdf
@@ -291,12 +298,13 @@ perltex
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} \