diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2024-02-16 11:19:03 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-16 18:51:34 +0700 |
commit | 41445a7ec3f8f26917c4ff76c108f19323d6a22a (patch) | |
tree | 34e6c8a484d9010e8ed447a9c45996ec2b2ad29a /office | |
parent | f8000bf9ca90f4d5ecdb06f3cca5ca1002d134f5 (diff) |
office/mate-calc: Updated for version 1.28.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/mate-calc/README | 8 | ||||
-rw-r--r-- | office/mate-calc/mate-calc.SlackBuild | 15 | ||||
-rw-r--r-- | office/mate-calc/mate-calc.info | 8 | ||||
-rw-r--r-- | office/mate-calc/slack-desc | 8 |
4 files changed, 19 insertions, 20 deletions
diff --git a/office/mate-calc/README b/office/mate-calc/README index 4cc5cec9d9917..da15a7cbf4569 100644 --- a/office/mate-calc/README +++ b/office/mate-calc/README @@ -1,6 +1,4 @@ -This is mate-calc, a fork of gnome-calc, the calculator application that -was previously in the OpenWindows Deskset of the Solaris 8 operating -system. It incorporates a multiple precision arithmetic packages based -on the work of Professor Richard Brent. - +MATE Calculator started as a fork of gnome-calc, the calculator +application that was previously in the OpenWindows Deskset of the +Solaris 8 operating system. It supports scientific, financial and logical modes. diff --git a/office/mate-calc/mate-calc.SlackBuild b/office/mate-calc/mate-calc.SlackBuild index e26c42dd20971..aab359f4416f3 100644 --- a/office/mate-calc/mate-calc.SlackBuild +++ b/office/mate-calc/mate-calc.SlackBuild @@ -2,9 +2,9 @@ # Slackware build script for mate-calc -# Copyright 2013 Chess Griffin <chess.griffin@gmail.com> Raleigh, NC -# Copyright 2013-2020 Willy Sudiarto Raharjo <willysr@slackware-id.org> -# Copyright 2020 - 2022 Johannes Schoepfer, Germany +# Copyright 2013 Chess Griffin, Raleigh, NC +# Copyright 2013-2020 Willy Sudiarto Raharjo +# Copyright 2020-2024 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.26.0} +VERSION=${VERSION:-1.28.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -74,9 +74,9 @@ cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ + -o -perm 511 \) -exec chmod 755 {} + -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ @@ -88,6 +88,7 @@ CXXFLAGS="$SLKCFLAGS" \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --without-help-dir \ + --disable-schemas-compile \ --build=$ARCH-slackware-linux make @@ -96,7 +97,7 @@ make install DESTDIR=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -find $PKG/usr/man -type f -exec gzip -9 {} \; +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 diff --git a/office/mate-calc/mate-calc.info b/office/mate-calc/mate-calc.info index 6314d9d496ba0..5677742232eb3 100644 --- a/office/mate-calc/mate-calc.info +++ b/office/mate-calc/mate-calc.info @@ -1,8 +1,8 @@ PRGNAM="mate-calc" -VERSION="1.26.0" -HOMEPAGE="https://www.mate-desktop.org/" -DOWNLOAD="https://pub.mate-desktop.org/releases/1.26/mate-calc-1.26.0.tar.xz" -MD5SUM="2d9239cbfd1819300f4b595155ffe912" +VERSION="1.28.0" +HOMEPAGE="https://wiki.mate-desktop.org/mate-desktop/applications/mate-calc/" +DOWNLOAD="https://pub.mate-desktop.org/releases/1.28/mate-calc-1.28.0.tar.xz" +MD5SUM="3492897f5c92b556df8ee9715db6db48" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/office/mate-calc/slack-desc b/office/mate-calc/slack-desc index 72bfd115c6e1d..f66c53a8c9346 100644 --- a/office/mate-calc/slack-desc +++ b/office/mate-calc/slack-desc @@ -8,12 +8,12 @@ |-----handy-ruler------------------------------------------------------| mate-calc: mate-calc (calculator for the MATE desktop) mate-calc: -mate-calc: mate-calc is a fork of gnome-calc, a calculator application for -mate-calc: the MATE desktop. +mate-calc: MATE Calculator started as a fork of gnome-calc, the calculator +mate-calc: application that was previously in the OpenWindows Deskset of the +mate-calc: Solaris 8 operating system. mate-calc: It supports scientific, financial and logical modes. mate-calc: mate-calc: mate-calc: -mate-calc: -mate-calc: Homepage: https://www.mate-desktop.org +mate-calc: https://wiki.mate-desktop.org/mate-desktop/applications/mate-calc/ mate-calc: |