games/gbrainy: Updated for version 2.2.7 + new maintainer.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2017-03-27 20:26:03 +01:00 committed by Willy Sudiarto Raharjo
parent 25854852cd
commit ba01e0d09f
3 changed files with 12 additions and 12 deletions

View File

@ -17,7 +17,7 @@ It provides the following types of games:
memory.
* Verbal analogies. Games that challenge your verbal aptitude.
NOTE:
NOTE:
On 64-bit systems, due to changes in the mono configuration,
you may need to symlink:

View File

@ -2,9 +2,9 @@
# Slackware build script for gbrainy
# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
# Copyright 2011-2012 Binh Nguyen <binhvng@gmail.com>
# Copyright 2012-2017 Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
# Copyright 2017 Jeremy Hansen <jebrhansen+SBo -at- gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,13 +25,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gbrainy
VERSION=${VERSION:-2.2.5}
VERSION=${VERSION:-2.2.7}
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
@ -42,8 +42,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,10 +1,10 @@
PRGNAM="gbrainy"
VERSION="2.2.5"
VERSION="2.2.7"
HOMEPAGE="http://live.gnome.org/gbrainy"
DOWNLOAD="http://gent.softcatala.org/jmas/gbrainy/gbrainy-2.2.5.tar.gz"
MD5SUM="287c15d60ab0fba3c295e230c994f1ec"
DOWNLOAD="http://gent.softcatala.org/jmas/gbrainy/gbrainy-2.2.7.tar.gz"
MD5SUM="8ad81d7235d106f9c3ca536a89d79cee"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gnome-sharp mono-addins"
MAINTAINER="Ryan P.C. McQuen"
EMAIL="ryanpcmcquen@member.fsf.org"
MAINTAINER="Jeremy Hansen"
EMAIL="jebrhansen+SBo -at- gmail.com"