diff options
author | Franzen <slackbuilds@schoepfer.info> | 2022-04-02 08:00:00 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:19:13 +0700 |
commit | 23c8e1656d5533f995acf8bea54218571abcadb9 (patch) | |
tree | 2099d80006cb659fd3d75e6a0662c9e4103be335 /office/mate-calc | |
parent | d0991072b762dad49817f77b0ddbd2200df80881 (diff) | |
download | slackbuilds-23c8e1656d5533f995acf8bea54218571abcadb9.tar.gz |
office/mate-calc: Updated for version 1.26.0
Signed-off-by: Franzen <slackbuilds@schoepfer.info>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/mate-calc')
-rw-r--r-- | office/mate-calc/mate-calc.SlackBuild | 9 | ||||
-rw-r--r-- | office/mate-calc/mate-calc.info | 6 |
2 files changed, 6 insertions, 9 deletions
diff --git a/office/mate-calc/mate-calc.SlackBuild b/office/mate-calc/mate-calc.SlackBuild index be7bae1abd..e26c42dd20 100644 --- a/office/mate-calc/mate-calc.SlackBuild +++ b/office/mate-calc/mate-calc.SlackBuild @@ -4,7 +4,7 @@ # Copyright 2013 Chess Griffin <chess.griffin@gmail.com> Raleigh, NC # Copyright 2013-2020 Willy Sudiarto Raharjo <willysr@slackware-id.org> -# Copyright 2020 Johannes Schoepfer, Germany +# Copyright 2020 - 2022 Johannes Schoepfer, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=mate-calc -VERSION=${VERSION:-1.18.2} +VERSION=${VERSION:-1.26.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -103,7 +100,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING ChangeLog NEWS README $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS COPYING ChangeLog NEWS README.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/office/mate-calc/mate-calc.info b/office/mate-calc/mate-calc.info index 5ebf954ff3..6314d9d496 100644 --- a/office/mate-calc/mate-calc.info +++ b/office/mate-calc/mate-calc.info @@ -1,8 +1,8 @@ PRGNAM="mate-calc" -VERSION="1.18.2" +VERSION="1.26.0" HOMEPAGE="https://www.mate-desktop.org/" -DOWNLOAD="https://pub.mate-desktop.org/releases/1.18/mate-calc-1.18.2.tar.xz" -MD5SUM="305ed2580b9d06ce06440b8f7df0b743" +DOWNLOAD="https://pub.mate-desktop.org/releases/1.26/mate-calc-1.26.0.tar.xz" +MD5SUM="2d9239cbfd1819300f4b595155ffe912" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |