diff options
author | Fridrich von Stauffenberg <cancellor2@gmail.com> | 2015-02-07 06:07:35 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-07 06:07:35 +0700 |
commit | 6773ceface0db404d43793f83a7c4189d738c209 (patch) | |
tree | 1cce4667214c1e7eba45a3ed8c74eabf8bc2a8fb /office | |
parent | 925200a844954be5aa3a89c305c394145d7d8a25 (diff) | |
download | slackbuilds-6773ceface0db404d43793f83a7c4189d738c209.tar.gz |
office/kchmviewer-qt: Updated for version 7.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/kchmviewer-qt/kchmviewer-qt.SlackBuild | 6 | ||||
-rw-r--r-- | office/kchmviewer-qt/kchmviewer-qt.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/office/kchmviewer-qt/kchmviewer-qt.SlackBuild b/office/kchmviewer-qt/kchmviewer-qt.SlackBuild index 8e91626e06..4ec2a1d58a 100644 --- a/office/kchmviewer-qt/kchmviewer-qt.SlackBuild +++ b/office/kchmviewer-qt/kchmviewer-qt.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for KchmViewer (Qt-only version) -# Copyright 2012-2014 Fridrich von Stauffenberg <cancellor2@gmail.com> +# Copyright 2012-2015 Fridrich von Stauffenberg <cancellor2@gmail.com> # 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=kchmviewer-qt -VERSION=${VERSION:-7.1} +VERSION=${VERSION:-7.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -49,7 +49,7 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $ORIG_PRGNAM-$VERSION tar xvf $CWD/$ORIG_PRGNAM-$VERSION.tar.gz -cd $ORIG_PRGNAM-$VERSION +cd $ORIG_PRGNAM-${VERSION%.*} chown -R root:root . sed -i "s/$ORIG_PRGNAM/$PRGNAM/g; diff --git a/office/kchmviewer-qt/kchmviewer-qt.info b/office/kchmviewer-qt/kchmviewer-qt.info index 62a1cabf87..cd6c3cb57a 100644 --- a/office/kchmviewer-qt/kchmviewer-qt.info +++ b/office/kchmviewer-qt/kchmviewer-qt.info @@ -1,8 +1,8 @@ PRGNAM="kchmviewer-qt" -VERSION="7.1" +VERSION="7.2.1" HOMEPAGE="http://www.kchmviewer.net" -DOWNLOAD="http://downloads.sourceforge.net/kchmviewer/kchmviewer-7.1.tar.gz" -MD5SUM="bdf99e82f0f95e29bf9e24b86292601c" +DOWNLOAD="http://downloads.sourceforge.net/kchmviewer/kchmviewer-7.2.1.tar.gz" +MD5SUM="9ae14d647543960afd9c2a1d5e023108" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |