summaryrefslogtreecommitdiffstats
path: root/games/qxw/qxw.SlackBuild
diff options
context:
space:
mode:
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 ];