office/kmymoney: Updated for version 4.6.1.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Gilcio Amaral 2011-11-06 23:56:37 -02:00 committed by Robby Workman
parent f2a372db40
commit f5058d41a8
3 changed files with 8 additions and 7 deletions

View File

@ -1,5 +1,6 @@
KmyMoney is a simple financial accounting manager for KDE for personal or
small-business use. It is a full double-entry accounting software package.
This requires libalkimia and libofx is an optional dependency if you want
support for ofxbanking.
This requires libalkimia and libofx - > 0.9.4 - is an optional dependency
if you want support for ofxbanking.
Both libraries are available in SBo.

View File

@ -26,7 +26,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=kmymoney
VERSION=${VERSION:-4.6.0}
VERSION=${VERSION:-4.6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -63,7 +63,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
rm -rf $TMP/$PRGNAM-$VERSION
cd $TMP
tar xvf $CWD/$PRGNAM-$VERSION-2.tar.bz2
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
find . \

View File

@ -1,8 +1,8 @@
PRGNAM="kmymoney"
VERSION="4.6.0"
VERSION="4.6.1"
HOMEPAGE="http://kmymoney2.sourceforge.net/index-home.html"
DOWNLOAD="http://downloads.sourceforge.net/kmymoney2/kmymoney-4.6.0-2.tar.bz2"
MD5SUM="bd887777e72f0453704cbfbad8d88cff"
DOWNLOAD="http://downloads.sourceforge.net/kmymoney2/kmymoney-4.6.1.tar.bz2"
MD5SUM="706b400bedbff9ea3376e527d5e1953e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Gilcio Amaral"