mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
office/kmymoney: Updated for version 4.8.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f6fc994477
commit
fdd688979a
3 changed files with 9 additions and 7 deletions
|
@ -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.
|
||||
|
|
|
@ -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 . \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue