mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
office/gnumeric: Updated for version 1.12.57.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d0baf5a410
commit
f4116510b0
2 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for gnumeric
|
||||
|
||||
# Copyright 2010-2021 Robby Workman, Tuscaloosa, Alabama, USA
|
||||
# Copyright 2023 Jim Diamond, Dartmouth, Nova Scotia, Canada
|
||||
# Copyright 2023-24 Jim Diamond, Dartmouth, Nova Scotia, Canada
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -29,7 +29,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=gnumeric
|
||||
VERSION=${VERSION:-1.12.56}
|
||||
VERSION=${VERSION:-1.12.57}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -54,7 +54,7 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
if [ "$ARCH" = "i586" -o "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gnumeric"
|
||||
VERSION="1.12.56"
|
||||
VERSION="1.12.57"
|
||||
HOMEPAGE="https://projects.gnome.org/gnumeric/"
|
||||
DOWNLOAD="https://download.gnome.org/sources/gnumeric/1.12/gnumeric-1.12.56.tar.xz"
|
||||
MD5SUM="8d5b6928173797043e0a0aceeb2ceb78"
|
||||
DOWNLOAD="https://download.gnome.org/sources/gnumeric/1.12/gnumeric-1.12.57.tar.xz"
|
||||
MD5SUM="237ce4f6c43661892e802bf81dbff1b2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="goffice"
|
||||
|
|
Loading…
Reference in a new issue