summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
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
commitcd3dc024bcf4ac12faf95240e03a044a03f25edf (patch)
tree077901facfab26972f2c8cbed7ba25179f487e77 /office
parentb6c83f2301c22027fabd92f198665b64b81e2ea8 (diff)
downloadslackbuilds-cd3dc024bcf4ac12faf95240e03a044a03f25edf.tar.gz
slackbuilds-cd3dc024bcf4ac12faf95240e03a044a03f25edf.tar.xz
office/gnumeric: Updated for version 1.10.12.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/gnumeric/be_brave_with_libgsf_dep.patch12
-rw-r--r--office/gnumeric/gnumeric.SlackBuild5
-rw-r--r--office/gnumeric/gnumeric.info8
3 files changed, 20 insertions, 5 deletions
diff --git a/office/gnumeric/be_brave_with_libgsf_dep.patch b/office/gnumeric/be_brave_with_libgsf_dep.patch
new file mode 100644
index 0000000000..ffa19c48ad
--- /dev/null
+++ b/office/gnumeric/be_brave_with_libgsf_dep.patch
@@ -0,0 +1,12 @@
+diff -Nur gnumeric-1.10.12.orig//configure gnumeric-1.10.12//configure
+--- gnumeric-1.10.12.orig//configure 2010-11-20 11:27:24.000000000 -0600
++++ gnumeric-1.10.12//configure 2010-11-28 04:22:21.807932393 -0600
+@@ -12807,7 +12807,7 @@
+
+ libspreadsheet_reqs="
+ libgoffice-${GOFFICE_API_VER} >= 0.8.10
+- libgsf-1 >= 1.14.18
++ libgsf-1 >= 1.14.16
+ libxml-2.0 >= 2.4.12
+ "
+ gnumeric_reqs="$libspreadsheet_reqs
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 \
diff --git a/office/gnumeric/gnumeric.info b/office/gnumeric/gnumeric.info
index e1566f3380..47fd9c1cd0 100644
--- a/office/gnumeric/gnumeric.info
+++ b/office/gnumeric/gnumeric.info
@@ -1,10 +1,10 @@
PRGNAM="gnumeric"
-VERSION="1.10.10"
+VERSION="1.10.12"
HOMEPAGE="http://projects.gnome.org/gnumeric/"
-DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.10/gnumeric-1.10.10.tar.bz2"
-MD5SUM="4d0150896ecca3d16f2fea3a2414df40"
+DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.10/gnumeric-1.10.12.tar.bz2"
+MD5SUM="d93c01092fccefa33e796c07ef0a5b37"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Robby Workman"
EMAIL="rw@rlworkman.net"
-APPROVED="dsomero"
+APPROVED="Erik Hanson"