diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2024-04-12 10:20:46 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-13 22:03:47 +0700 |
commit | 86ce7f2c931ea9a28ffd6fb457da61ab0428d990 (patch) | |
tree | a6641ad30d84cbab420dbde28fce60067ec5661c | |
parent | ff562428891629b02813f8acdc9d776556438c0c (diff) |
office/texmacs: Updated for version 2.1.4.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | office/texmacs/texmacs.SlackBuild | 9 | ||||
-rw-r--r-- | office/texmacs/texmacs.info | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/office/texmacs/texmacs.SlackBuild b/office/texmacs/texmacs.SlackBuild index 4f054b168690..639297e8b3a6 100644 --- a/office/texmacs/texmacs.SlackBuild +++ b/office/texmacs/texmacs.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=texmacs -VERSION=${VERSION:-2.1.2} +VERSION=${VERSION:-2.1.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -71,9 +71,10 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $SRCNAM-$VERSION-src -tar xvf $CWD/$SRCNAM-$VERSION-src.tar.gz -cd $SRCNAM-$VERSION-src +rm -rf $PRGNAM-$VERSION +mkdir $PRGNAM-$VERSION +tar -xvf $CWD/$SRCNAM-$VERSION-src.tar.gz --strip-components=1 -C $PRGNAM-$VERSION +cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/office/texmacs/texmacs.info b/office/texmacs/texmacs.info index 0aad98979df4..fb43774859aa 100644 --- a/office/texmacs/texmacs.info +++ b/office/texmacs/texmacs.info @@ -1,8 +1,8 @@ PRGNAM="texmacs" -VERSION="2.1.2" +VERSION="2.1.4" HOMEPAGE="http://www.texmacs.org" -DOWNLOAD="https://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-2.1.2-src.tar.gz" -MD5SUM="27f81807040704fd58c21f15c9629b70" +DOWNLOAD="https://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-2.1.4-src.tar.gz" +MD5SUM="af693207d18781c4832560ee6cf09aa1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="guile1.8" |