summaryrefslogtreecommitdiffstats
path: root/games/qxw/qxw.SlackBuild
diff options
context:
space:
mode:
author Nick Warne2014-04-12 10:53:44 +0200
committer Willy Sudiarto Raharjo2014-04-12 10:53:44 +0200
commita18b2dc8085a024f8d4a8b1b14c04dd13181e3a4 (patch)
treef35381a884815d30910c5a9dc5ab955bb90e6aa1 /games/qxw/qxw.SlackBuild
parent7338622eabd0aceb08825d3a70cd3ca2cd649e87 (diff)
downloadslackbuilds-a18b2dc8085a024f8d4a8b1b14c04dd13181e3a4.tar.gz
games/qxw: Updated for version 20140331.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/qxw/qxw.SlackBuild')
-rw-r--r--games/qxw/qxw.SlackBuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/games/qxw/qxw.SlackBuild b/games/qxw/qxw.SlackBuild
index 352ea00e55..8127469f59 100644
--- a/games/qxw/qxw.SlackBuild
+++ b/games/qxw/qxw.SlackBuild
@@ -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 ];