From 88b541f10e37a311a9c44b8a0314caae104522ea Mon Sep 17 00:00:00 2001 From: Nicky Chorley Date: Fri, 4 Mar 2011 08:00:04 -0300 Subject: games/scid: Updated for version 4.2.2 (+ new maintainer). Signed-off-by: Niels Horn --- games/scid/scid.SlackBuild | 12 +++++------- games/scid/scid.info | 12 ++++++------ games/scid/slack-desc | 2 +- 3 files changed, 12 insertions(+), 14 deletions(-) diff --git a/games/scid/scid.SlackBuild b/games/scid/scid.SlackBuild index 1705e8b451..66a68056c3 100644 --- a/games/scid/scid.SlackBuild +++ b/games/scid/scid.SlackBuild @@ -8,16 +8,14 @@ # Modified by Robby Workman PRGNAM=scid -VERSION=${VERSION:-3.6.26} +VERSION=${VERSION:-4.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -86,10 +84,10 @@ mv $PKG/usr/share/scid/{bases,books} $PKG/var/games/scid chown -R root:games $PKG/var/games/scid find $PKG/var/games/scid -type d -exec chmod 2775 {} \; find $PKG/var/games/scid -type f -exec chmod 0664 {} \; -( cd $PKG/usr/share/scid +cd $PKG/usr/share/scid ln -s ../../../var/games/scid/bases . ln -s ../../../var/games/scid/books . -) +cd - # Add a desktop menu entry mkdir -p $PKG/usr/share/{applications,pixmaps} @@ -98,14 +96,14 @@ cat $CWD/scid.png > $PKG/usr/share/pixmaps/scid.png ## Add the manpage (Thanks to debian) mkdir -p $PKG/usr/man/man1 -( cd $PKG/usr/man/man1 +cd $PKG/usr/man/man1 sed "s%@VERSION@%$VERSION%g" $CWD/scid.1 | gzip -9c > scid.1.gz for i in \ sc_remote scmerge pgnscid sc_spell spliteco sc_eco sc_tree scidpgn pgnfix \ tkscid sc_epgn sc_addmove tcscid sc_import scidlet scidt ; do ln -s scid.1.gz $i.1.gz done -) +cd - mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ diff --git a/games/scid/scid.info b/games/scid/scid.info index 842a03b818..0183af891a 100644 --- a/games/scid/scid.info +++ b/games/scid/scid.info @@ -1,10 +1,10 @@ PRGNAM="scid" -VERSION="3.6.26" +VERSION="4.2.2" HOMEPAGE="http://scid.sourceforge.net" -DOWNLOAD="http://mirror.lug.udel.edu/pub/fink/distfiles/scid-3.6.26.tar.bz2" -MD5SUM="fdf70539bca21513c33ca6d3d031ec9d" +DOWNLOAD="http://downloads.sourceforge.net/scid/scid-4.2.2.tar.bz2" +MD5SUM="198d8a48f1381e03f4f231f35ae29407" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -MAINTAINER="Marco Pessotto" -EMAIL="melmothx@gmail.com" -APPROVED="rworkman" +MAINTAINER="Nicky Chorley" +EMAIL="nick.chorley@gmail.com" +APPROVED="rworkman,Niels Horn" diff --git a/games/scid/slack-desc b/games/scid/slack-desc index 194accb7cd..1b4ca20deb 100644 --- a/games/scid/slack-desc +++ b/games/scid/slack-desc @@ -5,7 +5,7 @@ # make exactly 11 lines for the formatting to be correct. It's also customary # to leave one space after the ':'. - |----hardy-ruler----------------------------------------------------------| + |----handy-ruler-------------------------------------------------------| scid: scid (A free chess database app) scid: scid: With Scid you can maintain a database of chess games, search games by -- cgit v1.2.3