summaryrefslogtreecommitdiff
path: root/libre/texlive-core-libre/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-03-13 02:43:58 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-03-13 02:43:58 -0300
commit632de8e19756f40525aed72718eb75d8ec456d05 (patch)
tree0174ef3f80c4495b27ed43fa000a08f9ef00f010 /libre/texlive-core-libre/PKGBUILD
parentd40cc5107f6d6b7af16c327db080a1bd8a52c2f1 (diff)
downloadabslibre-632de8e19756f40525aed72718eb75d8ec456d05.tar.gz
abslibre-632de8e19756f40525aed72718eb75d8ec456d05.tar.bz2
abslibre-632de8e19756f40525aed72718eb75d8ec456d05.zip
texlive-core-libre-2013.33063-1: updating version
* replace tk optdepend by perl-tk for texdoctk (FS#28514 => https://bugs.archlinux.org/task/28514) * include our own texmfcnf.lua file (FS#28560 => https://bugs.archlinux.org/task/28560)
Diffstat (limited to 'libre/texlive-core-libre/PKGBUILD')
-rw-r--r--libre/texlive-core-libre/PKGBUILD16
1 files changed, 9 insertions, 7 deletions
diff --git a/libre/texlive-core-libre/PKGBUILD b/libre/texlive-core-libre/PKGBUILD
index d3dc06cb1..0aec4683d 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')
+mkmd5sums=('7e11e1bf401d0a152ac50ef48d676bb3')
md5sums=('ce7c019db21ce546d6d7f1df4bc247fe'
- '306ab28bb9b070fc3e40d86d28ea7e8e'
+ '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