summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2016-05-24 17:30:17 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-05-27 07:23:40 +0700
commit0c5ccc7e053a5ca6e618de12a2f7d9b2b2dbff88 (patch)
tree88732da5c21d6120cb062e765f4d93f6c1bfc410 /games
parentb2c76468a1ab63630b50f13c361174dca273c68d (diff)
downloadslackbuilds-0c5ccc7e053a5ca6e618de12a2f7d9b2b2dbff88.tar.gz
slackbuilds-0c5ccc7e053a5ca6e618de12a2f7d9b2b2dbff88.tar.xz
games/pychess: Updated for version 0.12.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'games')
-rw-r--r--games/pychess/README2
-rw-r--r--games/pychess/pychess.SlackBuild8
-rw-r--r--games/pychess/pychess.info8
3 files changed, 8 insertions, 10 deletions
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"