diff options
author | Robby Workman <rw@rlworkman.net> | 2010-12-02 05:08:59 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-05 19:59:22 -0600 |
commit | cd3dc024bcf4ac12faf95240e03a044a03f25edf (patch) | |
tree | 077901facfab26972f2c8cbed7ba25179f487e77 /office/gnumeric/gnumeric.SlackBuild | |
parent | b6c83f2301c22027fabd92f198665b64b81e2ea8 (diff) | |
download | slackbuilds-cd3dc024bcf4ac12faf95240e03a044a03f25edf.tar.gz |
office/gnumeric: Updated for version 1.10.12.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'office/gnumeric/gnumeric.SlackBuild')
-rw-r--r-- | office/gnumeric/gnumeric.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/office/gnumeric/gnumeric.SlackBuild b/office/gnumeric/gnumeric.SlackBuild index e833846396..60af611de2 100644 --- a/office/gnumeric/gnumeric.SlackBuild +++ b/office/gnumeric/gnumeric.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gnumeric -VERSION=${VERSION:-1.10.10} +VERSION=${VERSION:-1.10.12} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -73,6 +73,9 @@ 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 \ |