office/gnumeric: Updated for version 1.12.53.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Robby Workman 2022-10-13 23:15:52 +01:00 committed by Willy Sudiarto Raharjo
parent cbf6bc6640
commit c23441ac29
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 11 deletions

View file

@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gnumeric
VERSION=${VERSION:-1.12.49}
BUILD=${BUILD:-2}
VERSION=${VERSION:-1.12.53}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -76,14 +76,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Avoid the cs help or build will break
sed -i "s|cs\ de\ es|de es|" doc/Makefile.am || exit 1
autoreconf -fi
# Thanks to mancha for this gem :-)
# The docs will still be missing, but at least we can build the app itself
touch doc/C/gnumeric-C.omf.out
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \

View file

@ -1,8 +1,8 @@
PRGNAM="gnumeric"
VERSION="1.12.49"
VERSION="1.12.53"
HOMEPAGE="https://projects.gnome.org/gnumeric/"
DOWNLOAD="https://download.gnome.org/sources/gnumeric/1.12/gnumeric-1.12.49.tar.xz"
MD5SUM="eec230a9fbd7388f856570e3f9648531"
DOWNLOAD="https://download.gnome.org/sources/gnumeric/1.12/gnumeric-1.12.53.tar.xz"
MD5SUM="d771cd81e19441a3dc390b2b03cd1edf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="goffice"