office/kmymoney: Updated for version 4.5.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Gilcio Amaral 2010-08-22 12:17:44 -04:00 committed by Erik Hanson
parent 609e5aaa33
commit 1df619bbdd
3 changed files with 10 additions and 7 deletions

View file

@ -1,6 +1,9 @@
KmyMoney is a simple financial accounting manager for KDE for personal or
small-business use. It is a full double-entry accounting software package.
IF you want to enable support for ofxbanking, you need to have libofx
If you want to enable support for ofxbanking, you need to have libofx
installed (a build script for this is available at SlackBuilds.org). The
configure process will detect and enable it.
Other features as KBanking are supported through plugins also detected and
enabled during configure process.
Look at http://kmymoney2.sourceforge.net/plugins.html for more information.

View file

@ -26,8 +26,8 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=kmymoney
VERSION=${VERSION:-3.98.1}
BUILD=${BUILD:-2}
VERSION=${VERSION:-4.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:

View file

@ -1,10 +1,10 @@
PRGNAM="kmymoney"
VERSION="3.98.1"
VERSION="4.5"
HOMEPAGE="http://kmymoney2.sourceforge.net/index-home.html"
DOWNLOAD="http://downloads.sourceforge.net/kmymoney2/kmymoney-3.98.1.tar.bz2"
MD5SUM="1b9c22fca692947c532c541c2c8ded7c"
DOWNLOAD="http://downloads.sourceforge.net/kmymoney2/kmymoney-4.5.tar.bz2"
MD5SUM="a764fe259c7885f22a10049cef68398e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Gilcio Amaral"
EMAIL="gilcio.amaral@gmail.com"
APPROVED="Erik Hanson"
APPROVED="dsomero"