office/gnucash: Updated for version 2.6.6 + new maintainer.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Trayan Denev 2015-04-04 07:13:08 +07:00 committed by Willy Sudiarto Raharjo
parent 1497e75674
commit b113879f31
3 changed files with 18 additions and 10 deletions

View File

@ -1,4 +1,12 @@
GNUCash is opensource accounting software.
GnuCash is personal and small-business financial-accounting software,
freely licensed under the GNU GPL and available for GNU/Linux, BSD,
Solaris, Mac OS X and Microsoft Windows.
If you want the SQL database integration, you must first have libdbi
Designed to be easy to use, yet powerful and flexible, GnuCash
allows you to track bank accounts, stocks, income and expenses.
As quick and intuitive to use as a checkbook register, it is based
on professional accounting principles to ensure balanced books and
accurate reports.
If you want the SQL database integration, you must first have libdbi
and libdbi-drivers installed, and then pass the DBI=true flag.

View File

@ -2,7 +2,7 @@
# Slackware build script for gnucash
# Copyright 2008,2009,2010,2011 Vincent Batts, vbatts@hashbangbash.com, http://hashbangbash.com/
# Copyright 2015 Trayan Denev, tdenev@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=gnucash
VERSION=${VERSION:-2.6.1}
VERSION=${VERSION:-2.6.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -120,7 +120,7 @@ mv $PKG/etc/gnucash/config $PKG/etc/gnucash/config.new
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
AUTHORS COPYING ChangeLog DOCUMENTERS HACKING LICENSE NEWS README.* TODO \
AUTHORS COPYING ChangeLog DOCUMENTERS HACKING LICENSE NEWS README* TODO \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View File

@ -1,10 +1,10 @@
PRGNAM="gnucash"
VERSION="2.6.1"
VERSION="2.6.6"
HOMEPAGE="http://www.gnucash.org/"
DOWNLOAD="http://downloads.sourceforge.net/gnucash/gnucash-2.6.1.tar.bz2"
MD5SUM="3723095e59aa2f58759fc62e6f43dddd"
DOWNLOAD="http://downloads.sourceforge.net/gnucash/gnucash-2.6.6.tar.bz2"
MD5SUM="6c114e6c62c816410b18927a9596675c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libofx libgnomecanvas goffice0.8 webkitgtk"
MAINTAINER="Vincent Batts"
EMAIL="vbatts@hashbangbash.com"
MAINTAINER="Trayan Denev"
EMAIL="tdenev@gmail.com"