games/pychess: Updated for version 0.12.3.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2016-05-24 17:30:17 +03:00 committed by Willy Sudiarto Raharjo
parent b2c76468a1
commit 0c5ccc7e05
3 changed files with 8 additions and 10 deletions

View file

@ -3,5 +3,3 @@ running well under all other linux desktops. (Which we know of, at
least). PyChess is 100% python code, from the top of the UI to the
bottom of the chess engine, and all code is licensed under the GNU
Public License.
Optional: gst0-python (for sound)

View file

@ -2,7 +2,7 @@
# Slackware build script for pychess
# Copyright 2015 Dimitris Zlatanidis Orestiada, Greece
# Copyright 2015-2016 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pychess
VERSION=${VERSION:-0.12rc3}
VERSION=${VERSION:-0.12.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@ -81,7 +81,7 @@ rm -rf $PKG/usr/share/man
find $PKG/usr/man -type f -name "*.?" -exec gzip -9f {} \;
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a README AUTHORS INSTALL LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
cp -a README.md AUTHORS INSTALL LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,10 +1,10 @@
PRGNAM="pychess"
VERSION="0.12rc3"
VERSION="0.12.3"
HOMEPAGE="http://www.pychess.org/"
DOWNLOAD="http://www.pychess.org/download/pychess-0.12rc3.tar.gz"
MD5SUM="a9b06b44c949b1957fd5df81e1c885cd"
DOWNLOAD="https://github.com/pychess/pychess/releases/download/0.12.3/pychess-0.12.3.tar.gz"
MD5SUM="70035ee3523f7d1c182137a9e146050c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pygtksourceview gnome-python-desktop"
REQUIRES="gtksourceview3"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"