mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/texlive-bin to 2015.37497-1
This commit is contained in:
parent
27d21f8a81
commit
bbb5017188
1 changed files with 16 additions and 8 deletions
|
@ -8,14 +8,14 @@
|
|||
# --disable-cxx-runtime-hack
|
||||
|
||||
pkgname=texlive-bin
|
||||
pkgver=2014.34260
|
||||
pkgrel=8
|
||||
pkgver=2015.37497
|
||||
pkgrel=1
|
||||
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' 'pdfjam')
|
||||
|
@ -26,7 +26,7 @@ install="texlive.install"
|
|||
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
|
||||
|
@ -85,6 +85,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
|
||||
|
@ -289,12 +296,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} \
|
||||
|
|
Loading…
Reference in a new issue