summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Trayan Denev <tdenev@gmail.com>2015-04-04 07:13:08 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-04-04 07:13:08 +0700
commitb113879f319fc3e2693a79e6d3eab3bb2234af31 (patch)
tree1b61b87c7cccf22602da1dbd49553a4ff0a64f9a /office
parent1497e7567499367cd2435de884ce17ed228dbaee (diff)
downloadslackbuilds-b113879f319fc3e2693a79e6d3eab3bb2234af31.tar.gz
slackbuilds-b113879f319fc3e2693a79e6d3eab3bb2234af31.tar.xz
office/gnucash: Updated for version 2.6.6 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/gnucash/README12
-rw-r--r--office/gnucash/gnucash.SlackBuild6
-rw-r--r--office/gnucash/gnucash.info10
3 files changed, 18 insertions, 10 deletions
diff --git a/office/gnucash/README b/office/gnucash/README
index 15a6cfe3e7..ad24d5d611 100644
--- a/office/gnucash/README
+++ b/office/gnucash/README
@@ -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.
diff --git a/office/gnucash/gnucash.SlackBuild b/office/gnucash/gnucash.SlackBuild
index ea4f5be5f3..634dcc79f1 100644
--- a/office/gnucash/gnucash.SlackBuild
+++ b/office/gnucash/gnucash.SlackBuild
@@ -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
diff --git a/office/gnucash/gnucash.info b/office/gnucash/gnucash.info
index 60130f6359..7440c4411d 100644
--- a/office/gnucash/gnucash.info
+++ b/office/gnucash/gnucash.info
@@ -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"