[Lunar-commits] <moonbase-other> luatex: bump to 0.79.1
Dennis Veatch
dennisveatch at bellsouth.net
Wed Sep 24 14:29:26 CEST 2014
commit 22c1c2d1a1c86ca216855336ecd40a8442efb5e8
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Wed, 24 Sep 2014 08:29:08 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/22c1c2d1a1c86ca216855336ecd40a8442efb5e8
luatex: bump to 0.79.1
---
doc-tools/luatex/BUILD | +4/-1
doc-tools/luatex/DETAILS | +3/-4
2 files changed, 7 insertions(+), 5 deletions(-)
--- a/doc-tools/luatex/BUILD
+++ b/doc-tools/luatex/BUILD
@@ -7,4 +7,7 @@ prepare_install &&
# Install executable
install -m755 build/texk/web2c/luatex /usr/bin/ &&
-ln -s luatex /usr/bin/lualatex
+# The INSTALL suggests a symlink for the last two lines
+ln -sf luatex /usr/bin/lualatex &&
+ln -sf luatex /usr/bin/texlua &&
+ln -sf luatex /usr/bin/texluac
--- a/doc-tools/luatex/DETAILS
+++ b/doc-tools/luatex/DETAILS
@@ -1,13 +1,12 @@
MODULE=luatex
- VERSION=0.66.0
- SUBDIR=387/1715
+ VERSION=0.79.1
SOURCE=$MODULE-beta-$VERSION-source.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-beta-$VERSION
SOURCE_URL=ftp://tug.org/historic/systems/luatex-beta/
- SOURCE_VFY=sha1:9cc43dc6784b7ac3073b1e5c0fee2bfa33519e56
+ SOURCE_VFY=sha1:eab997f9dc4d3577238c4591a7c2fe030bfee2c2
WEB_SITE=http://www.luatex.org/
ENTERED=20101002
- UPDATED=20110421
+ UPDATED=20140923
SHORT="An extended version of pdfTeX using Lua"
cat << EOF
More information about the Lunar-commits
mailing list