diff options
Diffstat (limited to 'libre/texlive-core-libre/PKGBUILD')
-rw-r--r-- | libre/texlive-core-libre/PKGBUILD | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/libre/texlive-core-libre/PKGBUILD b/libre/texlive-core-libre/PKGBUILD index d3dc06cb1..e56677d76 100644 --- a/libre/texlive-core-libre/PKGBUILD +++ b/libre/texlive-core-libre/PKGBUILD @@ -4,16 +4,16 @@ pkgname=texlive-core-libre _pkgname=texlive-core -pkgver=2013.31589 +pkgver=2013.33063 _revnr=${pkgver#2013.} -pkgrel=1.2 +pkgrel=1 pkgdesc="TeX Live core distribution, without nonfree add-on packages (Parabola rebranded)" license=('GPL') arch=(any) depends=('texlive-bin' 'perl') optdepends=( 'ruby: for old ConTeXT MkII and epspdf' - 'tk: for texdoctk' + 'perl-tk: for texdoctk' 'python2: for dviasm' 'ghostscript: for epstopdf, epspdf and other ConTeXt tools' 'psutils: to manipulate the output of dvips' @@ -30,6 +30,7 @@ noextract=("$_pkgname-$pkgver-src.zip") source=("https://repo.parabolagnulinux.org/other/$pkgname/$pkgname-$pkgver-src.tar.xz" "$_pkgname.maps" "texmf.cnf" + "texmfcnf.lua" "09-texlive-fonts.conf") options=(!strip) install=texlive.install @@ -45,10 +46,11 @@ backup=(etc/texmf/web2c/texmf.cnf \ etc/texmf/web2c/mktex.cnf \ etc/texmf/xdvi/XDvi) -mkmd5sums=('80c7fa3db1b468f9043c6acdd941a526') -md5sums=('ce7c019db21ce546d6d7f1df4bc247fe' - '306ab28bb9b070fc3e40d86d28ea7e8e' +mkmd5sums=('7e11e1bf401d0a152ac50ef48d676bb3') +md5sums=('7f276d14c0d715704b1acbc195e72fe6' + '8b998b0944a766abeb1ff8ca53029084' 'd5a3f442ec3b7aa1518170f64f9d006b' + '16ad4dc53deb00029baef1b01ba1d984' '393a4bf67adc7ca5df2b386759d1a637') mksource() { @@ -168,8 +170,8 @@ package() { # since the location of texmf.cnf is hard-wired to be under /usr/share/texmf/web2c # we make a symlink from /etc/texmf/web2c/texmf.cnf to the latter ln -sf /etc/texmf/web2c/texmf.cnf "$pkgdir"/usr/share/texmf-dist/web2c/texmf.cnf - # fix location of TEXMFCACHE for luatools - sed -i 's#texlive2013#texlive#' "$pkgdir"/usr/share/texmf-dist/web2c/texmfcnf.lua + # replace upstream texmfcnf.lua with ours + install -m644 "$srcdir"/texmfcnf.lua "$pkgdir"/usr/share/texmf-dist/web2c/texmfcnf.lua ## remove aleph from fmtutil.cnf sed -i -e '/aleph/d' "$pkgdir"/usr/share/texmf-dist/web2c/fmtutil.cnf |