diff options
author | markd <markd> | 2005-10-09 12:33:58 +0000 |
---|---|---|
committer | markd <markd> | 2005-10-09 12:33:58 +0000 |
commit | cb7aa14d785e0b8d72c84e3972ab01e647fa4cc0 (patch) | |
tree | a2f35be94b234d6fbdda314fa8ac986e0fa4a474 /finance/kmymoney2/patches | |
parent | 228d19668567704d8347abaed43e2856c3adbc2b (diff) | |
download | pkgsrc-cb7aa14d785e0b8d72c84e3972ab01e647fa4cc0.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/patches')
-rw-r--r-- | finance/kmymoney2/patches/patch-ab | 22 | ||||
-rw-r--r-- | finance/kmymoney2/patches/patch-ac | 90 | ||||
-rw-r--r-- | finance/kmymoney2/patches/patch-ad | 15 |
3 files changed, 116 insertions, 11 deletions
diff --git a/finance/kmymoney2/patches/patch-ab b/finance/kmymoney2/patches/patch-ab index fe559f3c2fe..1660c36d367 100644 --- a/finance/kmymoney2/patches/patch-ab +++ b/finance/kmymoney2/patches/patch-ab @@ -1,17 +1,17 @@ -$NetBSD: patch-ab,v 1.2 2004/06/15 13:58:51 markd Exp $ +$NetBSD: patch-ab,v 1.3 2005/10/09 12:33:58 markd Exp $ ---- doc/en/Makefile.in.orig 2004-06-07 05:13:54.000000000 +1200 +--- doc/en/Makefile.in.orig 2005-08-13 05:50:01.000000000 +1200 +++ doc/en/Makefile.in -@@ -462,10 +462,10 @@ uninstall-am: uninstall-info-am - # the automatic KDE install installs this file as well, - # but we don't need it, so we remove immediately - # and install it with the man pages on this system --install-data-hook: kmymoney2.1.gz -+install-data-hook: kmymoney2.1 +@@ -578,10 +578,10 @@ show: preview + # Also install the man pages on this system + .PHONY: install-docs uninstall-docs + +-install-data-hook: kmymoney2.1.gz install-docs ++install-data-hook: kmymoney2.1 install-docs -rm -f $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kmymoney2/kmymoney2.1 $(mkinstalldirs) $(DESTDIR)$(mandir)/man1/ -- $(INSTALL_DATA) $(srcdir)/kmymoney2.1.gz $(DESTDIR)$(mandir)/man1/kmymoney2.1.gz -+ $(INSTALL_DATA) $(srcdir)/kmymoney2.1 $(DESTDIR)$(mandir)/man1/kmymoney2.1 +- $(INSTALL_DATA) kmymoney2.1.gz $(DESTDIR)$(mandir)/man1/kmymoney2.1.gz ++ $(INSTALL_DATA) kmymoney2.1 $(DESTDIR)$(mandir)/man1/kmymoney2.1 kmymoney2.1.gz: kmymoney2.1 - gzip -c -N kmymoney2.1 > kmymoney2.1.gz + gzip -9 -c -N $(top_srcdir)/$(subdir)/kmymoney2.1 > kmymoney2.1.gz diff --git a/finance/kmymoney2/patches/patch-ac b/finance/kmymoney2/patches/patch-ac new file mode 100644 index 00000000000..c33f894a620 --- /dev/null +++ b/finance/kmymoney2/patches/patch-ac @@ -0,0 +1,90 @@ +$NetBSD: patch-ac,v 1.3 2005/10/09 12:33:58 markd Exp $ + +--- configure.orig 2005-08-13 05:49:50.000000000 +1200 ++++ configure +@@ -31762,7 +31762,7 @@ echo "${ECHO_T}$kde_cv_path" >&6 + if test "$kde_qtsubver" -le 1; then + kde32ornewer= + fi +- if test "$kde_qtsubver" -le 2 -o `kde-config --version | grep KDE | sed 's/KDE: \(...\).*/\1/'` == 3.2; then ++ if test "$kde_qtsubver" -le 2 -o `kde-config --version | grep KDE | sed 's/KDE: \(...\).*/\1/'` = 3.2; then + kde33ornewer= + fi + fi +@@ -32043,7 +32043,7 @@ echo "${ECHO_T}$kde_cv_path" >&6 + + + if test -n "$MEINPROC" && test ! "$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 +@@ -33391,7 +33391,7 @@ echo "${ECHO_T}$enable_pdfdocs" >&6 + + + +-if test x$enable_pdfdocs == xyes; then ++if test x$enable_pdfdocs = xyes; then + GENERATE_PDF_TRUE= + GENERATE_PDF_FALSE='#' + else +@@ -33400,7 +33400,7 @@ else + fi + + +- if test x$enable_pdfdocs == xyes; then ++ if test x$enable_pdfdocs = xyes; then + # Extract the first word of "html2ps", so it can be a program name with args. + set dummy html2ps; ac_word=$2 + echo "$as_me:$LINENO: checking for $ac_word" >&5 +@@ -33549,7 +33549,7 @@ fi + + + +-if test x$enable_pdfdocs == xyes -a x$found_ps2pdf = xyes -a x$found_html2ps == xyes; then ++if test x$enable_pdfdocs = xyes -a x$found_ps2pdf = xyes -a x$found_html2ps = xyes; then + HAVE_HTMLCONVERSIONTOOLS_TRUE= + HAVE_HTMLCONVERSIONTOOLS_FALSE='#' + else +@@ -33559,7 +33559,7 @@ fi + + + +-if test x$enable_pdfdocs == xyes -a x$found_jade = xyes -a x$found_pdfjadetex == xyes; then ++if test x$enable_pdfdocs = xyes -a x$found_jade = xyes -a x$found_pdfjadetex = xyes; then + HAVE_DSSSLCONVERSIONTOOLS_TRUE= + HAVE_DSSSLCONVERSIONTOOLS_FALSE='#' + else +@@ -33808,7 +33808,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 +@@ -34028,7 +34028,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" +@@ -34058,10 +34058,9 @@ CURDIR=`pwd` + MFILES=$(find $CURDIR/$srcdir -name Makefile.am); + for mfile in $MFILES; do + DIR=$(dirname $mfile) +- pushd $DIR > /dev/null +- CD=`pwd` +- popd > /dev/null +- if test "$srcdir" == "." -o ${CD:0:${#CURDIR}} == $CURDIR; then ++ CD=`(cd $DIR; pwd)` ++ CD1=`echo $CD | head -c ${#CURDIR}` ++ if test "$srcdir" = "." -o $CD1 = $CURDIR; then + HFILES=$(grep -v noinst_HEADERS $mfile | grep _HEADERS) + for HFILE in $HFILES; do + case $HFILE in diff --git a/finance/kmymoney2/patches/patch-ad b/finance/kmymoney2/patches/patch-ad new file mode 100644 index 00000000000..0a3a6709b3a --- /dev/null +++ b/finance/kmymoney2/patches/patch-ad @@ -0,0 +1,15 @@ +$NetBSD: patch-ad,v 1.3 2005/10/09 12:33:58 markd Exp $ + +--- developer-doc/phb/Makefile.in.orig 2005-10-09 10:10:54.000000000 +1300 ++++ developer-doc/phb/Makefile.in +@@ -507,8 +507,8 @@ all: $(TARGETS) $(PDF_TARGET) + + phb.html: $(DOCBOOK_FILES) + @if test -e $(MEINPROC); then \ +- echo $(MEINPROC) --stylesheet $(kde_libs_prefix)/share/apps/ksgmltools2/customization/$(STYLESHEET) $(srcdir)/phb.docbook -o phb.html; \ +- $(MEINPROC) --stylesheet $(kde_libs_prefix)/share/apps/ksgmltools2/customization/$(STYLESHEET) $(srcdir)/phb.docbook -o phb.html; \ ++ echo $(MEINPROC) --stylesheet $(kde_libs_prefix)/share/kde/apps/ksgmltools2/customization/$(STYLESHEET) $(srcdir)/phb.docbook -o phb.html; \ ++ $(MEINPROC) --stylesheet $(kde_libs_prefix)/share/kde/apps/ksgmltools2/customization/$(STYLESHEET) $(srcdir)/phb.docbook -o phb.html; \ + fi + + # if we're in a VPATH environment, we need to copy all files over |