office/texmacs: Updated for version 1.99.6.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Zhu Qun-Ying 2018-01-11 23:49:27 +07:00 committed by Willy Sudiarto Raharjo
parent 490713acae
commit b9b275c473
2 changed files with 7 additions and 5 deletions

View File

@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=texmacs
VERSION=${VERSION:-1.99.2}
BUILD=${BUILD:-2}
VERSION=${VERSION:-1.99.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCNAM=TeXmacs
@ -86,8 +86,10 @@ sed -i \
-e '/gnome 2/d' \
Makefile.in
# force to use g++, clang++ will cause compile error
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
CXX="g++" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \

View File

@ -1,8 +1,8 @@
PRGNAM="texmacs"
VERSION="1.99.2"
VERSION="1.99.6"
HOMEPAGE="http://www.texmacs.org"
DOWNLOAD="http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-1.99.2-src.tar.gz"
MD5SUM="544ee0ada9a7fe0ea39e33d94e8d5ff5"
DOWNLOAD="http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-1.99.6-src.tar.gz"
MD5SUM="7e7d7d7a72e0a065cde7e5a39d5408c4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="guile1.8"