summaryrefslogtreecommitdiff
path: root/finance/kmymoney2/patches
diff options
context:
space:
mode:
authorwiz <wiz>2009-09-02 10:05:52 +0000
committerwiz <wiz>2009-09-02 10:05:52 +0000
commitd5f4bce0cfdf963d2e265d57f59bbb34b869a1a4 (patch)
treec48442b9e2cbdad1b537d73209bd1cea8b3e08da /finance/kmymoney2/patches
parent1410d50e3e22fcddbd3325a6dd7882d38cda296e (diff)
downloadpkgsrc-d5f4bce0cfdf963d2e265d57f59bbb34b869a1a4.tar.gz
Update to 1.0, using pkgsrc-wip/kmymoney2-stable packaged by Gary Duzan.
Since our latest stable release, 0.8.9, a lot of effort has been put by the developers and the community to add new features and test them to make this a rock-solid release. Over 2 years of development have seen the addition of budgets, a forecast feature, many new reports, report charts, a complete redesign of the import feature, which allows for a much easier migration from other application and a swifter synchronization with online banking. The support of PGP encryption for the KMyMoney files has been improved too, including the option to have multiple keys for a single file, so no one can access your financial your financial records. The summary view has been revamped to show more and more useful information, allowing you to have an overview of your finance at a glance. Also, there are now translations for 22 languages, though not all of them are as complete as we would like, and we have users wherever KDE3 is installed. That results not only in a greater quality application, but also in one that can be customized to fit the needs of a wide range of users. Additionally, if you use either Oxygen or Tango icons, you can enjoy the exclusive sets of icons we have prepared for this release, because finance can be good looking too! In between all that work, we have fixed a lot of bugs and little annoyances to make this the best KMyMoney release ever! Into the future, the effort to port the application to KDE4 is already underway. Following our usual conservative approach, the first release for KDE4 will be very similar to this one, featurewise. Subsequent releases will take full advantage of the new platform. Also, the coordination work with other KDE4 financial applications under the umbrella of the nascient KDE Finance group opens the door to other exciting possibilities.
Diffstat (limited to 'finance/kmymoney2/patches')
-rw-r--r--finance/kmymoney2/patches/patch-ac40
-rw-r--r--finance/kmymoney2/patches/patch-ad10
-rw-r--r--finance/kmymoney2/patches/patch-ah13
3 files changed, 18 insertions, 45 deletions
diff --git a/finance/kmymoney2/patches/patch-ac b/finance/kmymoney2/patches/patch-ac
deleted file mode 100644
index fd6cc9ef66a..00000000000
--- a/finance/kmymoney2/patches/patch-ac
+++ /dev/null
@@ -1,40 +0,0 @@
-$NetBSD: patch-ac,v 1.4 2006/10/07 12:14:18 markd Exp $
-
---- configure.orig 2006-05-15 10:21:20.000000000 -0400
-+++ configure 2006-07-04 23:56:41.000000000 -0400
-@@ -32362,7 +32362,7 @@ echo "${ECHO_T}$kde_cv_path" >&6
-
-
- if test -n "$MEINPROC" -a "$MEINPROC" != "compiled"; then
-- kde_sharedirs="/usr/share/kde /usr/local/share /usr/share /opt/kde3/share /opt/kde/share $prefix/share `kde-config --prefix`/share"
-+ kde_sharedirs="$prefix/share/kde /usr/share/kde /usr/local/share /usr/share /opt/kde3/share /opt/kde/share $prefix/share `kde-config --prefix`/share"
- test -n "$KDEDIR" && kde_sharedirs="$KDEDIR/share $kde_sharedirs"
-
- KDE_XSL_STYLESHEET=NO
-@@ -34274,7 +34274,7 @@ else
- have_new_ofx="no"
- fi
-
-- if test "$have_new_ofx" == "yes"; then
-+ if test "$have_new_ofx" = "yes"; then
- ofx_importerplugin="ofximport"
- ofx_libs="-lofx"
- fi
-@@ -34494,7 +34494,7 @@ else
- have_new_ofx="no"
- fi
-
-- if test "$have_new_ofx" == "yes"; then
-+ if test "$have_new_ofx" = "yes"; then
-
- cat >>confdefs.h <<_ACEOF
- #define USE_OFX_DIRECTCONNECT "1"
-@@ -34521,7 +34521,7 @@ mkdir kmymoney
-
- echo Generating symlinks to header files
- CURDIR=
--if test "x${srcdir:0:1}" != "x/"; then
-+if test "x$(echo $srcdir | cut -b 1)" != "x/"; then
- CURDIR=`pwd`/
- fi
- BASEDIR=$CURDIR$srcdir
diff --git a/finance/kmymoney2/patches/patch-ad b/finance/kmymoney2/patches/patch-ad
index 87e0547d140..e23b58c337d 100644
--- a/finance/kmymoney2/patches/patch-ad
+++ b/finance/kmymoney2/patches/patch-ad
@@ -1,8 +1,8 @@
-$NetBSD: patch-ad,v 1.4 2006/10/07 12:14:18 markd Exp $
+$NetBSD: patch-ad,v 1.5 2009/09/02 10:05:52 wiz Exp $
---- developer-doc/phb/Makefile.in.orig 2006-05-15 10:21:38.000000000 -0400
-+++ developer-doc/phb/Makefile.in 2006-07-04 23:28:49.000000000 -0400
-@@ -511,9 +511,9 @@ all: $(TARGETS) $(PDF_TARGET)
+--- developer-doc/phb/Makefile.in.orig 2009-02-24 02:13:54.000000000 -0500
++++ developer-doc/phb/Makefile.in 2009-05-23 13:17:59.000000000 -0400
+@@ -499,9 +499,9 @@ all: $(TARGETS) $(PDF_TARGET)
phb.html: $(DOCBOOK_FILES)
@if test -e $(MEINPROC); then \
@@ -13,4 +13,4 @@ $NetBSD: patch-ad,v 1.4 2006/10/07 12:14:18 markd Exp $
+ $(MEINPROC) --stylesheet $(kde_libs_prefix)/share/kde/apps/ksgmltools2/customization/$(STYLESHEET) $(srcdir)/phb.docbook --stdout | sed "s/ISO-8859-1/UTF-8/g" > phb.html; \
fi
- # if we're in a VPATH environment, we need to copy all files over
+ preview: phb.html
diff --git a/finance/kmymoney2/patches/patch-ah b/finance/kmymoney2/patches/patch-ah
new file mode 100644
index 00000000000..df1d1b72679
--- /dev/null
+++ b/finance/kmymoney2/patches/patch-ah
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.3 2009/09/02 10:05:52 wiz Exp $
+
+--- acinclude.m4.orig 2009-05-28 06:44:50.000000000 -0400
++++ acinclude.m4 2009-05-28 06:45:18.000000000 -0400
+@@ -612,7 +612,7 @@ AC_DEFUN([KDE_SUBST_PROGRAMS],
+ KDE_FIND_PATH(xmllint, XMLLINT, [${prefix}/bin ${exec_prefix}/bin], [XMLLINT=""])
+
+ if test -n "$MEINPROC" -a "$MEINPROC" != "compiled"; then
+- kde_sharedirs="/usr/share/kde /usr/local/share /usr/share /opt/kde3/share /opt/kde/share $prefix/share `kde-config --prefix`/share"
++ kde_sharedirs="/usr/share/kde /usr/local/share /usr/share /opt/kde3/share /opt/kde/share $prefix/share `kde-config --prefix`/share/kde"
+ test -n "$KDEDIR" && kde_sharedirs="$KDEDIR/share $kde_sharedirs"
+ AC_FIND_FILE(apps/ksgmltools2/customization/kde-chunk.xsl, $kde_sharedirs, KDE_XSL_STYLESHEET)
+ if test "$KDE_XSL_STYLESHEET" = "NO"; then