diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-03-27 03:16:40 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-27 03:16:40 -0500 |
commit | 2e1f0ea1fb7652d18cbe67913ebdeb6fe9237975 (patch) | |
tree | b3b7a34f0b41f1d92df3aed6134487f185e792be /office/gnumeric/gnumeric.SlackBuild | |
parent | 19eb3cdf7bdbc3db97b1c0f28689530cdc2972a5 (diff) | |
download | slackbuilds-2e1f0ea1fb7652d18cbe67913ebdeb6fe9237975.tar.gz |
office/gnumeric: Updated for version 1.10.14.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office/gnumeric/gnumeric.SlackBuild')
-rw-r--r-- | office/gnumeric/gnumeric.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/office/gnumeric/gnumeric.SlackBuild b/office/gnumeric/gnumeric.SlackBuild index 60af611de2..7ee09049ab 100644 --- a/office/gnumeric/gnumeric.SlackBuild +++ b/office/gnumeric/gnumeric.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gnumeric -# Copyright 2010 Robby Workman, Northport, Alabama, USA +# Copyright 2010,2011 Robby Workman, Northport, Alabama, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gnumeric -VERSION=${VERSION:-1.10.12} +VERSION=${VERSION:-1.10.14} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -73,9 +73,6 @@ find . \ # The docs will still be missing, but at least we can build the app itself touch doc/C/gnumeric-C.omf.out -# Surely the bump from 1.4.16 to 1.4.18 of libgsf can't be *that* needed -patch -p1 < $CWD/be_brave_with_libgsf_dep.patch - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |