diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2018-01-11 23:49:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-13 07:13:02 +0700 |
commit | b9b275c473add8b1e6afb7065f2cf4f14960691c (patch) | |
tree | 01f06a179db5f643e9a6ac0985d274f00488ca48 /office | |
parent | 490713acaee112d241581d46763739757cfee4a3 (diff) | |
download | slackbuilds-b9b275c473add8b1e6afb7065f2cf4f14960691c.tar.gz |
office/texmacs: Updated for version 1.99.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/texmacs/texmacs.SlackBuild | 6 | ||||
-rw-r--r-- | office/texmacs/texmacs.info | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/office/texmacs/texmacs.SlackBuild b/office/texmacs/texmacs.SlackBuild index 8c90dde959..e9fa1eafc8 100644 --- a/office/texmacs/texmacs.SlackBuild +++ b/office/texmacs/texmacs.SlackBuild @@ -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} \ diff --git a/office/texmacs/texmacs.info b/office/texmacs/texmacs.info index 77faf71bfe..4d8b0f0bed 100644 --- a/office/texmacs/texmacs.info +++ b/office/texmacs/texmacs.info @@ -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" |