office/gcal: Updated for version 4.1.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Woodfall 2018-03-07 11:29:54 +00:00 committed by Willy Sudiarto Raharjo
parent cb913c8390
commit 4c4b185126
2 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for gcal
# Copyright 2013 Dave Woodfall <dave@dawoodfall.net>
# Copyright 2013 David Woodfall <dave@dawoodfall.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -22,13 +22,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gcal
VERSION=${VERSION:-3.6.3}
VERSION=${VERSION:-4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -39,8 +39,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View File

@ -1,8 +1,8 @@
PRGNAM="gcal"
VERSION="3.6.3"
VERSION="4.1"
HOMEPAGE="http://www.gnu.org/software/gcal/"
DOWNLOAD="http://ftp.gnu.org/gnu/gcal/gcal-3.6.3.tar.xz"
MD5SUM="1a195b4673f3330e9031e0f966ac3fea"
DOWNLOAD="http://ftp.gnu.org/gnu/gcal/gcal-4.1.tar.xz"
MD5SUM="7560189fc2393fddc920c5843b27d295"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""