summaryrefslogtreecommitdiff
path: root/finance/kmymoney2/Makefile
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2005-10-09 12:33:58 +0000
committermarkd <markd@pkgsrc.org>2005-10-09 12:33:58 +0000
commit3c585088dbfe4e74ef1384090a1b105e32454c23 (patch)
treea2f35be94b234d6fbdda314fa8ac986e0fa4a474 /finance/kmymoney2/Makefile
parent47bc064ab4ad0d233586c64f1d3d58f8d8e9e49a (diff)
downloadpkgsrc-3c585088dbfe4e74ef1384090a1b105e32454c23.tar.gz
Update kmymoney2 to version 0.8
New features: Investments Reports Multiple currencis GnuCash File Converter OFX Import An improved look andfeel Encryption of your Data File through GPG Calculator Widget when entering values Completion of data within edit fields Online Quotes for Stocks & Currencies Support for VAT "Anonymous" File Format to assist debugging Online manual Plugin Structure and of course, lots and lots of bug fixes also fixes to deal with qt-3.3.5.
Diffstat (limited to 'finance/kmymoney2/Makefile')
-rw-r--r--finance/kmymoney2/Makefile13
1 files changed, 10 insertions, 3 deletions
diff --git a/finance/kmymoney2/Makefile b/finance/kmymoney2/Makefile
index a1c985fa6f6..e79b6af339e 100644
--- a/finance/kmymoney2/Makefile
+++ b/finance/kmymoney2/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2005/09/30 15:02:55 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2005/10/09 12:33:58 markd Exp $
-DISTNAME= kmymoney2-0.6.2
-PKGREVISION= 1
+DISTNAME= kmymoney2-0.8
CATEGORIES= finance kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kmymoney2/}
EXTRACT_SUFX= .tar.bz2
@@ -18,8 +17,16 @@ SHLIBTOOL_OVERRIDE= libtool
CONFIGURE_ARGS+= --enable-mt
+# a fix for qt-3.3.5, please remove if qt-3.3.6 (or newer) solves the problem
+SUBST_CLASSES+= hints
+SUBST_STAGE.hints= post-patch
+SUBST_MESSAGE.hints= "Fix includehints."
+SUBST_FILES.hints= kmymoney2/dialogs/*.ui kmymoney2/views/*.ui
+SUBST_FILTER_CMD.hints= ${GREP} -v includehint
+
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/kdebase3/buildlink3.mk"
+.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"