summaryrefslogtreecommitdiffstats
path: root/office/gnumeric/gnumeric.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'office/gnumeric/gnumeric.SlackBuild')
-rw-r--r--office/gnumeric/gnumeric.SlackBuild10
1 files changed, 2 insertions, 8 deletions
diff --git a/office/gnumeric/gnumeric.SlackBuild b/office/gnumeric/gnumeric.SlackBuild
index 91674d8c6b..5505a2b3e0 100644
--- a/office/gnumeric/gnumeric.SlackBuild
+++ b/office/gnumeric/gnumeric.SlackBuild
@@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gnumeric
-VERSION=${VERSION:-1.12.49}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-1.12.53}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -76,14 +76,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-# Avoid the cs help or build will break
-sed -i "s|cs\ de\ es|de es|" doc/Makefile.am || exit 1
autoreconf -fi
-# Thanks to mancha for this gem :-)
-# The docs will still be missing, but at least we can build the app itself
-touch doc/C/gnumeric-C.omf.out
-
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \