diff options
author | Nick Warne <nick@linicks.net> | 2019-08-02 00:16:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-08-02 00:16:18 +0700 |
commit | 7b880fcc19ba090f63481f2016f2e21b767c549a (patch) | |
tree | 16873334f7c5c8523e5f2fc13c59940918bdf83c /games/qxw | |
parent | 6ce2f8e3389f03ef57e48237510accb55a2a600c (diff) | |
download | slackbuilds-7b880fcc19ba090f63481f2016f2e21b767c549a.tar.gz |
games/qxw: Updated for version 20190722.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/qxw')
-rw-r--r-- | games/qxw/README | 5 | ||||
-rw-r--r-- | games/qxw/qxw.SlackBuild | 2 | ||||
-rw-r--r-- | games/qxw/qxw.desktop | 4 | ||||
-rw-r--r-- | games/qxw/qxw.info | 8 |
4 files changed, 11 insertions, 8 deletions
diff --git a/games/qxw/README b/games/qxw/README index 06fb8409fe..371b3d09f8 100644 --- a/games/qxw/README +++ b/games/qxw/README @@ -3,9 +3,12 @@ hex or circular, on a Moebius strip or on a torus... and much more. Use bars or blocks - or even a mixture of both. Dozens of types of symmetry including simple rotational symmetry and mirror symmetries as well as 'left-and-right' and 'up-and-down'. -Interactive or fully automatic filling of whole or partial grid. +Interactive or fully automatic filling of whole or partial grid - and +lots, lots more. 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 Qxw SlackBuild directory (where this file is). It will automatically be added to the SBo package. + +This Slackbuild is suitable for Slackware 14.0 and upwards. diff --git a/games/qxw/qxw.SlackBuild b/games/qxw/qxw.SlackBuild index 2a86619053..3260856824 100644 --- a/games/qxw/qxw.SlackBuild +++ b/games/qxw/qxw.SlackBuild @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=qxw -VERSION=${VERSION:-20140331} +VERSION=${VERSION:-20190722} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} QXWGUIDE=${QXWGUIDE:-qxw-guide} diff --git a/games/qxw/qxw.desktop b/games/qxw/qxw.desktop index 5fa0d89efe..97647cca8b 100644 --- a/games/qxw/qxw.desktop +++ b/games/qxw/qxw.desktop @@ -3,9 +3,9 @@ Version=1.0 Type=Application Name=Qxw Icon=qxw -GenericName=Crossword editor +GenericName=Crossword creator Comment=Construct crossword puzzles Exec=/usr/games/qxw Terminal=false Categories=Game;LogicGame; -Keywords=puzzle;grid;construction;wordgame;word; +Keywords=crossword;puzzle;grid;construction;wordgame;word; diff --git a/games/qxw/qxw.info b/games/qxw/qxw.info index c867a24cbe..616a95ea5a 100644 --- a/games/qxw/qxw.info +++ b/games/qxw/qxw.info @@ -1,10 +1,10 @@ PRGNAM="qxw" -VERSION="20140331" +VERSION="20190722" HOMEPAGE="https://www.quinapalus.com/qxw.html" -DOWNLOAD="https://www.quinapalus.com/qxw-20140331.tar.gz" -MD5SUM="745bdc9eb7a05602539f685b0bb8527b" +DOWNLOAD="https://www.quinapalus.com/qxw-20190722.tar.gz" +MD5SUM="04cef61a32d9201e75536f995632831e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" MAINTAINER="Nick Warne" -EMAIL="nick@ukfsn.org" +EMAIL="nick@linicks.net" |