diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2022-10-13 23:15:52 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-15 10:47:30 +0700 |
commit | c23441ac29b9a9aebffa02588ea805283d32cabf (patch) | |
tree | 4dfd7da5db7783d6f21712ea4ff00f6416936624 /office | |
parent | cbf6bc6640a7935a19c0700b9f84f1b4a7f07bcb (diff) | |
download | slackbuilds-c23441ac29b9a9aebffa02588ea805283d32cabf.tar.gz |
office/gnumeric: Updated for version 1.12.53.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/gnumeric/gnumeric.SlackBuild | 10 | ||||
-rw-r--r-- | office/gnumeric/gnumeric.info | 6 |
2 files changed, 5 insertions, 11 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 \ diff --git a/office/gnumeric/gnumeric.info b/office/gnumeric/gnumeric.info index e9744a598c..f1a1486053 100644 --- a/office/gnumeric/gnumeric.info +++ b/office/gnumeric/gnumeric.info @@ -1,8 +1,8 @@ PRGNAM="gnumeric" -VERSION="1.12.49" +VERSION="1.12.53" HOMEPAGE="https://projects.gnome.org/gnumeric/" -DOWNLOAD="https://download.gnome.org/sources/gnumeric/1.12/gnumeric-1.12.49.tar.xz" -MD5SUM="eec230a9fbd7388f856570e3f9648531" +DOWNLOAD="https://download.gnome.org/sources/gnumeric/1.12/gnumeric-1.12.53.tar.xz" +MD5SUM="d771cd81e19441a3dc390b2b03cd1edf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="goffice" |