office/gnumeric: Updated for version 1.12.32.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2016-08-24 01:33:58 -05:00
parent b0b1a9dd71
commit 4a47140bb1
2 changed files with 7 additions and 10 deletions

View file

@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gnumeric
VERSION=${VERSION:-1.12.31}
VERSION=${VERSION:-1.12.32}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -40,11 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"

View file

@ -1,8 +1,8 @@
PRGNAM="gnumeric"
VERSION="1.12.31"
VERSION="1.12.32"
HOMEPAGE="http://projects.gnome.org/gnumeric/"
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.31.tar.xz"
MD5SUM="d61f890da7a3e0e14adfc65b93583c67"
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.32.tar.xz"
MD5SUM="77dc94286ce3bf920d66a1736d114c1b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="goffice"