summaryrefslogtreecommitdiff
path: root/finance/kmymoney2
diff options
context:
space:
mode:
authorobache <obache>2007-05-23 13:38:22 +0000
committerobache <obache>2007-05-23 13:38:22 +0000
commit2bd1487509277b27daf4308c16bd8a077a3a3412 (patch)
treee4822ebf3db2a0218d4f0ad041fba8481c465a30 /finance/kmymoney2
parent94649158e3b04e248b7d867a37849e3ffec91a0f (diff)
downloadpkgsrc-2bd1487509277b27daf4308c16bd8a077a3a3412.tar.gz
Update kmymoney2 to 0.8.6.
Based on PR 36353 by Gary Duzan, add some missng entries to PLIST. Changes: * Sourceforge and other bug report fixes * Fixed Debian #412264 (Crashes when updating the amount of a scheduled transaction to zero) * Fixed #1327943 where the user could not abort a QIF import with bad date formats * Added online help for new investment wizard; partially addresses #1506390 * Fixed #1557049 (Difference amount not updated when modifying a transaction) * Internationalization issues * New Argentinian translation provided by Alvaro Soliverez * New Slovakian translation provided by Juraj Bu? * New partial Czech translation provided by Ji?i Mikula?ek * Updated Portuguese translation provided by Jose Jorge * Updated German translation * Updated Polish translation provided by Robert Gomu?ka * Updated Czech translation provided by Ji?i Mikula?ek * Updated Spanish and Galician translation provided by M Villarino * Updated French translation * Updated Italian translation provided by Vincenzo Reale * Support all UTF-8 characters in schedule list items and account editor dialog caption * Added Slovenian Tolar to the ancient currencies * Corrected ISO code for new Turkish Lira and added old Turkish Lira to the list of ancient currencies * GUI changes * Added ability to print home page * Fixed rounding problems with automatic VAT assignment * Fixed problem when modifying values in a transaction that has a VAT part * Fixed date widget keyboard behaviour for Up/Down cursor key * Fixed problem with customization of list background colors * Scheduled transaction fixes * Fixed a problem detecting finished schedules * Don't allow to remove account if still referenced from schedule * Don't create a scheduled transaction containing splits without an account reference * Fixed a problem in determining the next payment of schedules that start in the future (Patch and test case provided by David Houlden) * Investment changes * Added Yahoo France web price source * Added new price source "Gielda Papierow Wartosciowych" provided by Piotr Adacha * Fix the shares and values to have the correct fraction during file load * Online banking changes * Improved detection of KBanking support * KBanking default is now auto-detection * Build fixes * Fixed a problem with detection of VPATH environment in Makefiles Thanks to Bob Ewart for reporting * Added support for automake 1.10 * Use include path given with --with-extra-includes during OpenSP detection * Fixed prevention of using unsermake on some systems * Added -lkdeui to the link phase of the kbanking plugin (was missing) * Other problems fixes * Fixed lockup when using the 'open existing KMyMoney file' option on the welcome page * Fixed a memory leak and crash when a second instance of KMyMoney is aborted * Fixed a memory leak and crash when starting with option '--help' * Disable the search button of the FindTransaction dialog if no selection has been made in order to prevent crashes
Diffstat (limited to 'finance/kmymoney2')
-rw-r--r--finance/kmymoney2/Makefile6
-rw-r--r--finance/kmymoney2/PLIST6
-rw-r--r--finance/kmymoney2/distinfo8
3 files changed, 11 insertions, 9 deletions
diff --git a/finance/kmymoney2/Makefile b/finance/kmymoney2/Makefile
index b57b9702e2c..6ef9df1b115 100644
--- a/finance/kmymoney2/Makefile
+++ b/finance/kmymoney2/Makefile
@@ -1,10 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2007/02/22 19:26:29 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2007/05/23 13:38:22 obache Exp $
-DISTNAME= kmymoney2-0.8.5
-PKGREVISION= 2
+DISTNAME= kmymoney2-0.8.6
CATEGORIES= finance kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kmymoney2/}
-EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://kmymoney2.sourceforge.net/
diff --git a/finance/kmymoney2/PLIST b/finance/kmymoney2/PLIST
index e82eba16979..25027dc1b5e 100644
--- a/finance/kmymoney2/PLIST
+++ b/finance/kmymoney2/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2007/01/26 04:03:20 markd Exp $
+@comment $NetBSD: PLIST,v 1.9 2007/05/23 13:38:23 obache Exp $
bin/kmymoney
bin/kmymoney2
include/kmymoney/export.h
@@ -334,17 +334,21 @@ ${HAS_LIBOFX}share/kde/services/kmm_ofximport.desktop
share/kde/servicetypes/kmymoneyimporterplugin.desktop
share/kde/servicetypes/kmymoneyplugin.desktop
share/locale/ca/LC_MESSAGES/kmymoney2.mo
+share/locale/cs/LC_MESSAGES/kmymoney2.mo
share/locale/da/LC_MESSAGES/kmymoney2.mo
share/locale/de/LC_MESSAGES/kmymoney2.mo
share/locale/en_GB/LC_MESSAGES/kmymoney2.mo
share/locale/es/LC_MESSAGES/kmymoney2.mo
+share/locale/es_AR/LC_MESSAGES/kmymoney2.mo
share/locale/fr/LC_MESSAGES/kmymoney2.mo
share/locale/gl/LC_MESSAGES/kmymoney2.mo
share/locale/it/LC_MESSAGES/kmymoney2.mo
share/locale/lt/LC_MESSAGES/kmymoney2.mo
+share/locale/pl/LC_MESSAGES/kmymoney2.mo
share/locale/pt_BR/LC_MESSAGES/kmymoney2.mo
share/locale/pt_PT/LC_MESSAGES/kmymoney2.mo
share/locale/ru/LC_MESSAGES/kmymoney2.mo
+share/locale/sk/LC_MESSAGES/kmymoney2.mo
@comment in kde: @dirrm share/kde/servicetypes
@comment in kde: @dirrm share/kde/mimelnk/application
@dirrm share/kde/apps/kmymoney2/templates/ru_SU
diff --git a/finance/kmymoney2/distinfo b/finance/kmymoney2/distinfo
index f47b82c35a4..633b20ccc01 100644
--- a/finance/kmymoney2/distinfo
+++ b/finance/kmymoney2/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.8 2006/10/19 07:30:39 markd Exp $
+$NetBSD: distinfo,v 1.9 2007/05/23 13:38:23 obache Exp $
-SHA1 (kmymoney2-0.8.5.tar.bz2) = 1c0780621f381cf096baf975ecad9e94571372d4
-RMD160 (kmymoney2-0.8.5.tar.bz2) = bcf2c149791c7d181a87aee0bf25c03de634bf8a
-Size (kmymoney2-0.8.5.tar.bz2) = 5919649 bytes
+SHA1 (kmymoney2-0.8.6.tar.gz) = 4a7efc6ccb8a637611563e0cff6a365882a06f0f
+RMD160 (kmymoney2-0.8.6.tar.gz) = 425f0f070bca66264902257162b3af8c2d6eff73
+Size (kmymoney2-0.8.6.tar.gz) = 6947315 bytes
SHA1 (patch-aa) = 742f6b67c3f9de966f0441c5c5dd16fd8fcc28e3
SHA1 (patch-ab) = b5c39f7e35b70304abfc2f8c9a9d438031e16631
SHA1 (patch-ac) = ab739b5719a4e4e9caa4e8399bbe1bd98cd43627