From 0c5ccc7e053a5ca6e618de12a2f7d9b2b2dbff88 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Tue, 24 May 2016 17:30:17 +0300 Subject: games/pychess: Updated for version 0.12.3. Signed-off-by: Dimitris Zlatanidis --- games/pychess/README | 2 -- games/pychess/pychess.SlackBuild | 8 ++++---- games/pychess/pychess.info | 8 ++++---- 3 files changed, 8 insertions(+), 10 deletions(-) (limited to 'games') diff --git a/games/pychess/README b/games/pychess/README index c1db1f9233..aef42456bc 100644 --- a/games/pychess/README +++ b/games/pychess/README @@ -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) diff --git a/games/pychess/pychess.SlackBuild b/games/pychess/pychess.SlackBuild index 85519faa60..1ed88c5fce 100644 --- a/games/pychess/pychess.SlackBuild +++ b/games/pychess/pychess.SlackBuild @@ -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 diff --git a/games/pychess/pychess.info b/games/pychess/pychess.info index 4542a61157..b2fb0069ce 100644 --- a/games/pychess/pychess.info +++ b/games/pychess/pychess.info @@ -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" -- cgit v1.2.3