office/kmymoney: Updated for version 4.8.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Christophe Nguyen 2019-08-24 07:34:02 +07:00 committed by Willy Sudiarto Raharjo
parent f6fc994477
commit fdd688979a
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 9 additions and 7 deletions

View file

@ -2,3 +2,5 @@ KmyMoney is a simple financial accounting manager for KDE for personal or
small-business use. It is a full double-entry accounting software package.
libofx 0.9.4+ is an optional dependency to support ofxbanking.
agbanking and gwenhywfar are optional dependencies to support Kbanking.
p7zip is a build-time dependency. It is required to decompress the source file.

View file

@ -2,7 +2,7 @@
# SlackBuild script for kmymoney
# Copyright 2016-2018 Christophe Nguyen, France
# Copyright 2016-2019 Christophe Nguyen, France
# Copyright 2010-2014 Gilcio Amaral <gilcio.amaral@gmail.com>
# Copyright 2007-2008 Michiel van Wessem, Manchester, United Kingdom
# All rights reserved.
@ -27,7 +27,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=kmymoney
VERSION=${VERSION:-4.8.3}
VERSION=${VERSION:-4.8.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -64,7 +64,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
rm -rf $TMP/$PRGNAM-$VERSION
cd $TMP
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
7z x $CWD/$PRGNAM-$VERSION-src.7z
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,10 +1,10 @@
PRGNAM="kmymoney"
VERSION="4.8.3"
VERSION="4.8.4"
HOMEPAGE="http://www.kmymoney.org"
DOWNLOAD="https://download.kde.org/stable/kmymoney/4.8.3/src/kmymoney-4.8.3.tar.xz"
MD5SUM="65b9921410da502bff4713e94d4042f9"
DOWNLOAD="https://download.kde.org/stable/kmymoney/4.8.4/src/kmymoney-4.8.4-src.7z"
MD5SUM="b18a5714db7a098155f2c29dbf31b458"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libalkimia"
REQUIRES="p7zip libalkimia"
MAINTAINER="Christophe Nguyen"
EMAIL="cnguyenminhtan@free.fr"