diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2015-09-19 05:40:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-19 05:40:10 +0700 |
commit | 0d17e524527f8f513fb92344741cccb1ef5ed86c (patch) | |
tree | 92272319f17ee55b4bbd9814f318e4dc2a4142df /office/texmacs | |
parent | d216b88a737de64ba0856f72c07e28f6cc5811c7 (diff) |
office/texmacs: Updated for version 1.99.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/texmacs')
-rw-r--r-- | office/texmacs/texmacs.SlackBuild | 8 | ||||
-rw-r--r-- | office/texmacs/texmacs.info | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/office/texmacs/texmacs.SlackBuild b/office/texmacs/texmacs.SlackBuild index a5df00b5b285..f6e937c5ed41 100644 --- a/office/texmacs/texmacs.SlackBuild +++ b/office/texmacs/texmacs.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Texmacs -# Copyright 2013 Zhu Qun-Ying +# Copyright 2013,2015 Zhu Qun-Ying # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=texmacs -VERSION=${VERSION:-1.0.7.21} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.99.2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} SRCNAM=TeXmacs @@ -87,6 +87,8 @@ CXXFLAGS="$SLKCFLAGS" \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --build=$ARCH-slackware-linux +sed -i -e "s|-lfreetype|-lfreetype -lz|" src/makefile + make make install DESTDIR=$PKG diff --git a/office/texmacs/texmacs.info b/office/texmacs/texmacs.info index d6f935225dc2..77faf71bfe97 100644 --- a/office/texmacs/texmacs.info +++ b/office/texmacs/texmacs.info @@ -1,8 +1,8 @@ PRGNAM="texmacs" -VERSION="1.0.7.21" +VERSION="1.99.2" HOMEPAGE="http://www.texmacs.org" -DOWNLOAD="http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-1.0.7.21-src.tar.gz" -MD5SUM="a56e2f14761e9003471fd26d91058ef0" +DOWNLOAD="http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-1.99.2-src.tar.gz" +MD5SUM="544ee0ada9a7fe0ea39e33d94e8d5ff5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="guile1.8" |