games/qxw: Updated for version 20140331.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Nick Warne 2014-04-12 15:53:44 +07:00 committed by Willy Sudiarto Raharjo
parent 7338622eab
commit a18b2dc808
3 changed files with 8 additions and 9 deletions

View file

@ -7,5 +7,5 @@ Interactive or fully automatic filling of whole or partial grid.
NOTE: If you wish to include the qxw-guide.[version].pdf in the package,
download from http://www.quinapalus.com/qxw.html and add
the file to your SlackBuild directory (where this file is).
the file to your Qxw SlackBuild directory (where this file is).
It will automatically be added to the SBo package.

View file

@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for Qxw
#
# Copyright 2013, Nick Warne: nick@ukfsn.org, nick@linicks.net: Pompey, England
# Copyright 2013,2014, Nick Warne: nick@ukfsn.org: Pompey, England
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=qxw
VERSION=${VERSION:-20130906}
VERSION=${VERSION:-20140331}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
QXWGUIDE=${QXWGUIDE:-qxw-guide}
@ -65,12 +65,11 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
LICENCE changelog examples \
LICENCE changelog.gz examples \
$PKG/usr/doc/$PRGNAM-$VERSION
mkdir $PKG/usr/share/pixmaps
cp -a $CWD/qxw.desktop $PKG/usr/share/applications/qxw.desktop
cp -a $CWD/qxw.png $PKG/usr/share/pixmaps
cp -a $CWD/qxw.png $PKG/usr/share/pixmaps/
# If qxw-guide.pdf is available, add that too
if [ -f $CWD/$QXWGUIDE-$VERSION.pdf ];

View file

@ -1,8 +1,8 @@
PRGNAM="qxw"
VERSION="20130906"
VERSION="20140331"
HOMEPAGE="http://www.quinapalus.com/qxw.html"
DOWNLOAD="http://www.quinapalus.com/qxw-20130906.tar.gz"
MD5SUM="7e204d36029dbeb6a5132280ff0380d2"
DOWNLOAD="http://www.quinapalus.com/qxw-20140331.tar.gz"
MD5SUM="745bdc9eb7a05602539f685b0bb8527b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""