diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-24 14:03:50 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-24 14:04:17 +0700 |
commit | e3290eab713cdb4a560d343b106fb2b5ac3de048 (patch) | |
tree | 2965aa1c269e1b4bab851ae0f0e7bc09064be8f2 | |
parent | 2ab8a516e114988bca2392fb60495ed8afed9116 (diff) | |
download | slackbuilds-e3290eab713cdb4a560d343b106fb2b5ac3de048.tar.gz |
office/texmacs: Updated for version 1.99.19.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | office/texmacs/texmacs.SlackBuild | 3 | ||||
-rw-r--r-- | office/texmacs/texmacs.info | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/office/texmacs/texmacs.SlackBuild b/office/texmacs/texmacs.SlackBuild index f8991c36b1..8a54c0ffc4 100644 --- a/office/texmacs/texmacs.SlackBuild +++ b/office/texmacs/texmacs.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=texmacs -VERSION=${VERSION:-1.99.17} +VERSION=${VERSION:-1.99.19} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -96,7 +96,6 @@ CXX="g++" \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ - --docdir=/usr/doc/$PRGNAM-$VERSION \ --build=$ARCH-slackware-linux sed -i -e "s|-lfreetype|-lfreetype -lz|" src/makefile diff --git a/office/texmacs/texmacs.info b/office/texmacs/texmacs.info index 34499bcafc..b0a0c47387 100644 --- a/office/texmacs/texmacs.info +++ b/office/texmacs/texmacs.info @@ -1,8 +1,8 @@ PRGNAM="texmacs" -VERSION="1.99.17" +VERSION="1.99.19" HOMEPAGE="http://www.texmacs.org" -DOWNLOAD="https://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-1.99.17-src.tar.gz" -MD5SUM="d04afa1984339e6db7872ea82e13370c" +DOWNLOAD="https://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-1.99.19-src.tar.gz" +MD5SUM="fcba1d5fae1156821a44a0d5662eec78" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="guile1.8" |