[Lunar-commits] <moonbase-other> texlive-texmf: bump to 20140525
Dennis Veatch
dennisveatch at bellsouth.net
Wed Sep 24 14:31:00 CEST 2014
commit 475340fa5d9d63af50f9307b46fad09c93b53415
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Wed, 24 Sep 2014 08:30:45 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/475340fa5d9d63af50f9307b46fad09c93b53415
texlive-texmf: bump to 20140525
---
doc-tools/texlive-texmf/BUILD | +3/-7
doc-tools/texlive-texmf/DETAILS | +3/-3
2 files changed, 6 insertions(+), 10 deletions(-)
--- a/doc-tools/texlive-texmf/BUILD
+++ b/doc-tools/texlive-texmf/BUILD
@@ -1,4 +1,3 @@
-(
prepare_install &&
@@ -18,21 +17,18 @@
fi &&
# adjust TeX root path
- sedit "s:\(TEXMFROOT =\) .*$:\1 \$SELFAUTODIR/share:" texmf/web2c/texmf.cnf &&
+ sedit "s:\(TEXMFROOT =\) .*$:\1 \$SELFAUTODIR/share:" texmf-dist/web2c/texmf.cnf &&
# the etex binary is _not_ compatible with pdftex
- sedit "s:^etex pdftex:etex etex:" texmf/web2c/fmtutil.cnf &&
+ sedit "s:^etex pdftex:etex etex:" texmf-dist/web2c/fmtutil.cnf &&
# this is the big cp (which would copy the man pages we removed before again)
mkdir -p /usr/share &&
- cp -R texmf texmf-dist /usr/share/ &&
+ cp -R texmf-dist /usr/share/ &&
# make symlinks to /usr/share/doc if needed
if [ "`get_module_config DOCS`" = "y" ] ; then
mkdir -p /usr/share/doc &&
- ln -sf /usr/share/texmf/doc /usr/share/doc/texmf &&
ln -sf /usr/share/texmf-dist/doc /usr/share/doc/texmf-dist
fi
-
-) > $C_FIFO 2>&1
--- a/doc-tools/texlive-texmf/DETAILS
+++ b/doc-tools/texlive-texmf/DETAILS
@@ -1,12 +1,12 @@
MODULE=texlive-texmf
- VERSION=20120701
+ VERSION=20140525
SOURCE=texlive-${VERSION}-texmf.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SOURCE/.tar.xz}
SOURCE_URL=ftp://tug.org/texlive/historic/${VERSION:0:4}
- SOURCE_VFY=sha1:7248a27a8f278ff80b412b45e98aab9803859353
+ SOURCE_VFY=sha1:9254846db799cc1b001e5bda39375623eb9d0fce
WEB_SITE=http://www.tug.org/texlive/
ENTERED=20100731
- UPDATED=20121002
+ UPDATED=20140924
ARCHIVE=off
LDD_CHECK=off
SHORT="TeX Live metafont package"
More information about the Lunar-commits
mailing list