diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-03-02 00:07:06 +0000 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-03-02 00:07:06 +0000 |
commit | 9df13cbc23ccbdba352e2b559b5472802df82467 (patch) | |
tree | e49de7449ede003ed897c882e6006b11910d3e0e /finance | |
parent | f70d809275aae3c31736ab8b6ac40d524e21444d (diff) | |
download | ports-9df13cbc23ccbdba352e2b559b5472802df82467.tar.gz ports-9df13cbc23ccbdba352e2b559b5472802df82467.zip |
- Update to 1.0.3
- Add new dependencies
- Changed NOPORTS to stay of accord with the default.
PR: ports/139347
Submitted by: Oleg Sidorkin <OSidorkin@gmail.com>
Approved by: maintainer (timeout > 60 days), itetcu (mentor)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=250480
Diffstat (limited to 'finance')
20 files changed, 2008 insertions, 434 deletions
diff --git a/finance/kmymoney-kde4/Makefile b/finance/kmymoney-kde4/Makefile index 4935bd0156b1..a1e263d83695 100644 --- a/finance/kmymoney-kde4/Makefile +++ b/finance/kmymoney-kde4/Makefile @@ -6,16 +6,16 @@ # PORTNAME= kmymoney2 -PORTVERSION= 0.8.9 -PORTREVISION= 4 +PORTVERSION= 1.0.3 CATEGORIES= finance MASTER_SITES= SF/${PORTNAME}/KMyMoney/${PORTVERSION} MAINTAINER= alecn2002@yandex.ru COMMENT= KDE-based personal finance assistant +BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ + LIB_DEPENDS= osp.5:${PORTSDIR}/textproc/opensp -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash LIB_DEPENDS+= ofx.4:${PORTSDIR}/finance/libofx @@ -39,18 +39,20 @@ DOCSDIR= ${PREFIX}/share/doc/HTML/en/${PORTNAME} .include <bsd.port.pre.mk> -.if defined(NOPORTDOCS) -CONFIGURE_ARGS= --enable-ofxplugin --enable-ofxbanking -EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile.in \ - ${FILESDIR}/extra-patch-doc__en__Makefile.in -.else +.if !defined(NOPORTDOCS) CONFIGURE_ARGS= --enable-ofxplugin --enable-ofxbanking --enable-pdf-docs # Add more build-time dependencies to generate the PDF docs BUILD_DEPENDS+= jade:${PORTSDIR}/textproc/jade \ pdfjadetex:${PORTSDIR}/print/jadetex \ html2ps:${PORTSDIR}/print/html2ps-letter \ - dsssl-docbook-modular>=0:${PORTSDIR}/textproc/dsssl-docbook-modular + dsssl-docbook-modular>=0:${PORTSDIR}/textproc/dsssl-docbook-modular \ + cppunit-config:${PORTSDIR}/devel/cppunit \ + recode:${PORTSDIR}/converters/recode +.else +CONFIGURE_ARGS= --enable-ofxplugin --enable-ofxbanking +EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile.in \ + ${FILESDIR}/extra-patch-doc__en__Makefile.in .endif post-patch: diff --git a/finance/kmymoney-kde4/distinfo b/finance/kmymoney-kde4/distinfo index 826b15746ec3..c96f967d9b42 100644 --- a/finance/kmymoney-kde4/distinfo +++ b/finance/kmymoney-kde4/distinfo @@ -1,3 +1,3 @@ -MD5 (kmymoney2-0.8.9.tar.bz2) = 1f0c412f88b9344c18562fbca3c10717 -SHA256 (kmymoney2-0.8.9.tar.bz2) = d23717d273e366ba84d7ef3138d71b1b7d758e6c626e83439df7fc1a567c3965 -SIZE (kmymoney2-0.8.9.tar.bz2) = 6161688 +MD5 (kmymoney2-1.0.3.tar.bz2) = f131bdf4d2c9f2f5778126fe2ade7c1e +SHA256 (kmymoney2-1.0.3.tar.bz2) = d2d15448626e8446ec8156af8da18f0618f82171e1928951baf912e349d7dc97 +SIZE (kmymoney2-1.0.3.tar.bz2) = 12245425 diff --git a/finance/kmymoney-kde4/files/extra-patch-Makefile.in b/finance/kmymoney-kde4/files/extra-patch-Makefile.in index 2433428f2acc..38cac64d43af 100644 --- a/finance/kmymoney-kde4/files/extra-patch-Makefile.in +++ b/finance/kmymoney-kde4/files/extra-patch-Makefile.in @@ -1,11 +1,11 @@ ---- ./Makefile.in.orig 2008-11-10 13:28:25.000000000 -0500 -+++ ./Makefile.in 2008-11-10 13:28:33.000000000 -0500 -@@ -347,7 +347,7 @@ - xdg_appsdir = @xdg_appsdir@ - xdg_directorydir = @xdg_directorydir@ +--- Makefile.in.orig 2010-02-23 22:14:08.000000000 -0300 ++++ Makefile.in 2010-02-12 12:02:37.000000000 -0200 +@@ -342,7 +342,7 @@ xdg_menudir = @xdg_menudir@ --SUBDIRS = libkgpgfile kmymoney2 po doc developer-doc -+SUBDIRS = libkgpgfile kmymoney2 po doc - # The following line adds the required admin files - EXTRA_DIST = kmymoney2.kdevprj AUTHORS COPYING ChangeLog INSTALL \ + # just make sure, we don't ship the sqlite subdirectory with the tarball +-SOURCEDIRS = libkgpgfile libkdchart kmymoney2 po doc developer-doc ++SOURCEDIRS = libkgpgfile libkdchart kmymoney2 po doc + SUBDIRS = @SQLITE3@ $(SOURCEDIRS) + DIST_SUBDIRS = $(SOURCEDIRS) contrib + diff --git a/finance/kmymoney-kde4/files/extra-patch-doc__en__Makefile.in b/finance/kmymoney-kde4/files/extra-patch-doc__en__Makefile.in index 03821e0d447a..daf0663bdcce 100644 --- a/finance/kmymoney-kde4/files/extra-patch-doc__en__Makefile.in +++ b/finance/kmymoney-kde4/files/extra-patch-doc__en__Makefile.in @@ -1,18 +1,18 @@ ---- ./doc/en/Makefile.in.orig 2008-11-11 12:54:15.000000000 -0500 -+++ ./doc/en/Makefile.in 2008-11-11 13:03:11.000000000 -0500 -@@ -340,9 +340,9 @@ - qifimport-qifprofiledate.png qifimport-qifprofileeditor.png \ - report_configuration-reporttab.png \ - report_configuration-rowscolumns.png reports_view-all.png +--- doc/en/Makefile.in.orig 2010-02-12 12:02:37.000000000 -0200 ++++ doc/en/Makefile.in 2010-02-23 22:20:32.000000000 -0300 +@@ -338,9 +338,9 @@ + select_database.png budgets_view.png forecast_view.png \ + newfile-2.png newfile-3.png newfile-4.png newfile-5.png \ + newfile-6.png -EXTRA_DIST = kmymoney2.1 $(DOCBOOK_FILES) +EXTRA_DIST = kmymoney2.1 MOSTLYCLEANFILES = index.cache.bz2 kmymoney2.1.gz index.xml *.aux *.tex *.log **.out *.pdf errorlog *.ps *.html online-manual.tar.bz2 -BUILT_SOURCES = index.cache.bz2 kmymoney2.1.gz $(PDF_TARGET) +BUILT_SOURCES = kmymoney2.1.gz + CHARSET = KDE_LANG = en KDE_DOCS = kmymoney2 - $(DOCBOOK_FILES) $(SCREENSHOT_FILES) - @HAVE_DSSSLCONVERSIONTOOLS_FALSE@@HAVE_HTMLCONVERSIONTOOLS_TRUE@PDF_TARGET = kmymoney-user.pdf -@@ -495,7 +495,7 @@ +@@ -492,7 +492,7 @@ #>- install-data-am: #>+ 1 @@ -21,7 +21,7 @@ @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) install-data-hook -@@ -638,7 +638,7 @@ +@@ -652,7 +652,7 @@ # Also install the man pages on this system .PHONY: install-docs uninstall-docs diff --git a/finance/kmymoney-kde4/files/patch-developer-doc__phb__Makefile.am b/finance/kmymoney-kde4/files/patch-developer-doc__phb__Makefile.am new file mode 100644 index 000000000000..3f7517e2c5b3 --- /dev/null +++ b/finance/kmymoney-kde4/files/patch-developer-doc__phb__Makefile.am @@ -0,0 +1,10 @@ +--- developer-doc/phb/Makefile.am.orig 2010-02-17 20:01:44.000000000 -0200 ++++ developer-doc/phb/Makefile.am 2010-02-17 21:42:28.000000000 -0200 +@@ -106,7 +106,6 @@ + kmymoney-phb.pdf: $(DOCBOOK_FILES) + $(MAKE) get-files + $(MEINPROC) --stylesheet `dirname $(KDE_XSL_STYLESHEET)`/kde-nochunk.xsl $(srcdir)/phb.docbook -o index.html +- recode utf8..latin1 index.html + html2ps -o kmymoney-phb.ps -n index.html + ps2pdf kmymoney-phb.ps kmymoney-phb.pdf + rm index.html kmymoney-phb.ps diff --git a/finance/kmymoney-kde4/files/patch-developer-doc__phb__Makefile.in b/finance/kmymoney-kde4/files/patch-developer-doc__phb__Makefile.in index 00bd881e3313..a509e0ad8e22 100644 --- a/finance/kmymoney-kde4/files/patch-developer-doc__phb__Makefile.in +++ b/finance/kmymoney-kde4/files/patch-developer-doc__phb__Makefile.in @@ -1,29 +1,18 @@ ---- ./developer-doc/phb/Makefile.in.orig 2008-11-07 15:38:59.000000000 -0500 -+++ ./developer-doc/phb/Makefile.in 2008-11-07 15:42:05.000000000 -0500 -@@ -314,7 +314,7 @@ - @HAVE_DSSSLCONVERSIONTOOLS_FALSE@@HAVE_HTMLCONVERSIONTOOLS_TRUE@PDF_TARGET = kmymoney-phb.pdf - @HAVE_DSSSLCONVERSIONTOOLS_TRUE@PDF_TARGET = kmymoney-phb.pdf - STYLESHEET = kde-nochunk.xsl --@HAVE_DSSSLCONVERSIONTOOLS_TRUE@DOCBOOK_DSL = /usr/share/sgml/docbook/dsssl-stylesheets/print/docbook.dsl -+@HAVE_DSSSLCONVERSIONTOOLS_TRUE@DOCBOOK_DSL = /usr/local/share/sgml/docbook/dsssl/modular/print/docbook.dsl - #>- all: all-am - #>+ 1 - all: docs-am all-am -@@ -532,13 +532,13 @@ - - @HAVE_DSSSLCONVERSIONTOOLS_TRUE@kmymoney-phb.pdf: phb.docbook.tex - @HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @echo "Generating PDF document" --@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @pdfjadetex phb.docbook.tex > errorlog -+@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @-pdfjadetex phb.docbook.tex > errorlog - @HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @echo "Generating bookmarks" --@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @pdfjadetex phb.docbook.tex >> errorlog -+@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @-pdfjadetex phb.docbook.tex >> errorlog - @HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @echo "Generating page numbers for table of contents" --@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @pdfjadetex phb.docbook.tex >> errorlog -+@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @-pdfjadetex phb.docbook.tex >> errorlog - @HAVE_DSSSLCONVERSIONTOOLS_TRUE@ mv phb.docbook.pdf kmymoney-phb.pdf --@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ rm phb.docbook.aux phb.docbook.log phb.docbook.out errorlog -+@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ rm -f phb.docbook.aux phb.docbook.log phb.docbook.out errorlog - - @HAVE_DSSSLCONVERSIONTOOLS_FALSE@@HAVE_HTMLCONVERSIONTOOLS_TRUE@kmymoney-phb.pdf: phb.html - @HAVE_DSSSLCONVERSIONTOOLS_FALSE@@HAVE_HTMLCONVERSIONTOOLS_TRUE@ html2ps -D -t phb.html | ps2pdf14 - phb.pdf +--- developer-doc/phb/Makefile.in.orig 2010-02-17 20:02:33.000000000 -0200 ++++ developer-doc/phb/Makefile.in 2010-02-17 21:43:06.000000000 -0200 +@@ -238,7 +238,6 @@ + exec_prefix = @exec_prefix@ + found_html2ps = @found_html2ps@ + found_ps2pdf = @found_ps2pdf@ +-found_recode = @found_recode@ + host = @host@ + host_alias = @host_alias@ + host_cpu = @host_cpu@ +@@ -583,7 +582,6 @@ + @GENERATE_PDF_TRUE@kmymoney-phb.pdf: $(DOCBOOK_FILES) + @GENERATE_PDF_TRUE@ $(MAKE) get-files + @GENERATE_PDF_TRUE@ $(MEINPROC) --stylesheet `dirname $(KDE_XSL_STYLESHEET)`/kde-nochunk.xsl $(srcdir)/phb.docbook -o index.html +-@GENERATE_PDF_TRUE@ recode utf8..latin1 index.html + @GENERATE_PDF_TRUE@ html2ps -o kmymoney-phb.ps -n index.html + @GENERATE_PDF_TRUE@ ps2pdf kmymoney-phb.ps kmymoney-phb.pdf + @GENERATE_PDF_TRUE@ rm index.html kmymoney-phb.ps diff --git a/finance/kmymoney-kde4/files/patch-doc__en__Makefile.am b/finance/kmymoney-kde4/files/patch-doc__en__Makefile.am new file mode 100644 index 000000000000..b9e0432a9cd4 --- /dev/null +++ b/finance/kmymoney-kde4/files/patch-doc__en__Makefile.am @@ -0,0 +1,20 @@ +--- doc/en/Makefile.am.orig 2010-02-17 20:04:44.000000000 -0200 ++++ doc/en/Makefile.am 2010-02-17 21:47:06.000000000 -0200 +@@ -87,9 +87,6 @@ + for file in $(DOCBOOK_FILES); do \ + cp $(srcdir)/$$file .; \ + chmod +w $$file; \ +- if test -n $(CHARSET); then \ +- recode utf-8..$(CHARSET) $$file; \ +- fi \ + done; \ + for file in $(SCREENSHOT_FILES); do \ + cp $(srcdir)/$$file .; \ +@@ -111,7 +108,6 @@ + kmymoney-user.pdf: $(DOCBOOK_FILES) $(SCREENSHOT_FILES) + $(MAKE) get-files + $(MEINPROC) --check --stylesheet `dirname $(KDE_XSL_STYLESHEET)`/kde-nochunk.xsl $(srcdir)/index.docbook -o index.html; +- recode utf8..latin1 index.html + html2ps -o kmymoney-user.ps -n index.html + ps2pdf kmymoney-user.ps kmymoney-user.pdf + rm index.html kmymoney-user.ps diff --git a/finance/kmymoney-kde4/files/patch-doc__en__Makefile.in b/finance/kmymoney-kde4/files/patch-doc__en__Makefile.in index db5422c866e7..9aecdde1321f 100644 --- a/finance/kmymoney-kde4/files/patch-doc__en__Makefile.in +++ b/finance/kmymoney-kde4/files/patch-doc__en__Makefile.in @@ -1,66 +1,28 @@ ---- ./doc/en/Makefile.in.orig 2008-03-24 10:50:03.000000000 -0400 -+++ ./doc/en/Makefile.in 2008-11-07 15:27:27.000000000 -0500 -@@ -347,7 +347,7 @@ - KDE_DOCS = kmymoney2 - $(DOCBOOK_FILES) $(SCREENSHOT_FILES) - @HAVE_DSSSLCONVERSIONTOOLS_FALSE@@HAVE_HTMLCONVERSIONTOOLS_TRUE@PDF_TARGET = kmymoney-user.pdf - @HAVE_DSSSLCONVERSIONTOOLS_TRUE@PDF_TARGET = kmymoney-user.pdf --@HAVE_DSSSLCONVERSIONTOOLS_TRUE@DOCBOOK_DSL = /usr/share/sgml/docbook/dsssl-stylesheets/print/docbook.dsl -+@HAVE_DSSSLCONVERSIONTOOLS_TRUE@DOCBOOK_DSL = /usr/local/share/sgml/docbook/dsssl/modular/print/docbook.dsl - #>- all: $(BUILT_SOURCES) - #>+ 1 - all: docs-am $(BUILT_SOURCES) -@@ -571,11 +571,11 @@ - cd online-manual; \ - splitup-kde-chunk-online; \ - cd ..; \ -- make get-files; \ -+ ${MAKE} get-files; \ - for file in $(SCREENSHOT_FILES); do \ - cp $$file online-manual; \ - done; \ -- make clear-files; \ -+ ${MAKE} clear-files; \ - cp $(kde_libs_htmldir)/en/common/* common; \ - tar -cjf online-manual.tar.bz2 common online-manual; \ - rm -rf index.xml online-manual common; \ -@@ -607,31 +607,31 @@ - @HAVE_DSSSLCONVERSIONTOOLS_TRUE@ fi - - @HAVE_DSSSLCONVERSIONTOOLS_TRUE@index.docbook.tex: $(DOCBOOK_FILES) $(SCREENSHOTFILES) --@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ make get-files -+@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ ${MAKE} get-files - @HAVE_DSSSLCONVERSIONTOOLS_TRUE@ -jade -t tex -d $(DOCBOOK_DSL) -D `dirname $(KDE_XSL_STYLESHEET)` -D $(kde_libs_htmldir)/en/common index.docbook --@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ make clear-files -+@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ ${MAKE} clear-files - - #index.docbook.tex: index.cache.bz2 - # -jade -t tex -d $(DOCBOOK_DSL) -D `dirname $(KDE_XSL_STYLESHEET)` -D $(kde_libs_htmldir)/en/common index.docbook - # - - @HAVE_DSSSLCONVERSIONTOOLS_TRUE@kmymoney-user.pdf: index.docbook.tex --@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ make get-files -+@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ ${MAKE} get-files - @HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @echo "Generating PDF document" --@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @pdfjadetex index.docbook.tex > errorlog -+@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @-pdfjadetex index.docbook.tex > errorlog - @HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @echo "Generating bookmarks" --@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @pdfjadetex index.docbook.tex >> errorlog -+@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @-pdfjadetex index.docbook.tex >> errorlog - @HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @echo "Generating page numbers for table of contents" --@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @pdfjadetex index.docbook.tex >> errorlog -+@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @-pdfjadetex index.docbook.tex >> errorlog - @HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @mv index.docbook.pdf kmymoney-user.pdf --@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ make clear-files -+@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ ${MAKE} clear-files - - @HAVE_DSSSLCONVERSIONTOOLS_FALSE@@HAVE_HTMLCONVERSIONTOOLS_TRUE@kmymoney-user.pdf: index.html --@HAVE_DSSSLCONVERSIONTOOLS_FALSE@@HAVE_HTMLCONVERSIONTOOLS_TRUE@ make get-files -+@HAVE_DSSSLCONVERSIONTOOLS_FALSE@@HAVE_HTMLCONVERSIONTOOLS_TRUE@ ${MAKE} get-files - @HAVE_DSSSLCONVERSIONTOOLS_FALSE@@HAVE_HTMLCONVERSIONTOOLS_TRUE@ html2ps -D -t -o index.ps index.html - @HAVE_DSSSLCONVERSIONTOOLS_FALSE@@HAVE_HTMLCONVERSIONTOOLS_TRUE@ ps2pdf14 index.ps kmymoney-user.pdf - @HAVE_DSSSLCONVERSIONTOOLS_FALSE@@HAVE_HTMLCONVERSIONTOOLS_TRUE@ rm index.ps --@HAVE_DSSSLCONVERSIONTOOLS_FALSE@@HAVE_HTMLCONVERSIONTOOLS_TRUE@ make clear-files -+@HAVE_DSSSLCONVERSIONTOOLS_FALSE@@HAVE_HTMLCONVERSIONTOOLS_TRUE@ ${MAKE} clear-files - - # The automatic KDE install installs some files, - # that we don't need, so we remove them immediately. +--- doc/en/Makefile.in.orig 2010-02-17 20:06:19.000000000 -0200 ++++ doc/en/Makefile.in 2010-02-17 21:46:14.000000000 -0200 +@@ -238,7 +238,6 @@ + exec_prefix = @exec_prefix@ + found_html2ps = @found_html2ps@ + found_ps2pdf = @found_ps2pdf@ +-found_recode = @found_recode@ + host = @host@ + host_alias = @host_alias@ + host_cpu = @host_cpu@ +@@ -620,9 +619,6 @@ + for file in $(DOCBOOK_FILES); do \ + cp $(srcdir)/$$file .; \ + chmod +w $$file; \ +- if test -n $(CHARSET); then \ +- recode utf-8..$(CHARSET) $$file; \ +- fi \ + done; \ + for file in $(SCREENSHOT_FILES); do \ + cp $(srcdir)/$$file .; \ +@@ -641,7 +637,6 @@ + @GENERATE_PDF_TRUE@kmymoney-user.pdf: $(DOCBOOK_FILES) $(SCREENSHOT_FILES) + @GENERATE_PDF_TRUE@ $(MAKE) get-files + @GENERATE_PDF_TRUE@ $(MEINPROC) --check --stylesheet `dirname $(KDE_XSL_STYLESHEET)`/kde-nochunk.xsl $(srcdir)/index.docbook -o index.html; +-@GENERATE_PDF_TRUE@ recode utf8..latin1 index.html + @GENERATE_PDF_TRUE@ html2ps -o kmymoney-user.ps -n index.html + @GENERATE_PDF_TRUE@ ps2pdf kmymoney-user.ps kmymoney-user.pdf + @GENERATE_PDF_TRUE@ rm index.html kmymoney-user.ps diff --git a/finance/kmymoney-kde4/files/patch-kmymoney2__plugins__Makefile.in b/finance/kmymoney-kde4/files/patch-kmymoney2__plugins__Makefile.in deleted file mode 100644 index 05c55571e3be..000000000000 --- a/finance/kmymoney-kde4/files/patch-kmymoney2__plugins__Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- ./kmymoney2/plugins/Makefile.in.orig 2008-03-24 10:50:04.000000000 -0400 -+++ ./kmymoney2/plugins/Makefile.in 2008-10-10 09:39:06.000000000 -0400 -@@ -389,7 +389,7 @@ - INCLUDES = $(all_includes) -I$(top_srcdir) -I. - - # since some of the subdirs are conditional, we need to define DIST_SUBDIRS --SUBDIRS = interfaces @ofx_importerplugin@ @kbanking_plugin@ -+SUBDIRS = . interfaces @ofx_importerplugin@ @kbanking_plugin@ - DIST_SUBDIRS = interfaces kbanking ofximport - - # The library containing the plugin base class diff --git a/finance/kmymoney-kde4/pkg-plist b/finance/kmymoney-kde4/pkg-plist index 89b5e3828682..9eee91c8ab75 100644 --- a/finance/kmymoney-kde4/pkg-plist +++ b/finance/kmymoney-kde4/pkg-plist @@ -1,20 +1,53 @@ bin/kmymoney bin/kmymoney2 include/kmymoney/export.h +include/kmymoney/importinterface.h include/kmymoney/imymoneyserialize.h include/kmymoney/imymoneystorage.h include/kmymoney/imymoneystorageformat.h +include/kmymoney/investtransactioneditor.h +include/kmymoney/kaccounttemplateselector.h +include/kmymoney/kbudgetvalues.h +include/kmymoney/kcurrencycalculator.h +include/kmymoney/kgpgfile.h +include/kmymoney/kguiutils.h +include/kmymoney/kmymoneyaccountcombo.h +include/kmymoney/kmymoneyaccountcompletion.h +include/kmymoney/kmymoneyaccountselector.h +include/kmymoney/kmymoneyaccounttree.h +include/kmymoney/kmymoneyaccounttreebase.h +include/kmymoney/kmymoneyaccounttreebudget.h +include/kmymoney/kmymoneyaccounttreeforecast.h +include/kmymoney/kmymoneycategory.h +include/kmymoney/kmymoneychecklistitem.h +include/kmymoney/kmymoneycombo.h +include/kmymoney/kmymoneycompletion.h +include/kmymoney/kmymoneycurrencyselector.h +include/kmymoney/kmymoneydateinput.h +include/kmymoney/kmymoneyedit.h +include/kmymoney/kmymoneyforecastlistviewitem.h +include/kmymoney/kmymoneyglobalsettings.h +include/kmymoney/kmymoneylineedit.h +include/kmymoney/kmymoneylistviewitem.h include/kmymoney/kmymoneyplugin.h +include/kmymoney/kmymoneyselector.h +include/kmymoney/kmymoneytitlelabel.h +include/kmymoney/kmymoneyutils.h include/kmymoney/kmymoneyview.h +include/kmymoney/kmymoneywizard.h include/kmymoney/mymoneyaccount.h +include/kmymoney/mymoneybudget.h include/kmymoney/mymoneycategory.h include/kmymoney/mymoneyexception.h include/kmymoney/mymoneyfile.h include/kmymoney/mymoneyfinancialcalculator.h +include/kmymoney/mymoneyforecast.h include/kmymoney/mymoneyinstitution.h include/kmymoney/mymoneyinvesttransaction.h include/kmymoney/mymoneykeyvaluecontainer.h include/kmymoney/mymoneymoney.h +include/kmymoney/mymoneyobject.h +include/kmymoney/mymoneyobjectcontainer.h include/kmymoney/mymoneyobserver.h include/kmymoney/mymoneypayee.h include/kmymoney/mymoneyprice.h @@ -24,38 +57,456 @@ include/kmymoney/mymoneysecurity.h include/kmymoney/mymoneysplit.h include/kmymoney/mymoneystatement.h include/kmymoney/mymoneysubject.h +include/kmymoney/mymoneytemplate.h include/kmymoney/mymoneytransaction.h include/kmymoney/mymoneytransactionfilter.h include/kmymoney/mymoneyutils.h +include/kmymoney/pluginloader.h +include/kmymoney/register.h +include/kmymoney/registeritem.h +include/kmymoney/scheduledtransaction.h +include/kmymoney/selectedtransaction.h include/kmymoney/statementinterface.h +include/kmymoney/stdtransactiondownloaded.h +include/kmymoney/stdtransactionmatched.h +include/kmymoney/transaction.h +include/kmymoney/transactioneditor.h +include/kmymoney/transactioneditorcontainer.h +include/kmymoney/transactionform.h +include/kmymoney/transactionsortoption.h include/kmymoney/viewinterface.h lib/kde3/kmm_ofximport.a lib/kde3/kmm_ofximport.la lib/kde3/kmm_ofximport.so +lib/libkmm_kdchart.a +lib/libkmm_kdchart.la +lib/libkmm_kdchart.so +lib/libkmm_kdchart.so.0 lib/libkmm_mymoney.a lib/libkmm_mymoney.la lib/libkmm_mymoney.so -lib/libkmm_mymoney.so.2 +lib/libkmm_mymoney.so.5 lib/libkmm_plugin.a lib/libkmm_plugin.la lib/libkmm_plugin.so lib/libkmm_plugin.so.0 share/applications/kde/kmymoney2.desktop +share/apps/kmm_ofximport/kmm_ofximport.rc +share/config.kcfg/kmymoney2.kcfg +share/icons/Tango/128x128/apps/account-types_asset.png +share/icons/Tango/128x128/apps/account-types_cash.png +share/icons/Tango/128x128/apps/account-types_checking.png +share/icons/Tango/128x128/apps/account-types_closed.png +share/icons/Tango/128x128/apps/account-types_credit-card.png +share/icons/Tango/128x128/apps/account-types_expense.png +share/icons/Tango/128x128/apps/account-types_income.png +share/icons/Tango/128x128/apps/account-types_investments.png +share/icons/Tango/128x128/apps/account-types_liability.png +share/icons/Tango/128x128/apps/account-types_loan.png +share/icons/Tango/128x128/apps/account-types_savings.png +share/icons/Tango/128x128/apps/account.png +share/icons/Tango/128x128/apps/account_add.png +share/icons/Tango/128x128/apps/accounts.png +share/icons/Tango/128x128/apps/budget.png +share/icons/Tango/128x128/apps/categories.png +share/icons/Tango/128x128/apps/forcast.png +share/icons/Tango/128x128/apps/institution_add.png +share/icons/Tango/128x128/apps/institutions.png +share/icons/Tango/128x128/apps/investments.png +share/icons/Tango/128x128/apps/ledger.png +share/icons/Tango/128x128/apps/onlinebanking.png +share/icons/Tango/128x128/apps/payee.png +share/icons/Tango/128x128/apps/reconcile.png +share/icons/Tango/128x128/apps/report.png +share/icons/Tango/128x128/apps/schedule.png +share/icons/Tango/128x128/apps/transaction_find.png +share/icons/Tango/16x16/actions/account-types_asset.png +share/icons/Tango/16x16/actions/account-types_cash.png +share/icons/Tango/16x16/actions/account-types_checking.png +share/icons/Tango/16x16/actions/account-types_closed.png +share/icons/Tango/16x16/actions/account-types_credit-card.png +share/icons/Tango/16x16/actions/account-types_expense.png +share/icons/Tango/16x16/actions/account-types_income.png +share/icons/Tango/16x16/actions/account-types_investments.png +share/icons/Tango/16x16/actions/account-types_liability.png +share/icons/Tango/16x16/actions/account-types_loan.png +share/icons/Tango/16x16/actions/account-types_savings.png +share/icons/Tango/16x16/actions/account.png +share/icons/Tango/16x16/actions/account_add.png +share/icons/Tango/16x16/actions/accounts.png +share/icons/Tango/16x16/actions/backup.png +share/icons/Tango/16x16/actions/bank.png +share/icons/Tango/16x16/actions/budget.png +share/icons/Tango/16x16/actions/categories.png +share/icons/Tango/16x16/actions/close_window.png +share/icons/Tango/16x16/actions/delete.png +share/icons/Tango/16x16/actions/forcast.png +share/icons/Tango/16x16/actions/hide_categories.png +share/icons/Tango/16x16/actions/hide_reconciled.png +share/icons/Tango/16x16/actions/institution_add.png +share/icons/Tango/16x16/actions/institutions.png +share/icons/Tango/16x16/actions/investments.png +share/icons/Tango/16x16/actions/ledger.png +share/icons/Tango/16x16/actions/onlinebanking.png +share/icons/Tango/16x16/actions/payee.png +share/icons/Tango/16x16/actions/personal_data.png +share/icons/Tango/16x16/actions/reconcile.png +share/icons/Tango/16x16/actions/report.png +share/icons/Tango/16x16/actions/schedule.png +share/icons/Tango/16x16/actions/split_transaction.png +share/icons/Tango/16x16/actions/transaction_find.png +share/icons/Tango/16x16/actions/view_info.png +share/icons/Tango/22x22/actions/account-types_asset.png +share/icons/Tango/22x22/actions/account-types_cash.png +share/icons/Tango/22x22/actions/account-types_checking.png +share/icons/Tango/22x22/actions/account-types_closed.png +share/icons/Tango/22x22/actions/account-types_credit-card.png +share/icons/Tango/22x22/actions/account-types_expense.png +share/icons/Tango/22x22/actions/account-types_income.png +share/icons/Tango/22x22/actions/account-types_investments.png +share/icons/Tango/22x22/actions/account-types_liability.png +share/icons/Tango/22x22/actions/account-types_loan.png +share/icons/Tango/22x22/actions/account-types_savings.png +share/icons/Tango/22x22/actions/account.png +share/icons/Tango/22x22/actions/account_add.png +share/icons/Tango/22x22/actions/accounts.png +share/icons/Tango/22x22/actions/attention.png +share/icons/Tango/22x22/actions/backup.png +share/icons/Tango/22x22/actions/bank.png +share/icons/Tango/22x22/actions/budget.png +share/icons/Tango/22x22/actions/categories.png +share/icons/Tango/22x22/actions/close_window.png +share/icons/Tango/22x22/actions/delete.png +share/icons/Tango/22x22/actions/forcast.png +share/icons/Tango/22x22/actions/hide_categories.png +share/icons/Tango/22x22/actions/hide_reconciled.png +share/icons/Tango/22x22/actions/institution_add.png +share/icons/Tango/22x22/actions/institutions.png +share/icons/Tango/22x22/actions/investments.png +share/icons/Tango/22x22/actions/ledger.png +share/icons/Tango/22x22/actions/onlinebanking.png +share/icons/Tango/22x22/actions/payee.png +share/icons/Tango/22x22/actions/personal_data.png +share/icons/Tango/22x22/actions/reconcile.png +share/icons/Tango/22x22/actions/report.png +share/icons/Tango/22x22/actions/schedule.png +share/icons/Tango/22x22/actions/transaction_find.png +share/icons/Tango/22x22/actions/view_info.png +share/icons/Tango/32x32/apps/account-types_asset.png +share/icons/Tango/32x32/apps/account-types_cash.png +share/icons/Tango/32x32/apps/account-types_checking.png +share/icons/Tango/32x32/apps/account-types_closed.png +share/icons/Tango/32x32/apps/account-types_credit-card.png +share/icons/Tango/32x32/apps/account-types_expense.png +share/icons/Tango/32x32/apps/account-types_income.png +share/icons/Tango/32x32/apps/account-types_investments.png +share/icons/Tango/32x32/apps/account-types_liability.png +share/icons/Tango/32x32/apps/account-types_loan.png +share/icons/Tango/32x32/apps/account-types_savings.png +share/icons/Tango/32x32/apps/account.png +share/icons/Tango/32x32/apps/account_add.png +share/icons/Tango/32x32/apps/accounts.png +share/icons/Tango/32x32/apps/budget.png +share/icons/Tango/32x32/apps/categories.png +share/icons/Tango/32x32/apps/forcast.png +share/icons/Tango/32x32/apps/institution_add.png +share/icons/Tango/32x32/apps/institutions.png +share/icons/Tango/32x32/apps/investments.png +share/icons/Tango/32x32/apps/ledger.png +share/icons/Tango/32x32/apps/onlinebanking.png +share/icons/Tango/32x32/apps/payee.png +share/icons/Tango/32x32/apps/reconcile.png +share/icons/Tango/32x32/apps/report.png +share/icons/Tango/32x32/apps/schedule.png +share/icons/Tango/32x32/apps/transaction_find.png +share/icons/Tango/48x48/apps/account-types_asset.png +share/icons/Tango/48x48/apps/account-types_cash.png +share/icons/Tango/48x48/apps/account-types_checking.png +share/icons/Tango/48x48/apps/account-types_closed.png +share/icons/Tango/48x48/apps/account-types_credit-card.png +share/icons/Tango/48x48/apps/account-types_expense.png +share/icons/Tango/48x48/apps/account-types_income.png +share/icons/Tango/48x48/apps/account-types_investments.png +share/icons/Tango/48x48/apps/account-types_liability.png +share/icons/Tango/48x48/apps/account-types_loan.png +share/icons/Tango/48x48/apps/account-types_savings.png +share/icons/Tango/48x48/apps/account.png +share/icons/Tango/48x48/apps/account_add.png +share/icons/Tango/48x48/apps/accounts.png +share/icons/Tango/48x48/apps/budget.png +share/icons/Tango/48x48/apps/categories.png +share/icons/Tango/48x48/apps/forcast.png +share/icons/Tango/48x48/apps/institution_add.png +share/icons/Tango/48x48/apps/institutions.png +share/icons/Tango/48x48/apps/investments.png +share/icons/Tango/48x48/apps/ledger.png +share/icons/Tango/48x48/apps/onlinebanking.png +share/icons/Tango/48x48/apps/payee.png +share/icons/Tango/48x48/apps/reconcile.png +share/icons/Tango/48x48/apps/report.png +share/icons/Tango/48x48/apps/schedule.png +share/icons/Tango/48x48/apps/transaction_find.png +share/icons/Tango/64x64/apps/account-types_asset.png +share/icons/Tango/64x64/apps/account-types_cash.png +share/icons/Tango/64x64/apps/account-types_checking.png +share/icons/Tango/64x64/apps/account-types_closed.png +share/icons/Tango/64x64/apps/account-types_credit-card.png +share/icons/Tango/64x64/apps/account-types_expense.png +share/icons/Tango/64x64/apps/account-types_income.png +share/icons/Tango/64x64/apps/account-types_investments.png +share/icons/Tango/64x64/apps/account-types_liability.png +share/icons/Tango/64x64/apps/account-types_loan.png +share/icons/Tango/64x64/apps/account-types_savings.png +share/icons/Tango/64x64/apps/account.png +share/icons/Tango/64x64/apps/account_add.png +share/icons/Tango/64x64/apps/accounts.png +share/icons/Tango/64x64/apps/budget.png +share/icons/Tango/64x64/apps/categories.png +share/icons/Tango/64x64/apps/forcast.png +share/icons/Tango/64x64/apps/institution_add.png +share/icons/Tango/64x64/apps/institutions.png +share/icons/Tango/64x64/apps/investments.png +share/icons/Tango/64x64/apps/ledger.png +share/icons/Tango/64x64/apps/onlinebanking.png +share/icons/Tango/64x64/apps/payee.png +share/icons/Tango/64x64/apps/reconcile.png +share/icons/Tango/64x64/apps/report.png +share/icons/Tango/64x64/apps/schedule.png +share/icons/Tango/64x64/apps/transaction_find.png +share/icons/Tango/scalable/account-types_asset.svgz +share/icons/Tango/scalable/account-types_cash.svgz +share/icons/Tango/scalable/account-types_checking.svgz +share/icons/Tango/scalable/account-types_closed.svgz +share/icons/Tango/scalable/account-types_credit-card.svgz +share/icons/Tango/scalable/account-types_expense.svgz +share/icons/Tango/scalable/account-types_income.svgz +share/icons/Tango/scalable/account-types_investments.svgz +share/icons/Tango/scalable/account-types_liability.svgz +share/icons/Tango/scalable/account-types_loan.svgz +share/icons/Tango/scalable/account-types_savings.svgz +share/icons/Tango/scalable/account.svgz +share/icons/Tango/scalable/account_add.svgz +share/icons/Tango/scalable/accounts.svgz +share/icons/Tango/scalable/backup.svgz +share/icons/Tango/scalable/bank.svgz +share/icons/Tango/scalable/budget.svgz +share/icons/Tango/scalable/categories.svgz +share/icons/Tango/scalable/forcast.svgz +share/icons/Tango/scalable/hide_categories.svgz +share/icons/Tango/scalable/hide_reconciled.svgz +share/icons/Tango/scalable/institution_add.svgz +share/icons/Tango/scalable/institutions.svgz +share/icons/Tango/scalable/investments.svgz +share/icons/Tango/scalable/ledger.svgz +share/icons/Tango/scalable/onlinebanking.svgz +share/icons/Tango/scalable/payee.svgz +share/icons/Tango/scalable/personal_data.svgz +share/icons/Tango/scalable/reconcile.svgz +share/icons/Tango/scalable/report.svgz +share/icons/Tango/scalable/schedule.svgz +share/icons/Tango/scalable/transaction_find.svgz +share/icons/Tango/scalable/view_info.svgz +share/icons/hicolor/128x128/apps/kmymoney2.png +share/icons/hicolor/128x128/mimetypes/kmy.png +share/icons/hicolor/16x16/apps/kmymoney2.png +share/icons/hicolor/16x16/mimetypes/kmy.png +share/icons/hicolor/32x32/apps/kmymoney2.png +share/icons/hicolor/32x32/mimetypes/kmy.png +share/icons/hicolor/48x48/apps/kmymoney2.png +share/icons/hicolor/48x48/mimetypes/kmy.png +share/icons/hicolor/64x64/apps/kmymoney2.png +share/icons/hicolor/64x64/mimetypes/kmy.png +share/icons/locolor/16x16/apps/kmymoney2.png +share/icons/locolor/32x32/apps/kmymoney2.png +share/icons/oxygen/128x128/apps/account-add.png +share/icons/oxygen/128x128/apps/account-types_asset.png +share/icons/oxygen/128x128/apps/account-types_cash.png +share/icons/oxygen/128x128/apps/account-types_checking.png +share/icons/oxygen/128x128/apps/account-types_closed.png +share/icons/oxygen/128x128/apps/account-types_credit-card.png +share/icons/oxygen/128x128/apps/account-types_investments.png +share/icons/oxygen/128x128/apps/account-types_liability.png +share/icons/oxygen/128x128/apps/account-types_loan.png +share/icons/oxygen/128x128/apps/accounts.png +share/icons/oxygen/128x128/apps/budget.png +share/icons/oxygen/128x128/apps/categories.png +share/icons/oxygen/128x128/apps/forcast.png +share/icons/oxygen/128x128/apps/institutions.png +share/icons/oxygen/128x128/apps/investments.png +share/icons/oxygen/128x128/apps/ledger.png +share/icons/oxygen/128x128/apps/onlinebanking.png +share/icons/oxygen/128x128/apps/payee.png +share/icons/oxygen/128x128/apps/reconcile.png +share/icons/oxygen/128x128/apps/report.png +share/icons/oxygen/128x128/apps/schedule.png +share/icons/oxygen/128x128/apps/transaction_find.png +share/icons/oxygen/16x16/actions/account-types_asset.png +share/icons/oxygen/16x16/actions/account-types_cash.png +share/icons/oxygen/16x16/actions/account-types_checking.png +share/icons/oxygen/16x16/actions/account-types_closed.png +share/icons/oxygen/16x16/actions/account-types_credit-card.png +share/icons/oxygen/16x16/actions/account-types_expense.png +share/icons/oxygen/16x16/actions/account-types_income.png +share/icons/oxygen/16x16/actions/account-types_investments.png +share/icons/oxygen/16x16/actions/account-types_liability.png +share/icons/oxygen/16x16/actions/account-types_loan.png +share/icons/oxygen/16x16/actions/account-types_savings.png +share/icons/oxygen/16x16/actions/accounts.png +share/icons/oxygen/16x16/actions/budget.png +share/icons/oxygen/16x16/actions/forcast.png +share/icons/oxygen/16x16/actions/institutions.png +share/icons/oxygen/16x16/actions/investments.png +share/icons/oxygen/16x16/actions/ledger.png +share/icons/oxygen/16x16/actions/onlinebanking.png +share/icons/oxygen/16x16/actions/payee.png +share/icons/oxygen/16x16/actions/report.png +share/icons/oxygen/16x16/actions/schedule.png +share/icons/oxygen/22x22/actions/account-types_cash.png +share/icons/oxygen/22x22/actions/account-types_checking.png +share/icons/oxygen/22x22/actions/account-types_credit-card.png +share/icons/oxygen/22x22/actions/account-types_investments.png +share/icons/oxygen/22x22/actions/account-types_loan.png +share/icons/oxygen/22x22/actions/account-types_savings.png +share/icons/oxygen/22x22/actions/accounts.png +share/icons/oxygen/22x22/actions/budget.png +share/icons/oxygen/22x22/actions/forcast.png +share/icons/oxygen/22x22/actions/institutions.png +share/icons/oxygen/22x22/actions/investments.png +share/icons/oxygen/22x22/actions/ledger.png +share/icons/oxygen/22x22/actions/onlinebanking.png +share/icons/oxygen/22x22/actions/payee.png +share/icons/oxygen/22x22/actions/report.png +share/icons/oxygen/22x22/actions/schedule.png +share/icons/oxygen/32x32/apps/account-types_closed.png +share/icons/oxygen/32x32/apps/account-types_expense.png +share/icons/oxygen/32x32/apps/account-types_income.png +share/icons/oxygen/32x32/apps/account_add.png +share/icons/oxygen/32x32/apps/accounts.png +share/icons/oxygen/32x32/apps/budget.png +share/icons/oxygen/32x32/apps/categories.png +share/icons/oxygen/32x32/apps/forcast.png +share/icons/oxygen/32x32/apps/institution_add.png +share/icons/oxygen/32x32/apps/institutions.png +share/icons/oxygen/32x32/apps/investments.png +share/icons/oxygen/32x32/apps/ledger.png +share/icons/oxygen/32x32/apps/onlinebanking.png +share/icons/oxygen/32x32/apps/payee.png +share/icons/oxygen/32x32/apps/reconcile.png +share/icons/oxygen/32x32/apps/report.png +share/icons/oxygen/32x32/apps/schedule.png +share/icons/oxygen/32x32/apps/transaction_find.png +share/icons/oxygen/48x48/apps/account-types_closed.png +share/icons/oxygen/48x48/apps/account-types_expense.png +share/icons/oxygen/48x48/apps/account-types_income.png +share/icons/oxygen/48x48/apps/account_add.png +share/icons/oxygen/48x48/apps/accounts.png +share/icons/oxygen/48x48/apps/budget.png +share/icons/oxygen/48x48/apps/categories.png +share/icons/oxygen/48x48/apps/forcast.png +share/icons/oxygen/48x48/apps/institution_add.png +share/icons/oxygen/48x48/apps/institutions.png +share/icons/oxygen/48x48/apps/investments.png +share/icons/oxygen/48x48/apps/ledger.png +share/icons/oxygen/48x48/apps/onlinebanking.png +share/icons/oxygen/48x48/apps/payee.png +share/icons/oxygen/48x48/apps/reconcile.png +share/icons/oxygen/48x48/apps/report.png +share/icons/oxygen/48x48/apps/schedule.png +share/icons/oxygen/48x48/apps/transaction_find.png +share/icons/oxygen/64x64/apps/account-add.png +share/icons/oxygen/64x64/apps/account-types_closed.png +share/icons/oxygen/64x64/apps/accounts.png +share/icons/oxygen/64x64/apps/budget.png +share/icons/oxygen/64x64/apps/categories.png +share/icons/oxygen/64x64/apps/forcast.png +share/icons/oxygen/64x64/apps/institutions.png +share/icons/oxygen/64x64/apps/investments.png +share/icons/oxygen/64x64/apps/ledger.png +share/icons/oxygen/64x64/apps/onlinebanking.png +share/icons/oxygen/64x64/apps/payee.png +share/icons/oxygen/64x64/apps/reconcile.png +share/icons/oxygen/64x64/apps/report.png +share/icons/oxygen/64x64/apps/schedule.png +share/icons/oxygen/64x64/apps/transaction_find.png +share/icons/oxygen/scalable/account-add.svgz +share/icons/oxygen/scalable/account-types_asset.svgz +share/icons/oxygen/scalable/account-types_cash.svgz +share/icons/oxygen/scalable/account-types_checking.svgz +share/icons/oxygen/scalable/account-types_closed.svgz +share/icons/oxygen/scalable/account-types_credit-card.svgz +share/icons/oxygen/scalable/account-types_expense.svgz +share/icons/oxygen/scalable/account-types_income.svgz +share/icons/oxygen/scalable/account-types_investments.svgz +share/icons/oxygen/scalable/account-types_liability.svgz +share/icons/oxygen/scalable/account-types_loan.svgz +share/icons/oxygen/scalable/account-types_savings.svgz +share/icons/oxygen/scalable/accounts.svgz +share/icons/oxygen/scalable/budget.svgz +share/icons/oxygen/scalable/categories.svgz +share/icons/oxygen/scalable/forcast.svgz +share/icons/oxygen/scalable/hide_categories.svgz +share/icons/oxygen/scalable/hide_reconciled.svgz +share/icons/oxygen/scalable/institution_add.svgz +share/icons/oxygen/scalable/institutions.svgz +share/icons/oxygen/scalable/investments.svgz +share/icons/oxygen/scalable/ledger.svgz +share/icons/oxygen/scalable/onlinebanking.svgz +share/icons/oxygen/scalable/payee.svgz +share/icons/oxygen/scalable/personal_data.svgz +share/icons/oxygen/scalable/reconcile.svgz +share/icons/oxygen/scalable/report.svgz +share/icons/oxygen/scalable/schedule.svgz +share/icons/oxygen/scalable/transaction_find.svgz +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/fi/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/nl/LC_MESSAGES/kmymoney2.mo +share/locale/pl/LC_MESSAGES/kmymoney2.mo +share/locale/pt/LC_MESSAGES/kmymoney2.mo +share/locale/pt_BR/LC_MESSAGES/kmymoney2.mo +share/locale/ro/LC_MESSAGES/kmymoney2.mo +share/locale/ru/LC_MESSAGES/kmymoney2.mo +share/locale/sk/LC_MESSAGES/kmymoney2.mo +share/locale/sv/LC_MESSAGES/kmymoney2.mo +share/locale/tr/LC_MESSAGES/kmymoney2.mo +share/locale/zh_CN/LC_MESSAGES/kmymoney2.mo +share/mimelnk/application/x-kmymoney2.desktop +share/services/kmm_ofximport.desktop +share/servicetypes/kmymoneyimporterplugin.desktop +share/servicetypes/kmymoneyplugin.desktop %%DATADIR%%/html/home.html -%%DATADIR%%/html/home_br.pt_BR.html -%%DATADIR%%/html/home_de.de.html -%%DATADIR%%/html/home_fr.fr.html +%%DATADIR%%/html/home_de.html +%%DATADIR%%/html/home_es.html +%%DATADIR%%/html/home_fr.html %%DATADIR%%/html/home_gl.html %%DATADIR%%/html/home_it.html -%%DATADIR%%/html/home_ru.ru.html +%%DATADIR%%/html/home_nl.html +%%DATADIR%%/html/home_pt.html +%%DATADIR%%/html/home_pt_BR.html +%%DATADIR%%/html/home_ro.html +%%DATADIR%%/html/home_ru.html +%%DATADIR%%/html/home_tr.html +%%DATADIR%%/html/images/about_kde.png +%%DATADIR%%/html/images/arrow.png %%DATADIR%%/html/images/backarrow.png %%DATADIR%%/html/images/background.png %%DATADIR%%/html/images/bc.png +%%DATADIR%%/html/images/bg-texture.png %%DATADIR%%/html/images/bl.png %%DATADIR%%/html/images/bottomleft.png %%DATADIR%%/html/images/bottomright.png %%DATADIR%%/html/images/br.png %%DATADIR%%/html/images/center.png +%%DATADIR%%/html/images/currencyflourish.png %%DATADIR%%/html/images/filenew.png %%DATADIR%%/html/images/kmymoneydata.png %%DATADIR%%/html/images/konqueror.png @@ -65,6 +516,7 @@ share/applications/kde/kmymoney2.desktop %%DATADIR%%/html/images/original-trans_logo.png %%DATADIR%%/html/images/rc.png %%DATADIR%%/html/images/rightborder.png +%%DATADIR%%/html/images/shadow.png %%DATADIR%%/html/images/spacer.gif %%DATADIR%%/html/images/spacer.png %%DATADIR%%/html/images/tc.png @@ -72,6 +524,7 @@ share/applications/kde/kmymoney2.desktop %%DATADIR%%/html/images/title-left.png %%DATADIR%%/html/images/title-right.png %%DATADIR%%/html/images/tl.png +%%DATADIR%%/html/images/top-shadow.png %%DATADIR%%/html/images/topleft.png %%DATADIR%%/html/images/topright.png %%DATADIR%%/html/images/tr.png @@ -80,15 +533,19 @@ share/applications/kde/kmymoney2.desktop %%DATADIR%%/html/welcome.css %%DATADIR%%/html/whats_new.html %%DATADIR%%/html/whats_new_de.html +%%DATADIR%%/html/whats_new_es.html %%DATADIR%%/html/whats_new_fr.html %%DATADIR%%/html/whats_new_gl.html %%DATADIR%%/html/whats_new_it.html +%%DATADIR%%/html/whats_new_nl.html +%%DATADIR%%/html/whats_new_pt_BR.html +%%DATADIR%%/html/whats_new_ro.html %%DATADIR%%/html/whats_new_ru.html +%%DATADIR%%/html/whats_new_tr.html %%DATADIR%%/icons/hicolor/16x16/actions/account-type_asset.png %%DATADIR%%/icons/hicolor/16x16/actions/account-type_expense.png %%DATADIR%%/icons/hicolor/16x16/actions/account-type_income.png %%DATADIR%%/icons/hicolor/16x16/actions/account-type_liability.png -%%DATADIR%%/icons/hicolor/16x16/actions/account.png %%DATADIR%%/icons/hicolor/16x16/actions/account_add.png %%DATADIR%%/icons/hicolor/16x16/actions/account_open.png %%DATADIR%%/icons/hicolor/16x16/actions/backup.png @@ -96,29 +553,40 @@ share/applications/kde/kmymoney2.desktop %%DATADIR%%/icons/hicolor/16x16/actions/categories.png %%DATADIR%%/icons/hicolor/16x16/actions/close_window.png %%DATADIR%%/icons/hicolor/16x16/actions/delete.png +%%DATADIR%%/icons/hicolor/16x16/actions/hide_categories.png +%%DATADIR%%/icons/hicolor/16x16/actions/hide_reconciled.png %%DATADIR%%/icons/hicolor/16x16/actions/institution_add.png +%%DATADIR%%/icons/hicolor/16x16/actions/ledger.png %%DATADIR%%/icons/hicolor/16x16/actions/pay_edit.png %%DATADIR%%/icons/hicolor/16x16/actions/personal_data.png %%DATADIR%%/icons/hicolor/16x16/actions/reconcile.png +%%DATADIR%%/icons/hicolor/16x16/actions/split_transaction.png %%DATADIR%%/icons/hicolor/16x16/actions/transaction.png %%DATADIR%%/icons/hicolor/16x16/actions/transaction_export.png %%DATADIR%%/icons/hicolor/16x16/actions/transaction_find.png %%DATADIR%%/icons/hicolor/16x16/actions/transaction_import.png %%DATADIR%%/icons/hicolor/16x16/actions/unreconciled.png +%%DATADIR%%/icons/hicolor/16x16/actions/update_prices.png %%DATADIR%%/icons/hicolor/16x16/actions/view_info.png %%DATADIR%%/icons/hicolor/22x22/actions/account-types_asset.png +%%DATADIR%%/icons/hicolor/22x22/actions/account-types_closed.png %%DATADIR%%/icons/hicolor/22x22/actions/account-types_expense.png %%DATADIR%%/icons/hicolor/22x22/actions/account-types_income.png %%DATADIR%%/icons/hicolor/22x22/actions/account-types_liability.png -%%DATADIR%%/icons/hicolor/22x22/actions/account.png +%%DATADIR%%/icons/hicolor/22x22/actions/account-types_online.png +%%DATADIR%%/icons/hicolor/22x22/actions/account-types_reconcile.png %%DATADIR%%/icons/hicolor/22x22/actions/account_add.png %%DATADIR%%/icons/hicolor/22x22/actions/account_open.png +%%DATADIR%%/icons/hicolor/22x22/actions/attention.png %%DATADIR%%/icons/hicolor/22x22/actions/backup.png %%DATADIR%%/icons/hicolor/22x22/actions/bank.png %%DATADIR%%/icons/hicolor/22x22/actions/categories.png %%DATADIR%%/icons/hicolor/22x22/actions/close_window.png %%DATADIR%%/icons/hicolor/22x22/actions/delete.png +%%DATADIR%%/icons/hicolor/22x22/actions/hide_categories.png +%%DATADIR%%/icons/hicolor/22x22/actions/hide_reconciled.png %%DATADIR%%/icons/hicolor/22x22/actions/institution_add.png +%%DATADIR%%/icons/hicolor/22x22/actions/ledger.png %%DATADIR%%/icons/hicolor/22x22/actions/pay_edit.png %%DATADIR%%/icons/hicolor/22x22/actions/personal_data.png %%DATADIR%%/icons/hicolor/22x22/actions/reconcile.png @@ -127,6 +595,7 @@ share/applications/kde/kmymoney2.desktop %%DATADIR%%/icons/hicolor/22x22/actions/transaction_find.png %%DATADIR%%/icons/hicolor/22x22/actions/transaction_import.png %%DATADIR%%/icons/hicolor/22x22/actions/unreconciled.png +%%DATADIR%%/icons/hicolor/22x22/actions/update_prices.png %%DATADIR%%/icons/hicolor/22x22/actions/view_info.png %%DATADIR%%/icons/hicolor/32x32/apps/account-types_asset.png %%DATADIR%%/icons/hicolor/32x32/apps/account-types_cash.png @@ -135,9 +604,12 @@ share/applications/kde/kmymoney2.desktop %%DATADIR%%/icons/hicolor/32x32/apps/account-types_investments.png %%DATADIR%%/icons/hicolor/32x32/apps/account-types_liability.png %%DATADIR%%/icons/hicolor/32x32/apps/account-types_loan.png +%%DATADIR%%/icons/hicolor/32x32/apps/account-types_reconciled.png %%DATADIR%%/icons/hicolor/32x32/apps/account-types_savings.png %%DATADIR%%/icons/hicolor/32x32/apps/accounts.png +%%DATADIR%%/icons/hicolor/32x32/apps/budget.png %%DATADIR%%/icons/hicolor/32x32/apps/categories.png +%%DATADIR%%/icons/hicolor/32x32/apps/forcast.png %%DATADIR%%/icons/hicolor/32x32/apps/home.png %%DATADIR%%/icons/hicolor/32x32/apps/institutions.png %%DATADIR%%/icons/hicolor/32x32/apps/investments.png @@ -155,7 +627,9 @@ share/applications/kde/kmymoney2.desktop %%DATADIR%%/icons/hicolor/48x48/apps/account-types_loan.png %%DATADIR%%/icons/hicolor/48x48/apps/account-types_savings.png %%DATADIR%%/icons/hicolor/48x48/apps/accounts.png +%%DATADIR%%/icons/hicolor/48x48/apps/budget.png %%DATADIR%%/icons/hicolor/48x48/apps/categories.png +%%DATADIR%%/icons/hicolor/48x48/apps/forcast.png %%DATADIR%%/icons/hicolor/48x48/apps/home.png %%DATADIR%%/icons/hicolor/48x48/apps/institutions.png %%DATADIR%%/icons/hicolor/48x48/apps/investments.png @@ -173,7 +647,9 @@ share/applications/kde/kmymoney2.desktop %%DATADIR%%/icons/hicolor/64x64/apps/account-types_loan.png %%DATADIR%%/icons/hicolor/64x64/apps/account-types_savings.png %%DATADIR%%/icons/hicolor/64x64/apps/accounts.png +%%DATADIR%%/icons/hicolor/64x64/apps/budget.png %%DATADIR%%/icons/hicolor/64x64/apps/categories.png +%%DATADIR%%/icons/hicolor/64x64/apps/forcast.png %%DATADIR%%/icons/hicolor/64x64/apps/home.png %%DATADIR%%/icons/hicolor/64x64/apps/institutions.png %%DATADIR%%/icons/hicolor/64x64/apps/investments.png @@ -183,31 +659,335 @@ share/applications/kde/kmymoney2.desktop %%DATADIR%%/icons/hicolor/64x64/apps/report.png %%DATADIR%%/icons/hicolor/64x64/apps/schedule.png %%DATADIR%%/kmymoney2ui.rc +%%DATADIR%%/misc/financequote.pl %%DATADIR%%/pics/startlogo.png %%DATADIR%%/pics/titlelabel_background.png -%%DATADIR%%/templates/C/default_accounts.kmt -%%DATADIR%%/templates/README +%%DATADIR%%/templates/C/brokerage.kmt +%%DATADIR%%/templates/C/business.kmt +%%DATADIR%%/templates/C/carloan.kmt +%%DATADIR%%/templates/C/cdmoneymkt.kmt +%%DATADIR%%/templates/C/checkbook.kmt +%%DATADIR%%/templates/C/childcare.kmt +%%DATADIR%%/templates/C/common.kmt +%%DATADIR%%/templates/C/default_categories-template.kmt +%%DATADIR%%/templates/C/eduloan.kmt +%%DATADIR%%/templates/C/fixedassets.kmt +%%DATADIR%%/templates/C/full.kmt +%%DATADIR%%/templates/C/homeloan.kmt +%%DATADIR%%/templates/C/homeown.kmt +%%DATADIR%%/templates/C/old-default_accounts.kmt +%%DATADIR%%/templates/C/otherloan.kmt +%%DATADIR%%/templates/C/renter.kmt +%%DATADIR%%/templates/C/retiremt.kmt +%%DATADIR%%/templates/C/spouseinc.kmt +%%DATADIR%%/templates/C/spouseretire.kmt +%%DATADIR%%/templates/de_AT/auto.kmt +%%DATADIR%%/templates/de_AT/autoloan.kmt +%%DATADIR%%/templates/de_AT/brokerage.kmt +%%DATADIR%%/templates/de_AT/business.kmt +%%DATADIR%%/templates/de_AT/common.kmt +%%DATADIR%%/templates/de_AT/houseown.kmt +%%DATADIR%%/templates/de_AT/investment.kmt +%%DATADIR%%/templates/de_AT/kids.kmt +%%DATADIR%%/templates/de_CH/brokerage.kmt +%%DATADIR%%/templates/de_CH/chkmu.kmt +%%DATADIR%%/templates/de_CH/common.kmt +%%DATADIR%%/templates/de_CH/kids.kmt +%%DATADIR%%/templates/de_CH/otherasset.kmt +%%DATADIR%%/templates/de_CH/otherloan.kmt +%%DATADIR%%/templates/de_DE/auto.kmt +%%DATADIR%%/templates/de_DE/autoloan.kmt +%%DATADIR%%/templates/de_DE/brokerage.kmt +%%DATADIR%%/templates/de_DE/common.kmt %%DATADIR%%/templates/de_DE/default_accounts.kmt +%%DATADIR%%/templates/de_DE/full.kmt +%%DATADIR%%/templates/de_DE/houseown.kmt +%%DATADIR%%/templates/de_DE/investment.kmt +%%DATADIR%%/templates/de_DE/kids.kmt +%%DATADIR%%/templates/de_DE/otherasset.kmt +%%DATADIR%%/templates/de_DE/otherloan.kmt +%%DATADIR%%/templates/de_DE/skr03.kmt +%%DATADIR%%/templates/de_DE/skr04.kmt +%%DATADIR%%/templates/de_DE/studium.kmt +%%DATADIR%%/templates/dk/car.kmt +%%DATADIR%%/templates/dk/common.kmt +%%DATADIR%%/templates/dk/homeloan.kmt +%%DATADIR%%/templates/dk/homeown.kmt +%%DATADIR%%/templates/el_GR/brokerage.kmt +%%DATADIR%%/templates/el_GR/carloan.kmt +%%DATADIR%%/templates/el_GR/common.kmt +%%DATADIR%%/templates/en_GB/brokerage.kmt +%%DATADIR%%/templates/en_GB/business.kmt +%%DATADIR%%/templates/en_GB/carloan.kmt +%%DATADIR%%/templates/en_GB/cdmoneymkt.kmt +%%DATADIR%%/templates/en_GB/checkbook.kmt +%%DATADIR%%/templates/en_GB/childcare.kmt +%%DATADIR%%/templates/en_GB/common.kmt %%DATADIR%%/templates/en_GB/default_accounts.kmt -%%DATADIR%%/templates/en_US/default_accounts.kmt +%%DATADIR%%/templates/en_GB/eduloan.kmt +%%DATADIR%%/templates/en_GB/fixedassets.kmt +%%DATADIR%%/templates/en_GB/full.kmt +%%DATADIR%%/templates/en_GB/homeloan.kmt +%%DATADIR%%/templates/en_GB/homeown.kmt +%%DATADIR%%/templates/en_GB/otherloan.kmt +%%DATADIR%%/templates/en_GB/renter.kmt +%%DATADIR%%/templates/en_GB/retiremt.kmt +%%DATADIR%%/templates/en_GB/spouseinc.kmt +%%DATADIR%%/templates/en_GB/spouseretire.kmt +%%DATADIR%%/templates/en_GB/uk-vat.kmt +%%DATADIR%%/templates/en_US/0.6-default_accounts.kmt +%%DATADIR%%/templates/en_US/0.8-default_accounts.kmt +%%DATADIR%%/templates/en_US/Base-Blank.kmt +%%DATADIR%%/templates/en_US/Base-Detailed.kmt +%%DATADIR%%/templates/en_US/Base-Simple.kmt +%%DATADIR%%/templates/en_US/House.kmt +%%DATADIR%%/templates/en_US/Pets.kmt +%%DATADIR%%/templates/en_US/Retirement.kmt +%%DATADIR%%/templates/en_US/ScheduleA_itemized-deductions.kmt +%%DATADIR%%/templates/en_US/ScheduleBandD.kmt +%%DATADIR%%/templates/en_US/ScheduleC_business.kmt +%%DATADIR%%/templates/en_US/ScheduleE_rental-property.kmt +%%DATADIR%%/templates/en_US/ScheduleF_farming.kmt +%%DATADIR%%/templates/en_US/kids.kmt +%%DATADIR%%/templates/es_AR/brokerage.kmt +%%DATADIR%%/templates/es_AR/carloan.kmt +%%DATADIR%%/templates/es_AR/cdmoneymkt.kmt +%%DATADIR%%/templates/es_AR/childcare.kmt +%%DATADIR%%/templates/es_AR/common.kmt +%%DATADIR%%/templates/es_AR/currency.kmt +%%DATADIR%%/templates/es_AR/default_accounts.kmt +%%DATADIR%%/templates/es_AR/eduloan.kmt +%%DATADIR%%/templates/es_AR/fixedassets.kmt +%%DATADIR%%/templates/es_AR/homeloan.kmt +%%DATADIR%%/templates/es_AR/homeown.kmt +%%DATADIR%%/templates/es_AR/otherloan.kmt +%%DATADIR%%/templates/es_AR/renter.kmt +%%DATADIR%%/templates/es_AR/retiremt.kmt +%%DATADIR%%/templates/es_AR/spouseinc.kmt +%%DATADIR%%/templates/es_AR/spouseretire.kmt +%%DATADIR%%/templates/es_ES/brokerage.kmt +%%DATADIR%%/templates/es_ES/carloan.kmt +%%DATADIR%%/templates/es_ES/cdmoneymkt.kmt +%%DATADIR%%/templates/es_ES/childcare.kmt +%%DATADIR%%/templates/es_ES/common.kmt +%%DATADIR%%/templates/es_ES/currency.kmt %%DATADIR%%/templates/es_ES/default_accounts.kmt +%%DATADIR%%/templates/es_ES/eduloan.kmt +%%DATADIR%%/templates/es_ES/fixedassets.kmt +%%DATADIR%%/templates/es_ES/homeloan.kmt +%%DATADIR%%/templates/es_ES/homeown.kmt +%%DATADIR%%/templates/es_ES/otherloan.kmt +%%DATADIR%%/templates/es_ES/renter.kmt +%%DATADIR%%/templates/es_ES/retiremt.kmt +%%DATADIR%%/templates/es_ES/spouseinc.kmt +%%DATADIR%%/templates/es_ES/spouseretire.kmt +%%DATADIR%%/templates/es_MX/brokerage.kmt +%%DATADIR%%/templates/es_MX/carloan.kmt +%%DATADIR%%/templates/es_MX/cdmoneymkt.kmt +%%DATADIR%%/templates/es_MX/childcare.kmt +%%DATADIR%%/templates/es_MX/common.kmt +%%DATADIR%%/templates/es_MX/currency.kmt +%%DATADIR%%/templates/es_MX/eduloan.kmt +%%DATADIR%%/templates/es_MX/fixedassets.kmt +%%DATADIR%%/templates/es_MX/homeloan.kmt +%%DATADIR%%/templates/es_MX/homeown.kmt +%%DATADIR%%/templates/es_MX/otherloan.kmt +%%DATADIR%%/templates/es_MX/renter.kmt +%%DATADIR%%/templates/es_MX/retiremt.kmt +%%DATADIR%%/templates/es_MX/spouseinc.kmt +%%DATADIR%%/templates/es_MX/spouseretire.kmt +%%DATADIR%%/templates/fr_CA/actifsfixes.kmt +%%DATADIR%%/templates/fr_CA/automobile.kmt +%%DATADIR%%/templates/fr_CA/basecommune.kmt +%%DATADIR%%/templates/fr_CA/cdmarchemon.kmt +%%DATADIR%%/templates/fr_CA/chequier.kmt +%%DATADIR%%/templates/fr_CA/conjointretraite.kmt +%%DATADIR%%/templates/fr_CA/conjointrev.kmt +%%DATADIR%%/templates/fr_CA/courtage.kmt +%%DATADIR%%/templates/fr_CA/etudeemprunt.kmt +%%DATADIR%%/templates/fr_CA/garderie.kmt +%%DATADIR%%/templates/fr_CA/locataire.kmt +%%DATADIR%%/templates/fr_CA/proprietaire.kmt +%%DATADIR%%/templates/fr_CA/retraite.kmt +%%DATADIR%%/templates/fr_CA/revenus.kmt +%%DATADIR%%/templates/fr_CH/brokerage.kmt +%%DATADIR%%/templates/fr_CH/business.kmt +%%DATADIR%%/templates/fr_CH/carloan.kmt +%%DATADIR%%/templates/fr_CH/cdmoneymkt.kmt +%%DATADIR%%/templates/fr_CH/childcare.kmt +%%DATADIR%%/templates/fr_CH/common.kmt +%%DATADIR%%/templates/fr_CH/currency.kmt +%%DATADIR%%/templates/fr_CH/eduloan.kmt +%%DATADIR%%/templates/fr_CH/fixedassets.kmt +%%DATADIR%%/templates/fr_CH/homeloan.kmt +%%DATADIR%%/templates/fr_CH/homeown.kmt +%%DATADIR%%/templates/fr_CH/otherloan.kmt +%%DATADIR%%/templates/fr_CH/renter.kmt +%%DATADIR%%/templates/fr_CH/retiremt.kmt +%%DATADIR%%/templates/fr_CH/spouseinc.kmt +%%DATADIR%%/templates/fr_CH/spouseretire.kmt +%%DATADIR%%/templates/fr_FR/brokerage.kmt +%%DATADIR%%/templates/fr_FR/business.kmt +%%DATADIR%%/templates/fr_FR/carloan.kmt +%%DATADIR%%/templates/fr_FR/cdmoneymkt.kmt +%%DATADIR%%/templates/fr_FR/childcare.kmt +%%DATADIR%%/templates/fr_FR/common.kmt %%DATADIR%%/templates/fr_FR/comptes_par_default.kmt +%%DATADIR%%/templates/fr_FR/currency.kmt +%%DATADIR%%/templates/fr_FR/eduloan.kmt +%%DATADIR%%/templates/fr_FR/fixedassets.kmt +%%DATADIR%%/templates/fr_FR/homeloan.kmt +%%DATADIR%%/templates/fr_FR/homeown.kmt +%%DATADIR%%/templates/fr_FR/otherloan.kmt +%%DATADIR%%/templates/fr_FR/renter.kmt +%%DATADIR%%/templates/fr_FR/retiremt.kmt +%%DATADIR%%/templates/fr_FR/spouseinc.kmt +%%DATADIR%%/templates/fr_FR/spouseretire.kmt %%DATADIR%%/templates/gl_ES/default_accounts.kmt +%%DATADIR%%/templates/hu_HU/brokerage.kmt +%%DATADIR%%/templates/hu_HU/business.kmt +%%DATADIR%%/templates/hu_HU/carloan.kmt +%%DATADIR%%/templates/hu_HU/cdmoneymkt.kmt +%%DATADIR%%/templates/hu_HU/checkbook.kmt +%%DATADIR%%/templates/hu_HU/childcare.kmt +%%DATADIR%%/templates/hu_HU/common.kmt +%%DATADIR%%/templates/hu_HU/eduloan.kmt +%%DATADIR%%/templates/hu_HU/fixedassets.kmt +%%DATADIR%%/templates/hu_HU/homeloan.kmt +%%DATADIR%%/templates/hu_HU/homeown.kmt +%%DATADIR%%/templates/hu_HU/otherloan.kmt +%%DATADIR%%/templates/hu_HU/renter.kmt +%%DATADIR%%/templates/hu_HU/retiremt.kmt +%%DATADIR%%/templates/hu_HU/spouseinc.kmt +%%DATADIR%%/templates/hu_HU/spouseretire.kmt +%%DATADIR%%/templates/it/brokerage.kmt +%%DATADIR%%/templates/it/carloan.kmt +%%DATADIR%%/templates/it/checkbook.kmt +%%DATADIR%%/templates/it/childcare.kmt +%%DATADIR%%/templates/it/common.kmt +%%DATADIR%%/templates/it/fixedassets.kmt +%%DATADIR%%/templates/it/homeloan.kmt +%%DATADIR%%/templates/it/homeown.kmt +%%DATADIR%%/templates/it/otherloan.kmt +%%DATADIR%%/templates/it/renter.kmt +%%DATADIR%%/templates/it/retiremt.kmt +%%DATADIR%%/templates/it/spouseinc.kmt +%%DATADIR%%/templates/it/spouseretire.kmt +%%DATADIR%%/templates/jp/brokerage.kmt +%%DATADIR%%/templates/jp/business.kmt +%%DATADIR%%/templates/jp/carloan.kmt +%%DATADIR%%/templates/jp/cdmoneymkt.kmt +%%DATADIR%%/templates/jp/checkbook.kmt +%%DATADIR%%/templates/jp/childcare.kmt +%%DATADIR%%/templates/jp/common.kmt +%%DATADIR%%/templates/jp/eduloan.kmt +%%DATADIR%%/templates/jp/fixedassets.kmt +%%DATADIR%%/templates/jp/homeloan.kmt +%%DATADIR%%/templates/jp/homeown.kmt +%%DATADIR%%/templates/jp/otherloan.kmt +%%DATADIR%%/templates/jp/renter.kmt +%%DATADIR%%/templates/jp/retiremt.kmt +%%DATADIR%%/templates/jp/spouseinc.kmt +%%DATADIR%%/templates/jp/spouseretire.kmt %%DATADIR%%/templates/nl_NL/default_accounts.kmt +%%DATADIR%%/templates/pt_BR/brokerage.kmt +%%DATADIR%%/templates/pt_BR/carloan.kmt +%%DATADIR%%/templates/pt_BR/cdmoneymkt.kmt +%%DATADIR%%/templates/pt_BR/childcare.kmt +%%DATADIR%%/templates/pt_BR/common.kmt +%%DATADIR%%/templates/pt_BR/currency.kmt %%DATADIR%%/templates/pt_BR/default_accounts.kmt -%%DATADIR%%/templates/ru_SU/default_accounts.kmt +%%DATADIR%%/templates/pt_BR/eduloan.kmt +%%DATADIR%%/templates/pt_BR/fixedassets.kmt +%%DATADIR%%/templates/pt_BR/homeloan.kmt +%%DATADIR%%/templates/pt_BR/homeown.kmt +%%DATADIR%%/templates/pt_BR/otherloan.kmt +%%DATADIR%%/templates/pt_BR/renter.kmt +%%DATADIR%%/templates/pt_BR/retiremt.kmt +%%DATADIR%%/templates/pt_BR/spouseinc.kmt +%%DATADIR%%/templates/pt_BR/spouseretire.kmt +%%DATADIR%%/templates/pt_PT/brokerage.kmt +%%DATADIR%%/templates/pt_PT/carloan.kmt +%%DATADIR%%/templates/pt_PT/cdmoneymkt.kmt +%%DATADIR%%/templates/pt_PT/childcare.kmt +%%DATADIR%%/templates/pt_PT/common.kmt +%%DATADIR%%/templates/pt_PT/eduloan.kmt +%%DATADIR%%/templates/pt_PT/fixedassets.kmt +%%DATADIR%%/templates/pt_PT/homeloan.kmt +%%DATADIR%%/templates/pt_PT/homeown.kmt +%%DATADIR%%/templates/pt_PT/otherloan.kmt +%%DATADIR%%/templates/pt_PT/renter.kmt +%%DATADIR%%/templates/pt_PT/retiremt.kmt +%%DATADIR%%/templates/pt_PT/spouseinc.kmt +%%DATADIR%%/templates/pt_PT/spouseretire.kmt +%%DATADIR%%/templates/ro_RO/carloan.kmt +%%DATADIR%%/templates/ro_RO/common.kmt +%%DATADIR%%/templates/ro_RO/default_categories-template.kmt +%%DATADIR%%/templates/ro_RO/homeloan.kmt +%%DATADIR%%/templates/ru_RU/default_accounts.kmt +%%DATADIR%%/templates/sk/brokerage.kmt +%%DATADIR%%/templates/sk/carloan.kmt +%%DATADIR%%/templates/sk/cdmoneymkt.kmt +%%DATADIR%%/templates/sk/childcare.kmt +%%DATADIR%%/templates/sk/common.kmt +%%DATADIR%%/templates/sk/currency.kmt +%%DATADIR%%/templates/sk/eduloan.kmt +%%DATADIR%%/templates/sk/fixedassets.kmt +%%DATADIR%%/templates/sk/homeloan.kmt +%%DATADIR%%/templates/sk/homeown.kmt +%%DATADIR%%/templates/sk/otherloan.kmt +%%DATADIR%%/templates/sk/renter.kmt +%%DATADIR%%/templates/sk/retiremt.kmt +%%DATADIR%%/templates/sk/spouseinc.kmt +%%DATADIR%%/templates/sk/spouseretire.kmt +%%DATADIR%%/templates/tr_TR/TEKDUZ.kmt +%%DATADIR%%/templates/tr_TR/brokerage.kmt +%%DATADIR%%/templates/tr_TR/carloan.kmt +%%DATADIR%%/templates/tr_TR/cdmoneymkt.kmt +%%DATADIR%%/templates/tr_TR/checkbook.kmt +%%DATADIR%%/templates/tr_TR/common.kmt +%%DATADIR%%/templates/tr_TR/fixedassets.kmt +%%DATADIR%%/templates/tr_TR/homeloan.kmt +%%DATADIR%%/templates/zh_CN/brokerage.kmt +%%DATADIR%%/templates/zh_CN/business.kmt +%%DATADIR%%/templates/zh_CN/carloan.kmt +%%DATADIR%%/templates/zh_CN/cdmoneymkt.kmt +%%DATADIR%%/templates/zh_CN/checkbook.kmt +%%DATADIR%%/templates/zh_CN/childcare.kmt +%%DATADIR%%/templates/zh_CN/common.kmt %%DATADIR%%/templates/zh_CN/default_accounts.kmt +%%DATADIR%%/templates/zh_CN/eduloan.kmt +%%DATADIR%%/templates/zh_CN/fixedassets.kmt +%%DATADIR%%/templates/zh_CN/full.kmt +%%DATADIR%%/templates/zh_CN/homeloan.kmt +%%DATADIR%%/templates/zh_CN/homeown.kmt +%%DATADIR%%/templates/zh_CN/otherloan.kmt +%%DATADIR%%/templates/zh_CN/renter.kmt +%%DATADIR%%/templates/zh_CN/retiremt.kmt +%%DATADIR%%/templates/zh_CN/spouseinc.kmt +%%DATADIR%%/templates/zh_CN/spouseretire.kmt +%%DATADIR%%/templates/zh_HK/business.kmt +%%DATADIR%%/templates/zh_TW/business.kmt %%DATADIR%%/tips %%PORTDOCS%%%%DOCSDIR%%/account_edit.png %%PORTDOCS%%%%DOCSDIR%%/account_options.png %%PORTDOCS%%%%DOCSDIR%%/accountdropdown.png %%PORTDOCS%%%%DOCSDIR%%/accounts_view.png %%PORTDOCS%%%%DOCSDIR%%/accwiz1.png +%%PORTDOCS%%%%DOCSDIR%%/accwiz10.png %%PORTDOCS%%%%DOCSDIR%%/accwiz2.png %%PORTDOCS%%%%DOCSDIR%%/accwiz3.png %%PORTDOCS%%%%DOCSDIR%%/accwiz4.png %%PORTDOCS%%%%DOCSDIR%%/accwiz5.png %%PORTDOCS%%%%DOCSDIR%%/accwiz6.png +%%PORTDOCS%%%%DOCSDIR%%/accwiz7.png +%%PORTDOCS%%%%DOCSDIR%%/accwiz8.1.png +%%PORTDOCS%%%%DOCSDIR%%/accwiz8.2.png +%%PORTDOCS%%%%DOCSDIR%%/accwiz8.3.png +%%PORTDOCS%%%%DOCSDIR%%/accwiz8.4.png +%%PORTDOCS%%%%DOCSDIR%%/accwiz8.5.png +%%PORTDOCS%%%%DOCSDIR%%/accwiz9.png +%%PORTDOCS%%%%DOCSDIR%%/budgets_view.png %%PORTDOCS%%%%DOCSDIR%%/calendarview.png %%PORTDOCS%%%%DOCSDIR%%/categories.png %%PORTDOCS%%%%DOCSDIR%%/categories_view.png @@ -222,9 +1002,12 @@ share/applications/kde/kmymoney2.desktop %%PORTDOCS%%%%DOCSDIR%%/date_widget.png %%PORTDOCS%%%%DOCSDIR%%/default_prompt.png %%PORTDOCS%%%%DOCSDIR%%/details-accounts.docbook +%%PORTDOCS%%%%DOCSDIR%%/details-budgets.docbook %%PORTDOCS%%%%DOCSDIR%%/details-categories.docbook %%PORTDOCS%%%%DOCSDIR%%/details-currencies.docbook +%%PORTDOCS%%%%DOCSDIR%%/details-database.docbook %%PORTDOCS%%%%DOCSDIR%%/details-files.docbook +%%PORTDOCS%%%%DOCSDIR%%/details-forecast.docbook %%PORTDOCS%%%%DOCSDIR%%/details-formats.docbook %%PORTDOCS%%%%DOCSDIR%%/details-hbciofx.docbook %%PORTDOCS%%%%DOCSDIR%%/details-impexp.docbook @@ -251,6 +1034,7 @@ share/applications/kde/kmymoney2.desktop %%PORTDOCS%%%%DOCSDIR%%/find-text.png %%PORTDOCS%%%%DOCSDIR%%/finddlg.png %%PORTDOCS%%%%DOCSDIR%%/firsttime.docbook +%%PORTDOCS%%%%DOCSDIR%%/forecast_view.png %%PORTDOCS%%%%DOCSDIR%%/gnucash-import_options.png %%PORTDOCS%%%%DOCSDIR%%/gnucash-report.png %%PORTDOCS%%%%DOCSDIR%%/gnucash-select_price_source.png @@ -261,10 +1045,10 @@ share/applications/kde/kmymoney2.desktop %%PORTDOCS%%%%DOCSDIR%%/institution_view.png %%PORTDOCS%%%%DOCSDIR%%/institutions_view.png %%PORTDOCS%%%%DOCSDIR%%/introduction.docbook -%%PORTDOCS%%%%DOCSDIR%%/investment-transactionform.png -%%PORTDOCS%%%%DOCSDIR%%/investment-onlineupdate.png %%PORTDOCS%%%%DOCSDIR%%/investment-currencywarning.png %%PORTDOCS%%%%DOCSDIR%%/investment-exchangerateeditor.png +%%PORTDOCS%%%%DOCSDIR%%/investment-onlineupdate.png +%%PORTDOCS%%%%DOCSDIR%%/investment-transactionform.png %%PORTDOCS%%%%DOCSDIR%%/investments_summarytab.png %%PORTDOCS%%%%DOCSDIR%%/investments_view.png %%PORTDOCS%%%%DOCSDIR%%/kmt.png @@ -275,6 +1059,12 @@ share/applications/kde/kmymoney2.desktop %%PORTDOCS%%%%DOCSDIR%%/mainwindow_numbered.png %%PORTDOCS%%%%DOCSDIR%%/makemostof.docbook %%PORTDOCS%%%%DOCSDIR%%/new.png +%%PORTDOCS%%%%DOCSDIR%%/newacct.png +%%PORTDOCS%%%%DOCSDIR%%/newfile-2.png +%%PORTDOCS%%%%DOCSDIR%%/newfile-3.png +%%PORTDOCS%%%%DOCSDIR%%/newfile-4.png +%%PORTDOCS%%%%DOCSDIR%%/newfile-5.png +%%PORTDOCS%%%%DOCSDIR%%/newfile-6.png %%PORTDOCS%%%%DOCSDIR%%/newfile.png %%PORTDOCS%%%%DOCSDIR%%/newinst.png %%PORTDOCS%%%%DOCSDIR%%/newsched_numbered.png @@ -282,6 +1072,7 @@ share/applications/kde/kmymoney2.desktop %%PORTDOCS%%%%DOCSDIR%%/outbox_view.png %%PORTDOCS%%%%DOCSDIR%%/payee_history.png %%PORTDOCS%%%%DOCSDIR%%/payee_info.png +%%PORTDOCS%%%%DOCSDIR%%/payee_match.png %%PORTDOCS%%%%DOCSDIR%%/payee_widget.png %%PORTDOCS%%%%DOCSDIR%%/payees_view.png %%PORTDOCS%%%%DOCSDIR%%/payeeview.png @@ -297,18 +1088,17 @@ share/applications/kde/kmymoney2.desktop %%PORTDOCS%%%%DOCSDIR%%/reconcile3.png %%PORTDOCS%%%%DOCSDIR%%/reconcile4.png %%PORTDOCS%%%%DOCSDIR%%/reference.docbook -%%PORTDOCS%%%%DOCSDIR%%/register.png %%PORTDOCS%%%%DOCSDIR%%/report_configuration-reporttab.png %%PORTDOCS%%%%DOCSDIR%%/report_configuration-rowscolumns.png -%%PORTDOCS%%%%DOCSDIR%%/reports_view.png %%PORTDOCS%%%%DOCSDIR%%/reports_view-all.png +%%PORTDOCS%%%%DOCSDIR%%/reports_view.png %%PORTDOCS%%%%DOCSDIR%%/schedcaltypes.png %%PORTDOCS%%%%DOCSDIR%%/schedmonthday.png %%PORTDOCS%%%%DOCSDIR%%/schedpopup.png -%%PORTDOCS%%%%DOCSDIR%%/schedule.png %%PORTDOCS%%%%DOCSDIR%%/schedule_view.png %%PORTDOCS%%%%DOCSDIR%%/scheduleview.png %%PORTDOCS%%%%DOCSDIR%%/select_currency.png +%%PORTDOCS%%%%DOCSDIR%%/select_database.png %%PORTDOCS%%%%DOCSDIR%%/split_transaction.png %%PORTDOCS%%%%DOCSDIR%%/tipofday.png %%PORTDOCS%%%%DOCSDIR%%/transaction_find.png @@ -327,51 +1117,18 @@ share/applications/kde/kmymoney2.desktop %%PORTDOCS%%%%DOCSDIR%%/views-reports.docbook %%PORTDOCS%%%%DOCSDIR%%/views-schedules.docbook %%PORTDOCS%%%%DOCSDIR%%/whatsnew.docbook -share/icons/hicolor/128x128/apps/kmymoney2.png -share/icons/hicolor/128x128/mimetypes/kmy.png -share/icons/hicolor/16x16/apps/kmymoney2.png -share/icons/hicolor/16x16/mimetypes/kmy.png -share/icons/hicolor/32x32/apps/kmymoney2.png -share/icons/hicolor/32x32/mimetypes/kmy.png -share/icons/hicolor/48x48/mimetypes/kmy.png -share/icons/hicolor/48x48/apps/kmymoney2.png -share/icons/hicolor/64x64/apps/kmymoney2.png -share/icons/hicolor/64x64/mimetypes/kmy.png -share/icons/locolor/16x16/apps/kmymoney2.png -share/icons/locolor/32x32/apps/kmymoney2.png -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/nl/LC_MESSAGES/kmymoney2.mo -share/locale/pl/LC_MESSAGES/kmymoney2.mo -share/locale/pt/LC_MESSAGES/kmymoney2.mo -share/locale/pt_BR/LC_MESSAGES/kmymoney2.mo -share/locale/ru/LC_MESSAGES/kmymoney2.mo -share/locale/sk/LC_MESSAGES/kmymoney2.mo -share/locale/sv/LC_MESSAGES/kmymoney2.mo -share/locale/zh_CN/LC_MESSAGES/kmymoney2.mo -share/mimelnk/application/x-kmymoney2.desktop -share/services/kmm_ofximport.desktop -share/servicetypes/kmymoneyimporterplugin.desktop -share/servicetypes/kmymoneyplugin.desktop -@dirrm include/kmymoney -@dirrmtry lib/kde3 @dirrmtry share/locale/zh_CN/LC_MESSAGES @dirrmtry share/locale/zh_CN +@dirrmtry share/locale/tr/LC_MESSAGES +@dirrmtry share/locale/tr @dirrmtry share/locale/sv/LC_MESSAGES @dirrmtry share/locale/sv @dirrmtry share/locale/sk/LC_MESSAGES @dirrmtry share/locale/sk @dirrmtry share/locale/ru/LC_MESSAGES @dirrmtry share/locale/ru +@dirrmtry share/locale/ro/LC_MESSAGES +@dirrmtry share/locale/ro @dirrmtry share/locale/pt_BR/LC_MESSAGES @dirrmtry share/locale/pt_BR @dirrmtry share/locale/pt/LC_MESSAGES @@ -381,6 +1138,8 @@ share/servicetypes/kmymoneyplugin.desktop @dirrmtry share/locale/nl/LC_MESSAGES @dirrmtry share/locale/nl @dirrmtry share/locale/lt/LC_MESSAGES +@dirrmtry share/locale/lt/LC_MESSAGES +@dirrmtry share/locale/lt @dirrmtry share/locale/lt @dirrmtry share/locale/it/LC_MESSAGES @dirrmtry share/locale/it @@ -388,6 +1147,8 @@ share/servicetypes/kmymoneyplugin.desktop @dirrmtry share/locale/gl @dirrmtry share/locale/fr/LC_MESSAGES @dirrmtry share/locale/fr +@dirrmtry share/locale/fi/LC_MESSAGES +@dirrmtry share/locale/fi @dirrmtry share/locale/es_AR/LC_MESSAGES @dirrmtry share/locale/es_AR @dirrmtry share/locale/es/LC_MESSAGES @@ -402,32 +1163,86 @@ share/servicetypes/kmymoneyplugin.desktop @dirrmtry share/locale/cs @dirrmtry share/locale/ca/LC_MESSAGES @dirrmtry share/locale/ca -@dirrm %%DATADIR%%/templates/zh_CN -@dirrm %%DATADIR%%/templates/ru_SU -@dirrm %%DATADIR%%/templates/pt_BR -@dirrm %%DATADIR%%/templates/nl_NL -@dirrm %%DATADIR%%/templates/gl_ES -@dirrm %%DATADIR%%/templates/fr_FR -@dirrm %%DATADIR%%/templates/es_ES -@dirrm %%DATADIR%%/templates/en_US -@dirrm %%DATADIR%%/templates/en_GB -@dirrm %%DATADIR%%/templates/de_DE -@dirrm %%DATADIR%%/templates/C -@dirrm %%DATADIR%%/templates -@dirrm %%DATADIR%%/pics -@dirrm %%DATADIR%%/icons/hicolor/64x64/apps -@dirrm %%DATADIR%%/icons/hicolor/64x64 -@dirrm %%DATADIR%%/icons/hicolor/48x48/apps -@dirrm %%DATADIR%%/icons/hicolor/48x48 -@dirrm %%DATADIR%%/icons/hicolor/32x32/apps -@dirrm %%DATADIR%%/icons/hicolor/32x32 -@dirrm %%DATADIR%%/icons/hicolor/22x22/actions -@dirrm %%DATADIR%%/icons/hicolor/22x22 -@dirrm %%DATADIR%%/icons/hicolor/16x16/actions -@dirrm %%DATADIR%%/icons/hicolor/16x16 -@dirrm %%DATADIR%%/icons/hicolor -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%%/html/images -@dirrm %%DATADIR%%/html -@dirrm %%DATADIR%% +@dirrmtry share/config.kcfg +@dirrmtry share/apps/kmm_ofximport +@dirrmtry share/apps +@dirrmtry share/applications/kde +@dirrmtry share/applications +@dirrmtry lib/kde3 +@dirrmtry %%DATADIR%%/templates/zh_TW +@dirrmtry %%DATADIR%%/templates/zh_HK +@dirrmtry %%DATADIR%%/templates/zh_CN +@dirrmtry %%DATADIR%%/templates/tr_TR +@dirrmtry %%DATADIR%%/templates/sk +@dirrmtry %%DATADIR%%/templates/ru_RU +@dirrmtry %%DATADIR%%/templates/ro_RO +@dirrmtry %%DATADIR%%/templates/pt_PT +@dirrmtry %%DATADIR%%/templates/pt_BR +@dirrmtry %%DATADIR%%/templates/nl_NL +@dirrmtry %%DATADIR%%/templates/jp +@dirrmtry %%DATADIR%%/templates/it +@dirrmtry %%DATADIR%%/templates/hu_HU +@dirrmtry %%DATADIR%%/templates/gl_ES +@dirrmtry %%DATADIR%%/templates/fr_FR +@dirrmtry %%DATADIR%%/templates/fr_CH +@dirrmtry %%DATADIR%%/templates/fr_CA +@dirrmtry %%DATADIR%%/templates/es_MX +@dirrmtry %%DATADIR%%/templates/es_ES +@dirrmtry %%DATADIR%%/templates/es_AR +@dirrmtry %%DATADIR%%/templates/en_US +@dirrmtry %%DATADIR%%/templates/en_GB +@dirrmtry %%DATADIR%%/templates/el_GR +@dirrmtry %%DATADIR%%/templates/dk +@dirrmtry %%DATADIR%%/templates/de_DE +@dirrmtry %%DATADIR%%/templates/de_CH +@dirrmtry %%DATADIR%%/templates/de_AT +@dirrmtry %%DATADIR%%/templates/C +@dirrmtry %%DATADIR%%/templates +@dirrmtry %%DATADIR%%/pics +@dirrmtry %%DATADIR%%/misc +@dirrmtry %%DATADIR%%/icons/hicolor/64x64/apps +@dirrmtry %%DATADIR%%/icons/hicolor/64x64 +@dirrmtry %%DATADIR%%/icons/hicolor/48x48/apps +@dirrmtry %%DATADIR%%/icons/hicolor/48x48 +@dirrmtry %%DATADIR%%/icons/hicolor/32x32/apps +@dirrmtry %%DATADIR%%/icons/hicolor/32x32 +@dirrmtry %%DATADIR%%/icons/hicolor/22x22/actions +@dirrmtry %%DATADIR%%/icons/hicolor/22x22 +@dirrmtry %%DATADIR%%/icons/hicolor/16x16/actions +@dirrmtry %%DATADIR%%/icons/hicolor/16x16 +@dirrmtry %%DATADIR%%/icons/hicolor +@dirrmtry %%DATADIR%%/icons +@dirrmtry %%DATADIR%%/html/images +@dirrmtry %%DATADIR%%/html +@dirrmtry %%DATADIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrmtry share/icons/oxygen/scalable +@dirrmtry share/icons/oxygen/64x64/apps +@dirrmtry share/icons/oxygen/64x64 +@dirrmtry share/icons/oxygen/48x48/apps +@dirrmtry share/icons/oxygen/48x48 +@dirrmtry share/icons/oxygen/32x32/apps +@dirrmtry share/icons/oxygen/32x32 +@dirrmtry share/icons/oxygen/22x22/actions +@dirrmtry share/icons/oxygen/22x22 +@dirrmtry share/icons/oxygen/16x16/actions +@dirrmtry share/icons/oxygen/16x16 +@dirrmtry share/icons/oxygen/128x128/apps +@dirrmtry share/icons/oxygen/128x128 +@dirrmtry share/icons/oxygen +@dirrmtry share/icons/Tango/scalable +@dirrmtry share/icons/Tango/64x64/apps +@dirrmtry share/icons/Tango/64x64 +@dirrmtry share/icons/Tango/48x48/apps +@dirrmtry share/icons/Tango/48x48 +@dirrmtry share/icons/Tango/32x32/apps +@dirrmtry share/icons/Tango/32x32 +@dirrmtry share/icons/Tango/22x22/actions +@dirrmtry share/icons/Tango/22x22 +@dirrmtry share/icons/Tango/16x16/actions +@dirrmtry share/icons/Tango/16x16 +@dirrmtry share/icons/Tango/128x128/apps +@dirrmtry share/icons/Tango/128x128 +@dirrmtry share/icons/Tango +@dirrmtry share/icons +@dirrmtry include/kmymoney diff --git a/finance/kmymoney2/Makefile b/finance/kmymoney2/Makefile index 4935bd0156b1..a1e263d83695 100644 --- a/finance/kmymoney2/Makefile +++ b/finance/kmymoney2/Makefile @@ -6,16 +6,16 @@ # PORTNAME= kmymoney2 -PORTVERSION= 0.8.9 -PORTREVISION= 4 +PORTVERSION= 1.0.3 CATEGORIES= finance MASTER_SITES= SF/${PORTNAME}/KMyMoney/${PORTVERSION} MAINTAINER= alecn2002@yandex.ru COMMENT= KDE-based personal finance assistant +BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ + LIB_DEPENDS= osp.5:${PORTSDIR}/textproc/opensp -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash LIB_DEPENDS+= ofx.4:${PORTSDIR}/finance/libofx @@ -39,18 +39,20 @@ DOCSDIR= ${PREFIX}/share/doc/HTML/en/${PORTNAME} .include <bsd.port.pre.mk> -.if defined(NOPORTDOCS) -CONFIGURE_ARGS= --enable-ofxplugin --enable-ofxbanking -EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile.in \ - ${FILESDIR}/extra-patch-doc__en__Makefile.in -.else +.if !defined(NOPORTDOCS) CONFIGURE_ARGS= --enable-ofxplugin --enable-ofxbanking --enable-pdf-docs # Add more build-time dependencies to generate the PDF docs BUILD_DEPENDS+= jade:${PORTSDIR}/textproc/jade \ pdfjadetex:${PORTSDIR}/print/jadetex \ html2ps:${PORTSDIR}/print/html2ps-letter \ - dsssl-docbook-modular>=0:${PORTSDIR}/textproc/dsssl-docbook-modular + dsssl-docbook-modular>=0:${PORTSDIR}/textproc/dsssl-docbook-modular \ + cppunit-config:${PORTSDIR}/devel/cppunit \ + recode:${PORTSDIR}/converters/recode +.else +CONFIGURE_ARGS= --enable-ofxplugin --enable-ofxbanking +EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile.in \ + ${FILESDIR}/extra-patch-doc__en__Makefile.in .endif post-patch: diff --git a/finance/kmymoney2/distinfo b/finance/kmymoney2/distinfo index 826b15746ec3..c96f967d9b42 100644 --- a/finance/kmymoney2/distinfo +++ b/finance/kmymoney2/distinfo @@ -1,3 +1,3 @@ -MD5 (kmymoney2-0.8.9.tar.bz2) = 1f0c412f88b9344c18562fbca3c10717 -SHA256 (kmymoney2-0.8.9.tar.bz2) = d23717d273e366ba84d7ef3138d71b1b7d758e6c626e83439df7fc1a567c3965 -SIZE (kmymoney2-0.8.9.tar.bz2) = 6161688 +MD5 (kmymoney2-1.0.3.tar.bz2) = f131bdf4d2c9f2f5778126fe2ade7c1e +SHA256 (kmymoney2-1.0.3.tar.bz2) = d2d15448626e8446ec8156af8da18f0618f82171e1928951baf912e349d7dc97 +SIZE (kmymoney2-1.0.3.tar.bz2) = 12245425 diff --git a/finance/kmymoney2/files/extra-patch-Makefile.in b/finance/kmymoney2/files/extra-patch-Makefile.in index 2433428f2acc..38cac64d43af 100644 --- a/finance/kmymoney2/files/extra-patch-Makefile.in +++ b/finance/kmymoney2/files/extra-patch-Makefile.in @@ -1,11 +1,11 @@ ---- ./Makefile.in.orig 2008-11-10 13:28:25.000000000 -0500 -+++ ./Makefile.in 2008-11-10 13:28:33.000000000 -0500 -@@ -347,7 +347,7 @@ - xdg_appsdir = @xdg_appsdir@ - xdg_directorydir = @xdg_directorydir@ +--- Makefile.in.orig 2010-02-23 22:14:08.000000000 -0300 ++++ Makefile.in 2010-02-12 12:02:37.000000000 -0200 +@@ -342,7 +342,7 @@ xdg_menudir = @xdg_menudir@ --SUBDIRS = libkgpgfile kmymoney2 po doc developer-doc -+SUBDIRS = libkgpgfile kmymoney2 po doc - # The following line adds the required admin files - EXTRA_DIST = kmymoney2.kdevprj AUTHORS COPYING ChangeLog INSTALL \ + # just make sure, we don't ship the sqlite subdirectory with the tarball +-SOURCEDIRS = libkgpgfile libkdchart kmymoney2 po doc developer-doc ++SOURCEDIRS = libkgpgfile libkdchart kmymoney2 po doc + SUBDIRS = @SQLITE3@ $(SOURCEDIRS) + DIST_SUBDIRS = $(SOURCEDIRS) contrib + diff --git a/finance/kmymoney2/files/extra-patch-doc__en__Makefile.in b/finance/kmymoney2/files/extra-patch-doc__en__Makefile.in index 03821e0d447a..daf0663bdcce 100644 --- a/finance/kmymoney2/files/extra-patch-doc__en__Makefile.in +++ b/finance/kmymoney2/files/extra-patch-doc__en__Makefile.in @@ -1,18 +1,18 @@ ---- ./doc/en/Makefile.in.orig 2008-11-11 12:54:15.000000000 -0500 -+++ ./doc/en/Makefile.in 2008-11-11 13:03:11.000000000 -0500 -@@ -340,9 +340,9 @@ - qifimport-qifprofiledate.png qifimport-qifprofileeditor.png \ - report_configuration-reporttab.png \ - report_configuration-rowscolumns.png reports_view-all.png +--- doc/en/Makefile.in.orig 2010-02-12 12:02:37.000000000 -0200 ++++ doc/en/Makefile.in 2010-02-23 22:20:32.000000000 -0300 +@@ -338,9 +338,9 @@ + select_database.png budgets_view.png forecast_view.png \ + newfile-2.png newfile-3.png newfile-4.png newfile-5.png \ + newfile-6.png -EXTRA_DIST = kmymoney2.1 $(DOCBOOK_FILES) +EXTRA_DIST = kmymoney2.1 MOSTLYCLEANFILES = index.cache.bz2 kmymoney2.1.gz index.xml *.aux *.tex *.log **.out *.pdf errorlog *.ps *.html online-manual.tar.bz2 -BUILT_SOURCES = index.cache.bz2 kmymoney2.1.gz $(PDF_TARGET) +BUILT_SOURCES = kmymoney2.1.gz + CHARSET = KDE_LANG = en KDE_DOCS = kmymoney2 - $(DOCBOOK_FILES) $(SCREENSHOT_FILES) - @HAVE_DSSSLCONVERSIONTOOLS_FALSE@@HAVE_HTMLCONVERSIONTOOLS_TRUE@PDF_TARGET = kmymoney-user.pdf -@@ -495,7 +495,7 @@ +@@ -492,7 +492,7 @@ #>- install-data-am: #>+ 1 @@ -21,7 +21,7 @@ @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) install-data-hook -@@ -638,7 +638,7 @@ +@@ -652,7 +652,7 @@ # Also install the man pages on this system .PHONY: install-docs uninstall-docs diff --git a/finance/kmymoney2/files/patch-developer-doc__phb__Makefile.am b/finance/kmymoney2/files/patch-developer-doc__phb__Makefile.am new file mode 100644 index 000000000000..3f7517e2c5b3 --- /dev/null +++ b/finance/kmymoney2/files/patch-developer-doc__phb__Makefile.am @@ -0,0 +1,10 @@ +--- developer-doc/phb/Makefile.am.orig 2010-02-17 20:01:44.000000000 -0200 ++++ developer-doc/phb/Makefile.am 2010-02-17 21:42:28.000000000 -0200 +@@ -106,7 +106,6 @@ + kmymoney-phb.pdf: $(DOCBOOK_FILES) + $(MAKE) get-files + $(MEINPROC) --stylesheet `dirname $(KDE_XSL_STYLESHEET)`/kde-nochunk.xsl $(srcdir)/phb.docbook -o index.html +- recode utf8..latin1 index.html + html2ps -o kmymoney-phb.ps -n index.html + ps2pdf kmymoney-phb.ps kmymoney-phb.pdf + rm index.html kmymoney-phb.ps diff --git a/finance/kmymoney2/files/patch-developer-doc__phb__Makefile.in b/finance/kmymoney2/files/patch-developer-doc__phb__Makefile.in index 00bd881e3313..a509e0ad8e22 100644 --- a/finance/kmymoney2/files/patch-developer-doc__phb__Makefile.in +++ b/finance/kmymoney2/files/patch-developer-doc__phb__Makefile.in @@ -1,29 +1,18 @@ ---- ./developer-doc/phb/Makefile.in.orig 2008-11-07 15:38:59.000000000 -0500 -+++ ./developer-doc/phb/Makefile.in 2008-11-07 15:42:05.000000000 -0500 -@@ -314,7 +314,7 @@ - @HAVE_DSSSLCONVERSIONTOOLS_FALSE@@HAVE_HTMLCONVERSIONTOOLS_TRUE@PDF_TARGET = kmymoney-phb.pdf - @HAVE_DSSSLCONVERSIONTOOLS_TRUE@PDF_TARGET = kmymoney-phb.pdf - STYLESHEET = kde-nochunk.xsl --@HAVE_DSSSLCONVERSIONTOOLS_TRUE@DOCBOOK_DSL = /usr/share/sgml/docbook/dsssl-stylesheets/print/docbook.dsl -+@HAVE_DSSSLCONVERSIONTOOLS_TRUE@DOCBOOK_DSL = /usr/local/share/sgml/docbook/dsssl/modular/print/docbook.dsl - #>- all: all-am - #>+ 1 - all: docs-am all-am -@@ -532,13 +532,13 @@ - - @HAVE_DSSSLCONVERSIONTOOLS_TRUE@kmymoney-phb.pdf: phb.docbook.tex - @HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @echo "Generating PDF document" --@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @pdfjadetex phb.docbook.tex > errorlog -+@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @-pdfjadetex phb.docbook.tex > errorlog - @HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @echo "Generating bookmarks" --@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @pdfjadetex phb.docbook.tex >> errorlog -+@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @-pdfjadetex phb.docbook.tex >> errorlog - @HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @echo "Generating page numbers for table of contents" --@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @pdfjadetex phb.docbook.tex >> errorlog -+@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @-pdfjadetex phb.docbook.tex >> errorlog - @HAVE_DSSSLCONVERSIONTOOLS_TRUE@ mv phb.docbook.pdf kmymoney-phb.pdf --@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ rm phb.docbook.aux phb.docbook.log phb.docbook.out errorlog -+@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ rm -f phb.docbook.aux phb.docbook.log phb.docbook.out errorlog - - @HAVE_DSSSLCONVERSIONTOOLS_FALSE@@HAVE_HTMLCONVERSIONTOOLS_TRUE@kmymoney-phb.pdf: phb.html - @HAVE_DSSSLCONVERSIONTOOLS_FALSE@@HAVE_HTMLCONVERSIONTOOLS_TRUE@ html2ps -D -t phb.html | ps2pdf14 - phb.pdf +--- developer-doc/phb/Makefile.in.orig 2010-02-17 20:02:33.000000000 -0200 ++++ developer-doc/phb/Makefile.in 2010-02-17 21:43:06.000000000 -0200 +@@ -238,7 +238,6 @@ + exec_prefix = @exec_prefix@ + found_html2ps = @found_html2ps@ + found_ps2pdf = @found_ps2pdf@ +-found_recode = @found_recode@ + host = @host@ + host_alias = @host_alias@ + host_cpu = @host_cpu@ +@@ -583,7 +582,6 @@ + @GENERATE_PDF_TRUE@kmymoney-phb.pdf: $(DOCBOOK_FILES) + @GENERATE_PDF_TRUE@ $(MAKE) get-files + @GENERATE_PDF_TRUE@ $(MEINPROC) --stylesheet `dirname $(KDE_XSL_STYLESHEET)`/kde-nochunk.xsl $(srcdir)/phb.docbook -o index.html +-@GENERATE_PDF_TRUE@ recode utf8..latin1 index.html + @GENERATE_PDF_TRUE@ html2ps -o kmymoney-phb.ps -n index.html + @GENERATE_PDF_TRUE@ ps2pdf kmymoney-phb.ps kmymoney-phb.pdf + @GENERATE_PDF_TRUE@ rm index.html kmymoney-phb.ps diff --git a/finance/kmymoney2/files/patch-doc__en__Makefile.am b/finance/kmymoney2/files/patch-doc__en__Makefile.am new file mode 100644 index 000000000000..b9e0432a9cd4 --- /dev/null +++ b/finance/kmymoney2/files/patch-doc__en__Makefile.am @@ -0,0 +1,20 @@ +--- doc/en/Makefile.am.orig 2010-02-17 20:04:44.000000000 -0200 ++++ doc/en/Makefile.am 2010-02-17 21:47:06.000000000 -0200 +@@ -87,9 +87,6 @@ + for file in $(DOCBOOK_FILES); do \ + cp $(srcdir)/$$file .; \ + chmod +w $$file; \ +- if test -n $(CHARSET); then \ +- recode utf-8..$(CHARSET) $$file; \ +- fi \ + done; \ + for file in $(SCREENSHOT_FILES); do \ + cp $(srcdir)/$$file .; \ +@@ -111,7 +108,6 @@ + kmymoney-user.pdf: $(DOCBOOK_FILES) $(SCREENSHOT_FILES) + $(MAKE) get-files + $(MEINPROC) --check --stylesheet `dirname $(KDE_XSL_STYLESHEET)`/kde-nochunk.xsl $(srcdir)/index.docbook -o index.html; +- recode utf8..latin1 index.html + html2ps -o kmymoney-user.ps -n index.html + ps2pdf kmymoney-user.ps kmymoney-user.pdf + rm index.html kmymoney-user.ps diff --git a/finance/kmymoney2/files/patch-doc__en__Makefile.in b/finance/kmymoney2/files/patch-doc__en__Makefile.in index db5422c866e7..9aecdde1321f 100644 --- a/finance/kmymoney2/files/patch-doc__en__Makefile.in +++ b/finance/kmymoney2/files/patch-doc__en__Makefile.in @@ -1,66 +1,28 @@ ---- ./doc/en/Makefile.in.orig 2008-03-24 10:50:03.000000000 -0400 -+++ ./doc/en/Makefile.in 2008-11-07 15:27:27.000000000 -0500 -@@ -347,7 +347,7 @@ - KDE_DOCS = kmymoney2 - $(DOCBOOK_FILES) $(SCREENSHOT_FILES) - @HAVE_DSSSLCONVERSIONTOOLS_FALSE@@HAVE_HTMLCONVERSIONTOOLS_TRUE@PDF_TARGET = kmymoney-user.pdf - @HAVE_DSSSLCONVERSIONTOOLS_TRUE@PDF_TARGET = kmymoney-user.pdf --@HAVE_DSSSLCONVERSIONTOOLS_TRUE@DOCBOOK_DSL = /usr/share/sgml/docbook/dsssl-stylesheets/print/docbook.dsl -+@HAVE_DSSSLCONVERSIONTOOLS_TRUE@DOCBOOK_DSL = /usr/local/share/sgml/docbook/dsssl/modular/print/docbook.dsl - #>- all: $(BUILT_SOURCES) - #>+ 1 - all: docs-am $(BUILT_SOURCES) -@@ -571,11 +571,11 @@ - cd online-manual; \ - splitup-kde-chunk-online; \ - cd ..; \ -- make get-files; \ -+ ${MAKE} get-files; \ - for file in $(SCREENSHOT_FILES); do \ - cp $$file online-manual; \ - done; \ -- make clear-files; \ -+ ${MAKE} clear-files; \ - cp $(kde_libs_htmldir)/en/common/* common; \ - tar -cjf online-manual.tar.bz2 common online-manual; \ - rm -rf index.xml online-manual common; \ -@@ -607,31 +607,31 @@ - @HAVE_DSSSLCONVERSIONTOOLS_TRUE@ fi - - @HAVE_DSSSLCONVERSIONTOOLS_TRUE@index.docbook.tex: $(DOCBOOK_FILES) $(SCREENSHOTFILES) --@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ make get-files -+@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ ${MAKE} get-files - @HAVE_DSSSLCONVERSIONTOOLS_TRUE@ -jade -t tex -d $(DOCBOOK_DSL) -D `dirname $(KDE_XSL_STYLESHEET)` -D $(kde_libs_htmldir)/en/common index.docbook --@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ make clear-files -+@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ ${MAKE} clear-files - - #index.docbook.tex: index.cache.bz2 - # -jade -t tex -d $(DOCBOOK_DSL) -D `dirname $(KDE_XSL_STYLESHEET)` -D $(kde_libs_htmldir)/en/common index.docbook - # - - @HAVE_DSSSLCONVERSIONTOOLS_TRUE@kmymoney-user.pdf: index.docbook.tex --@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ make get-files -+@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ ${MAKE} get-files - @HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @echo "Generating PDF document" --@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @pdfjadetex index.docbook.tex > errorlog -+@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @-pdfjadetex index.docbook.tex > errorlog - @HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @echo "Generating bookmarks" --@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @pdfjadetex index.docbook.tex >> errorlog -+@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @-pdfjadetex index.docbook.tex >> errorlog - @HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @echo "Generating page numbers for table of contents" --@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @pdfjadetex index.docbook.tex >> errorlog -+@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @-pdfjadetex index.docbook.tex >> errorlog - @HAVE_DSSSLCONVERSIONTOOLS_TRUE@ @mv index.docbook.pdf kmymoney-user.pdf --@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ make clear-files -+@HAVE_DSSSLCONVERSIONTOOLS_TRUE@ ${MAKE} clear-files - - @HAVE_DSSSLCONVERSIONTOOLS_FALSE@@HAVE_HTMLCONVERSIONTOOLS_TRUE@kmymoney-user.pdf: index.html --@HAVE_DSSSLCONVERSIONTOOLS_FALSE@@HAVE_HTMLCONVERSIONTOOLS_TRUE@ make get-files -+@HAVE_DSSSLCONVERSIONTOOLS_FALSE@@HAVE_HTMLCONVERSIONTOOLS_TRUE@ ${MAKE} get-files - @HAVE_DSSSLCONVERSIONTOOLS_FALSE@@HAVE_HTMLCONVERSIONTOOLS_TRUE@ html2ps -D -t -o index.ps index.html - @HAVE_DSSSLCONVERSIONTOOLS_FALSE@@HAVE_HTMLCONVERSIONTOOLS_TRUE@ ps2pdf14 index.ps kmymoney-user.pdf - @HAVE_DSSSLCONVERSIONTOOLS_FALSE@@HAVE_HTMLCONVERSIONTOOLS_TRUE@ rm index.ps --@HAVE_DSSSLCONVERSIONTOOLS_FALSE@@HAVE_HTMLCONVERSIONTOOLS_TRUE@ make clear-files -+@HAVE_DSSSLCONVERSIONTOOLS_FALSE@@HAVE_HTMLCONVERSIONTOOLS_TRUE@ ${MAKE} clear-files - - # The automatic KDE install installs some files, - # that we don't need, so we remove them immediately. +--- doc/en/Makefile.in.orig 2010-02-17 20:06:19.000000000 -0200 ++++ doc/en/Makefile.in 2010-02-17 21:46:14.000000000 -0200 +@@ -238,7 +238,6 @@ + exec_prefix = @exec_prefix@ + found_html2ps = @found_html2ps@ + found_ps2pdf = @found_ps2pdf@ +-found_recode = @found_recode@ + host = @host@ + host_alias = @host_alias@ + host_cpu = @host_cpu@ +@@ -620,9 +619,6 @@ + for file in $(DOCBOOK_FILES); do \ + cp $(srcdir)/$$file .; \ + chmod +w $$file; \ +- if test -n $(CHARSET); then \ +- recode utf-8..$(CHARSET) $$file; \ +- fi \ + done; \ + for file in $(SCREENSHOT_FILES); do \ + cp $(srcdir)/$$file .; \ +@@ -641,7 +637,6 @@ + @GENERATE_PDF_TRUE@kmymoney-user.pdf: $(DOCBOOK_FILES) $(SCREENSHOT_FILES) + @GENERATE_PDF_TRUE@ $(MAKE) get-files + @GENERATE_PDF_TRUE@ $(MEINPROC) --check --stylesheet `dirname $(KDE_XSL_STYLESHEET)`/kde-nochunk.xsl $(srcdir)/index.docbook -o index.html; +-@GENERATE_PDF_TRUE@ recode utf8..latin1 index.html + @GENERATE_PDF_TRUE@ html2ps -o kmymoney-user.ps -n index.html + @GENERATE_PDF_TRUE@ ps2pdf kmymoney-user.ps kmymoney-user.pdf + @GENERATE_PDF_TRUE@ rm index.html kmymoney-user.ps diff --git a/finance/kmymoney2/files/patch-kmymoney2__plugins__Makefile.in b/finance/kmymoney2/files/patch-kmymoney2__plugins__Makefile.in deleted file mode 100644 index 05c55571e3be..000000000000 --- a/finance/kmymoney2/files/patch-kmymoney2__plugins__Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- ./kmymoney2/plugins/Makefile.in.orig 2008-03-24 10:50:04.000000000 -0400 -+++ ./kmymoney2/plugins/Makefile.in 2008-10-10 09:39:06.000000000 -0400 -@@ -389,7 +389,7 @@ - INCLUDES = $(all_includes) -I$(top_srcdir) -I. - - # since some of the subdirs are conditional, we need to define DIST_SUBDIRS --SUBDIRS = interfaces @ofx_importerplugin@ @kbanking_plugin@ -+SUBDIRS = . interfaces @ofx_importerplugin@ @kbanking_plugin@ - DIST_SUBDIRS = interfaces kbanking ofximport - - # The library containing the plugin base class diff --git a/finance/kmymoney2/pkg-plist b/finance/kmymoney2/pkg-plist index 89b5e3828682..9eee91c8ab75 100644 --- a/finance/kmymoney2/pkg-plist +++ b/finance/kmymoney2/pkg-plist @@ -1,20 +1,53 @@ bin/kmymoney bin/kmymoney2 include/kmymoney/export.h +include/kmymoney/importinterface.h include/kmymoney/imymoneyserialize.h include/kmymoney/imymoneystorage.h include/kmymoney/imymoneystorageformat.h +include/kmymoney/investtransactioneditor.h +include/kmymoney/kaccounttemplateselector.h +include/kmymoney/kbudgetvalues.h +include/kmymoney/kcurrencycalculator.h +include/kmymoney/kgpgfile.h +include/kmymoney/kguiutils.h +include/kmymoney/kmymoneyaccountcombo.h +include/kmymoney/kmymoneyaccountcompletion.h +include/kmymoney/kmymoneyaccountselector.h +include/kmymoney/kmymoneyaccounttree.h +include/kmymoney/kmymoneyaccounttreebase.h +include/kmymoney/kmymoneyaccounttreebudget.h +include/kmymoney/kmymoneyaccounttreeforecast.h +include/kmymoney/kmymoneycategory.h +include/kmymoney/kmymoneychecklistitem.h +include/kmymoney/kmymoneycombo.h +include/kmymoney/kmymoneycompletion.h +include/kmymoney/kmymoneycurrencyselector.h +include/kmymoney/kmymoneydateinput.h +include/kmymoney/kmymoneyedit.h +include/kmymoney/kmymoneyforecastlistviewitem.h +include/kmymoney/kmymoneyglobalsettings.h +include/kmymoney/kmymoneylineedit.h +include/kmymoney/kmymoneylistviewitem.h include/kmymoney/kmymoneyplugin.h +include/kmymoney/kmymoneyselector.h +include/kmymoney/kmymoneytitlelabel.h +include/kmymoney/kmymoneyutils.h include/kmymoney/kmymoneyview.h +include/kmymoney/kmymoneywizard.h include/kmymoney/mymoneyaccount.h +include/kmymoney/mymoneybudget.h include/kmymoney/mymoneycategory.h include/kmymoney/mymoneyexception.h include/kmymoney/mymoneyfile.h include/kmymoney/mymoneyfinancialcalculator.h +include/kmymoney/mymoneyforecast.h include/kmymoney/mymoneyinstitution.h include/kmymoney/mymoneyinvesttransaction.h include/kmymoney/mymoneykeyvaluecontainer.h include/kmymoney/mymoneymoney.h +include/kmymoney/mymoneyobject.h +include/kmymoney/mymoneyobjectcontainer.h include/kmymoney/mymoneyobserver.h include/kmymoney/mymoneypayee.h include/kmymoney/mymoneyprice.h @@ -24,38 +57,456 @@ include/kmymoney/mymoneysecurity.h include/kmymoney/mymoneysplit.h include/kmymoney/mymoneystatement.h include/kmymoney/mymoneysubject.h +include/kmymoney/mymoneytemplate.h include/kmymoney/mymoneytransaction.h include/kmymoney/mymoneytransactionfilter.h include/kmymoney/mymoneyutils.h +include/kmymoney/pluginloader.h +include/kmymoney/register.h +include/kmymoney/registeritem.h +include/kmymoney/scheduledtransaction.h +include/kmymoney/selectedtransaction.h include/kmymoney/statementinterface.h +include/kmymoney/stdtransactiondownloaded.h +include/kmymoney/stdtransactionmatched.h +include/kmymoney/transaction.h +include/kmymoney/transactioneditor.h +include/kmymoney/transactioneditorcontainer.h +include/kmymoney/transactionform.h +include/kmymoney/transactionsortoption.h include/kmymoney/viewinterface.h lib/kde3/kmm_ofximport.a lib/kde3/kmm_ofximport.la lib/kde3/kmm_ofximport.so +lib/libkmm_kdchart.a +lib/libkmm_kdchart.la +lib/libkmm_kdchart.so +lib/libkmm_kdchart.so.0 lib/libkmm_mymoney.a lib/libkmm_mymoney.la lib/libkmm_mymoney.so -lib/libkmm_mymoney.so.2 +lib/libkmm_mymoney.so.5 lib/libkmm_plugin.a lib/libkmm_plugin.la lib/libkmm_plugin.so lib/libkmm_plugin.so.0 share/applications/kde/kmymoney2.desktop +share/apps/kmm_ofximport/kmm_ofximport.rc +share/config.kcfg/kmymoney2.kcfg +share/icons/Tango/128x128/apps/account-types_asset.png +share/icons/Tango/128x128/apps/account-types_cash.png +share/icons/Tango/128x128/apps/account-types_checking.png +share/icons/Tango/128x128/apps/account-types_closed.png +share/icons/Tango/128x128/apps/account-types_credit-card.png +share/icons/Tango/128x128/apps/account-types_expense.png +share/icons/Tango/128x128/apps/account-types_income.png +share/icons/Tango/128x128/apps/account-types_investments.png +share/icons/Tango/128x128/apps/account-types_liability.png +share/icons/Tango/128x128/apps/account-types_loan.png +share/icons/Tango/128x128/apps/account-types_savings.png +share/icons/Tango/128x128/apps/account.png +share/icons/Tango/128x128/apps/account_add.png +share/icons/Tango/128x128/apps/accounts.png +share/icons/Tango/128x128/apps/budget.png +share/icons/Tango/128x128/apps/categories.png +share/icons/Tango/128x128/apps/forcast.png +share/icons/Tango/128x128/apps/institution_add.png +share/icons/Tango/128x128/apps/institutions.png +share/icons/Tango/128x128/apps/investments.png +share/icons/Tango/128x128/apps/ledger.png +share/icons/Tango/128x128/apps/onlinebanking.png +share/icons/Tango/128x128/apps/payee.png +share/icons/Tango/128x128/apps/reconcile.png +share/icons/Tango/128x128/apps/report.png +share/icons/Tango/128x128/apps/schedule.png +share/icons/Tango/128x128/apps/transaction_find.png +share/icons/Tango/16x16/actions/account-types_asset.png +share/icons/Tango/16x16/actions/account-types_cash.png +share/icons/Tango/16x16/actions/account-types_checking.png +share/icons/Tango/16x16/actions/account-types_closed.png +share/icons/Tango/16x16/actions/account-types_credit-card.png +share/icons/Tango/16x16/actions/account-types_expense.png +share/icons/Tango/16x16/actions/account-types_income.png +share/icons/Tango/16x16/actions/account-types_investments.png +share/icons/Tango/16x16/actions/account-types_liability.png +share/icons/Tango/16x16/actions/account-types_loan.png +share/icons/Tango/16x16/actions/account-types_savings.png +share/icons/Tango/16x16/actions/account.png +share/icons/Tango/16x16/actions/account_add.png +share/icons/Tango/16x16/actions/accounts.png +share/icons/Tango/16x16/actions/backup.png +share/icons/Tango/16x16/actions/bank.png +share/icons/Tango/16x16/actions/budget.png +share/icons/Tango/16x16/actions/categories.png +share/icons/Tango/16x16/actions/close_window.png +share/icons/Tango/16x16/actions/delete.png +share/icons/Tango/16x16/actions/forcast.png +share/icons/Tango/16x16/actions/hide_categories.png +share/icons/Tango/16x16/actions/hide_reconciled.png +share/icons/Tango/16x16/actions/institution_add.png +share/icons/Tango/16x16/actions/institutions.png +share/icons/Tango/16x16/actions/investments.png +share/icons/Tango/16x16/actions/ledger.png +share/icons/Tango/16x16/actions/onlinebanking.png +share/icons/Tango/16x16/actions/payee.png +share/icons/Tango/16x16/actions/personal_data.png +share/icons/Tango/16x16/actions/reconcile.png +share/icons/Tango/16x16/actions/report.png +share/icons/Tango/16x16/actions/schedule.png +share/icons/Tango/16x16/actions/split_transaction.png +share/icons/Tango/16x16/actions/transaction_find.png +share/icons/Tango/16x16/actions/view_info.png +share/icons/Tango/22x22/actions/account-types_asset.png +share/icons/Tango/22x22/actions/account-types_cash.png +share/icons/Tango/22x22/actions/account-types_checking.png +share/icons/Tango/22x22/actions/account-types_closed.png +share/icons/Tango/22x22/actions/account-types_credit-card.png +share/icons/Tango/22x22/actions/account-types_expense.png +share/icons/Tango/22x22/actions/account-types_income.png +share/icons/Tango/22x22/actions/account-types_investments.png +share/icons/Tango/22x22/actions/account-types_liability.png +share/icons/Tango/22x22/actions/account-types_loan.png +share/icons/Tango/22x22/actions/account-types_savings.png +share/icons/Tango/22x22/actions/account.png +share/icons/Tango/22x22/actions/account_add.png +share/icons/Tango/22x22/actions/accounts.png +share/icons/Tango/22x22/actions/attention.png +share/icons/Tango/22x22/actions/backup.png +share/icons/Tango/22x22/actions/bank.png +share/icons/Tango/22x22/actions/budget.png +share/icons/Tango/22x22/actions/categories.png +share/icons/Tango/22x22/actions/close_window.png +share/icons/Tango/22x22/actions/delete.png +share/icons/Tango/22x22/actions/forcast.png +share/icons/Tango/22x22/actions/hide_categories.png +share/icons/Tango/22x22/actions/hide_reconciled.png +share/icons/Tango/22x22/actions/institution_add.png +share/icons/Tango/22x22/actions/institutions.png +share/icons/Tango/22x22/actions/investments.png +share/icons/Tango/22x22/actions/ledger.png +share/icons/Tango/22x22/actions/onlinebanking.png +share/icons/Tango/22x22/actions/payee.png +share/icons/Tango/22x22/actions/personal_data.png +share/icons/Tango/22x22/actions/reconcile.png +share/icons/Tango/22x22/actions/report.png +share/icons/Tango/22x22/actions/schedule.png +share/icons/Tango/22x22/actions/transaction_find.png +share/icons/Tango/22x22/actions/view_info.png +share/icons/Tango/32x32/apps/account-types_asset.png +share/icons/Tango/32x32/apps/account-types_cash.png +share/icons/Tango/32x32/apps/account-types_checking.png +share/icons/Tango/32x32/apps/account-types_closed.png +share/icons/Tango/32x32/apps/account-types_credit-card.png +share/icons/Tango/32x32/apps/account-types_expense.png +share/icons/Tango/32x32/apps/account-types_income.png +share/icons/Tango/32x32/apps/account-types_investments.png +share/icons/Tango/32x32/apps/account-types_liability.png +share/icons/Tango/32x32/apps/account-types_loan.png +share/icons/Tango/32x32/apps/account-types_savings.png +share/icons/Tango/32x32/apps/account.png +share/icons/Tango/32x32/apps/account_add.png +share/icons/Tango/32x32/apps/accounts.png +share/icons/Tango/32x32/apps/budget.png +share/icons/Tango/32x32/apps/categories.png +share/icons/Tango/32x32/apps/forcast.png +share/icons/Tango/32x32/apps/institution_add.png +share/icons/Tango/32x32/apps/institutions.png +share/icons/Tango/32x32/apps/investments.png +share/icons/Tango/32x32/apps/ledger.png +share/icons/Tango/32x32/apps/onlinebanking.png +share/icons/Tango/32x32/apps/payee.png +share/icons/Tango/32x32/apps/reconcile.png +share/icons/Tango/32x32/apps/report.png +share/icons/Tango/32x32/apps/schedule.png +share/icons/Tango/32x32/apps/transaction_find.png +share/icons/Tango/48x48/apps/account-types_asset.png +share/icons/Tango/48x48/apps/account-types_cash.png +share/icons/Tango/48x48/apps/account-types_checking.png +share/icons/Tango/48x48/apps/account-types_closed.png +share/icons/Tango/48x48/apps/account-types_credit-card.png +share/icons/Tango/48x48/apps/account-types_expense.png +share/icons/Tango/48x48/apps/account-types_income.png +share/icons/Tango/48x48/apps/account-types_investments.png +share/icons/Tango/48x48/apps/account-types_liability.png +share/icons/Tango/48x48/apps/account-types_loan.png +share/icons/Tango/48x48/apps/account-types_savings.png +share/icons/Tango/48x48/apps/account.png +share/icons/Tango/48x48/apps/account_add.png +share/icons/Tango/48x48/apps/accounts.png +share/icons/Tango/48x48/apps/budget.png +share/icons/Tango/48x48/apps/categories.png +share/icons/Tango/48x48/apps/forcast.png +share/icons/Tango/48x48/apps/institution_add.png +share/icons/Tango/48x48/apps/institutions.png +share/icons/Tango/48x48/apps/investments.png +share/icons/Tango/48x48/apps/ledger.png +share/icons/Tango/48x48/apps/onlinebanking.png +share/icons/Tango/48x48/apps/payee.png +share/icons/Tango/48x48/apps/reconcile.png +share/icons/Tango/48x48/apps/report.png +share/icons/Tango/48x48/apps/schedule.png +share/icons/Tango/48x48/apps/transaction_find.png +share/icons/Tango/64x64/apps/account-types_asset.png +share/icons/Tango/64x64/apps/account-types_cash.png +share/icons/Tango/64x64/apps/account-types_checking.png +share/icons/Tango/64x64/apps/account-types_closed.png +share/icons/Tango/64x64/apps/account-types_credit-card.png +share/icons/Tango/64x64/apps/account-types_expense.png +share/icons/Tango/64x64/apps/account-types_income.png +share/icons/Tango/64x64/apps/account-types_investments.png +share/icons/Tango/64x64/apps/account-types_liability.png +share/icons/Tango/64x64/apps/account-types_loan.png +share/icons/Tango/64x64/apps/account-types_savings.png +share/icons/Tango/64x64/apps/account.png +share/icons/Tango/64x64/apps/account_add.png +share/icons/Tango/64x64/apps/accounts.png +share/icons/Tango/64x64/apps/budget.png +share/icons/Tango/64x64/apps/categories.png +share/icons/Tango/64x64/apps/forcast.png +share/icons/Tango/64x64/apps/institution_add.png +share/icons/Tango/64x64/apps/institutions.png +share/icons/Tango/64x64/apps/investments.png +share/icons/Tango/64x64/apps/ledger.png +share/icons/Tango/64x64/apps/onlinebanking.png +share/icons/Tango/64x64/apps/payee.png +share/icons/Tango/64x64/apps/reconcile.png +share/icons/Tango/64x64/apps/report.png +share/icons/Tango/64x64/apps/schedule.png +share/icons/Tango/64x64/apps/transaction_find.png +share/icons/Tango/scalable/account-types_asset.svgz +share/icons/Tango/scalable/account-types_cash.svgz +share/icons/Tango/scalable/account-types_checking.svgz +share/icons/Tango/scalable/account-types_closed.svgz +share/icons/Tango/scalable/account-types_credit-card.svgz +share/icons/Tango/scalable/account-types_expense.svgz +share/icons/Tango/scalable/account-types_income.svgz +share/icons/Tango/scalable/account-types_investments.svgz +share/icons/Tango/scalable/account-types_liability.svgz +share/icons/Tango/scalable/account-types_loan.svgz +share/icons/Tango/scalable/account-types_savings.svgz +share/icons/Tango/scalable/account.svgz +share/icons/Tango/scalable/account_add.svgz +share/icons/Tango/scalable/accounts.svgz +share/icons/Tango/scalable/backup.svgz +share/icons/Tango/scalable/bank.svgz +share/icons/Tango/scalable/budget.svgz +share/icons/Tango/scalable/categories.svgz +share/icons/Tango/scalable/forcast.svgz +share/icons/Tango/scalable/hide_categories.svgz +share/icons/Tango/scalable/hide_reconciled.svgz +share/icons/Tango/scalable/institution_add.svgz +share/icons/Tango/scalable/institutions.svgz +share/icons/Tango/scalable/investments.svgz +share/icons/Tango/scalable/ledger.svgz +share/icons/Tango/scalable/onlinebanking.svgz +share/icons/Tango/scalable/payee.svgz +share/icons/Tango/scalable/personal_data.svgz +share/icons/Tango/scalable/reconcile.svgz +share/icons/Tango/scalable/report.svgz +share/icons/Tango/scalable/schedule.svgz +share/icons/Tango/scalable/transaction_find.svgz +share/icons/Tango/scalable/view_info.svgz +share/icons/hicolor/128x128/apps/kmymoney2.png +share/icons/hicolor/128x128/mimetypes/kmy.png +share/icons/hicolor/16x16/apps/kmymoney2.png +share/icons/hicolor/16x16/mimetypes/kmy.png +share/icons/hicolor/32x32/apps/kmymoney2.png +share/icons/hicolor/32x32/mimetypes/kmy.png +share/icons/hicolor/48x48/apps/kmymoney2.png +share/icons/hicolor/48x48/mimetypes/kmy.png +share/icons/hicolor/64x64/apps/kmymoney2.png +share/icons/hicolor/64x64/mimetypes/kmy.png +share/icons/locolor/16x16/apps/kmymoney2.png +share/icons/locolor/32x32/apps/kmymoney2.png +share/icons/oxygen/128x128/apps/account-add.png +share/icons/oxygen/128x128/apps/account-types_asset.png +share/icons/oxygen/128x128/apps/account-types_cash.png +share/icons/oxygen/128x128/apps/account-types_checking.png +share/icons/oxygen/128x128/apps/account-types_closed.png +share/icons/oxygen/128x128/apps/account-types_credit-card.png +share/icons/oxygen/128x128/apps/account-types_investments.png +share/icons/oxygen/128x128/apps/account-types_liability.png +share/icons/oxygen/128x128/apps/account-types_loan.png +share/icons/oxygen/128x128/apps/accounts.png +share/icons/oxygen/128x128/apps/budget.png +share/icons/oxygen/128x128/apps/categories.png +share/icons/oxygen/128x128/apps/forcast.png +share/icons/oxygen/128x128/apps/institutions.png +share/icons/oxygen/128x128/apps/investments.png +share/icons/oxygen/128x128/apps/ledger.png +share/icons/oxygen/128x128/apps/onlinebanking.png +share/icons/oxygen/128x128/apps/payee.png +share/icons/oxygen/128x128/apps/reconcile.png +share/icons/oxygen/128x128/apps/report.png +share/icons/oxygen/128x128/apps/schedule.png +share/icons/oxygen/128x128/apps/transaction_find.png +share/icons/oxygen/16x16/actions/account-types_asset.png +share/icons/oxygen/16x16/actions/account-types_cash.png +share/icons/oxygen/16x16/actions/account-types_checking.png +share/icons/oxygen/16x16/actions/account-types_closed.png +share/icons/oxygen/16x16/actions/account-types_credit-card.png +share/icons/oxygen/16x16/actions/account-types_expense.png +share/icons/oxygen/16x16/actions/account-types_income.png +share/icons/oxygen/16x16/actions/account-types_investments.png +share/icons/oxygen/16x16/actions/account-types_liability.png +share/icons/oxygen/16x16/actions/account-types_loan.png +share/icons/oxygen/16x16/actions/account-types_savings.png +share/icons/oxygen/16x16/actions/accounts.png +share/icons/oxygen/16x16/actions/budget.png +share/icons/oxygen/16x16/actions/forcast.png +share/icons/oxygen/16x16/actions/institutions.png +share/icons/oxygen/16x16/actions/investments.png +share/icons/oxygen/16x16/actions/ledger.png +share/icons/oxygen/16x16/actions/onlinebanking.png +share/icons/oxygen/16x16/actions/payee.png +share/icons/oxygen/16x16/actions/report.png +share/icons/oxygen/16x16/actions/schedule.png +share/icons/oxygen/22x22/actions/account-types_cash.png +share/icons/oxygen/22x22/actions/account-types_checking.png +share/icons/oxygen/22x22/actions/account-types_credit-card.png +share/icons/oxygen/22x22/actions/account-types_investments.png +share/icons/oxygen/22x22/actions/account-types_loan.png +share/icons/oxygen/22x22/actions/account-types_savings.png +share/icons/oxygen/22x22/actions/accounts.png +share/icons/oxygen/22x22/actions/budget.png +share/icons/oxygen/22x22/actions/forcast.png +share/icons/oxygen/22x22/actions/institutions.png +share/icons/oxygen/22x22/actions/investments.png +share/icons/oxygen/22x22/actions/ledger.png +share/icons/oxygen/22x22/actions/onlinebanking.png +share/icons/oxygen/22x22/actions/payee.png +share/icons/oxygen/22x22/actions/report.png +share/icons/oxygen/22x22/actions/schedule.png +share/icons/oxygen/32x32/apps/account-types_closed.png +share/icons/oxygen/32x32/apps/account-types_expense.png +share/icons/oxygen/32x32/apps/account-types_income.png +share/icons/oxygen/32x32/apps/account_add.png +share/icons/oxygen/32x32/apps/accounts.png +share/icons/oxygen/32x32/apps/budget.png +share/icons/oxygen/32x32/apps/categories.png +share/icons/oxygen/32x32/apps/forcast.png +share/icons/oxygen/32x32/apps/institution_add.png +share/icons/oxygen/32x32/apps/institutions.png +share/icons/oxygen/32x32/apps/investments.png +share/icons/oxygen/32x32/apps/ledger.png +share/icons/oxygen/32x32/apps/onlinebanking.png +share/icons/oxygen/32x32/apps/payee.png +share/icons/oxygen/32x32/apps/reconcile.png +share/icons/oxygen/32x32/apps/report.png +share/icons/oxygen/32x32/apps/schedule.png +share/icons/oxygen/32x32/apps/transaction_find.png +share/icons/oxygen/48x48/apps/account-types_closed.png +share/icons/oxygen/48x48/apps/account-types_expense.png +share/icons/oxygen/48x48/apps/account-types_income.png +share/icons/oxygen/48x48/apps/account_add.png +share/icons/oxygen/48x48/apps/accounts.png +share/icons/oxygen/48x48/apps/budget.png +share/icons/oxygen/48x48/apps/categories.png +share/icons/oxygen/48x48/apps/forcast.png +share/icons/oxygen/48x48/apps/institution_add.png +share/icons/oxygen/48x48/apps/institutions.png +share/icons/oxygen/48x48/apps/investments.png +share/icons/oxygen/48x48/apps/ledger.png +share/icons/oxygen/48x48/apps/onlinebanking.png +share/icons/oxygen/48x48/apps/payee.png +share/icons/oxygen/48x48/apps/reconcile.png +share/icons/oxygen/48x48/apps/report.png +share/icons/oxygen/48x48/apps/schedule.png +share/icons/oxygen/48x48/apps/transaction_find.png +share/icons/oxygen/64x64/apps/account-add.png +share/icons/oxygen/64x64/apps/account-types_closed.png +share/icons/oxygen/64x64/apps/accounts.png +share/icons/oxygen/64x64/apps/budget.png +share/icons/oxygen/64x64/apps/categories.png +share/icons/oxygen/64x64/apps/forcast.png +share/icons/oxygen/64x64/apps/institutions.png +share/icons/oxygen/64x64/apps/investments.png +share/icons/oxygen/64x64/apps/ledger.png +share/icons/oxygen/64x64/apps/onlinebanking.png +share/icons/oxygen/64x64/apps/payee.png +share/icons/oxygen/64x64/apps/reconcile.png +share/icons/oxygen/64x64/apps/report.png +share/icons/oxygen/64x64/apps/schedule.png +share/icons/oxygen/64x64/apps/transaction_find.png +share/icons/oxygen/scalable/account-add.svgz +share/icons/oxygen/scalable/account-types_asset.svgz +share/icons/oxygen/scalable/account-types_cash.svgz +share/icons/oxygen/scalable/account-types_checking.svgz +share/icons/oxygen/scalable/account-types_closed.svgz +share/icons/oxygen/scalable/account-types_credit-card.svgz +share/icons/oxygen/scalable/account-types_expense.svgz +share/icons/oxygen/scalable/account-types_income.svgz +share/icons/oxygen/scalable/account-types_investments.svgz +share/icons/oxygen/scalable/account-types_liability.svgz +share/icons/oxygen/scalable/account-types_loan.svgz +share/icons/oxygen/scalable/account-types_savings.svgz +share/icons/oxygen/scalable/accounts.svgz +share/icons/oxygen/scalable/budget.svgz +share/icons/oxygen/scalable/categories.svgz +share/icons/oxygen/scalable/forcast.svgz +share/icons/oxygen/scalable/hide_categories.svgz +share/icons/oxygen/scalable/hide_reconciled.svgz +share/icons/oxygen/scalable/institution_add.svgz +share/icons/oxygen/scalable/institutions.svgz +share/icons/oxygen/scalable/investments.svgz +share/icons/oxygen/scalable/ledger.svgz +share/icons/oxygen/scalable/onlinebanking.svgz +share/icons/oxygen/scalable/payee.svgz +share/icons/oxygen/scalable/personal_data.svgz +share/icons/oxygen/scalable/reconcile.svgz +share/icons/oxygen/scalable/report.svgz +share/icons/oxygen/scalable/schedule.svgz +share/icons/oxygen/scalable/transaction_find.svgz +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/fi/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/nl/LC_MESSAGES/kmymoney2.mo +share/locale/pl/LC_MESSAGES/kmymoney2.mo +share/locale/pt/LC_MESSAGES/kmymoney2.mo +share/locale/pt_BR/LC_MESSAGES/kmymoney2.mo +share/locale/ro/LC_MESSAGES/kmymoney2.mo +share/locale/ru/LC_MESSAGES/kmymoney2.mo +share/locale/sk/LC_MESSAGES/kmymoney2.mo +share/locale/sv/LC_MESSAGES/kmymoney2.mo +share/locale/tr/LC_MESSAGES/kmymoney2.mo +share/locale/zh_CN/LC_MESSAGES/kmymoney2.mo +share/mimelnk/application/x-kmymoney2.desktop +share/services/kmm_ofximport.desktop +share/servicetypes/kmymoneyimporterplugin.desktop +share/servicetypes/kmymoneyplugin.desktop %%DATADIR%%/html/home.html -%%DATADIR%%/html/home_br.pt_BR.html -%%DATADIR%%/html/home_de.de.html -%%DATADIR%%/html/home_fr.fr.html +%%DATADIR%%/html/home_de.html +%%DATADIR%%/html/home_es.html +%%DATADIR%%/html/home_fr.html %%DATADIR%%/html/home_gl.html %%DATADIR%%/html/home_it.html -%%DATADIR%%/html/home_ru.ru.html +%%DATADIR%%/html/home_nl.html +%%DATADIR%%/html/home_pt.html +%%DATADIR%%/html/home_pt_BR.html +%%DATADIR%%/html/home_ro.html +%%DATADIR%%/html/home_ru.html +%%DATADIR%%/html/home_tr.html +%%DATADIR%%/html/images/about_kde.png +%%DATADIR%%/html/images/arrow.png %%DATADIR%%/html/images/backarrow.png %%DATADIR%%/html/images/background.png %%DATADIR%%/html/images/bc.png +%%DATADIR%%/html/images/bg-texture.png %%DATADIR%%/html/images/bl.png %%DATADIR%%/html/images/bottomleft.png %%DATADIR%%/html/images/bottomright.png %%DATADIR%%/html/images/br.png %%DATADIR%%/html/images/center.png +%%DATADIR%%/html/images/currencyflourish.png %%DATADIR%%/html/images/filenew.png %%DATADIR%%/html/images/kmymoneydata.png %%DATADIR%%/html/images/konqueror.png @@ -65,6 +516,7 @@ share/applications/kde/kmymoney2.desktop %%DATADIR%%/html/images/original-trans_logo.png %%DATADIR%%/html/images/rc.png %%DATADIR%%/html/images/rightborder.png +%%DATADIR%%/html/images/shadow.png %%DATADIR%%/html/images/spacer.gif %%DATADIR%%/html/images/spacer.png %%DATADIR%%/html/images/tc.png @@ -72,6 +524,7 @@ share/applications/kde/kmymoney2.desktop %%DATADIR%%/html/images/title-left.png %%DATADIR%%/html/images/title-right.png %%DATADIR%%/html/images/tl.png +%%DATADIR%%/html/images/top-shadow.png %%DATADIR%%/html/images/topleft.png %%DATADIR%%/html/images/topright.png %%DATADIR%%/html/images/tr.png @@ -80,15 +533,19 @@ share/applications/kde/kmymoney2.desktop %%DATADIR%%/html/welcome.css %%DATADIR%%/html/whats_new.html %%DATADIR%%/html/whats_new_de.html +%%DATADIR%%/html/whats_new_es.html %%DATADIR%%/html/whats_new_fr.html %%DATADIR%%/html/whats_new_gl.html %%DATADIR%%/html/whats_new_it.html +%%DATADIR%%/html/whats_new_nl.html +%%DATADIR%%/html/whats_new_pt_BR.html +%%DATADIR%%/html/whats_new_ro.html %%DATADIR%%/html/whats_new_ru.html +%%DATADIR%%/html/whats_new_tr.html %%DATADIR%%/icons/hicolor/16x16/actions/account-type_asset.png %%DATADIR%%/icons/hicolor/16x16/actions/account-type_expense.png %%DATADIR%%/icons/hicolor/16x16/actions/account-type_income.png %%DATADIR%%/icons/hicolor/16x16/actions/account-type_liability.png -%%DATADIR%%/icons/hicolor/16x16/actions/account.png %%DATADIR%%/icons/hicolor/16x16/actions/account_add.png %%DATADIR%%/icons/hicolor/16x16/actions/account_open.png %%DATADIR%%/icons/hicolor/16x16/actions/backup.png @@ -96,29 +553,40 @@ share/applications/kde/kmymoney2.desktop %%DATADIR%%/icons/hicolor/16x16/actions/categories.png %%DATADIR%%/icons/hicolor/16x16/actions/close_window.png %%DATADIR%%/icons/hicolor/16x16/actions/delete.png +%%DATADIR%%/icons/hicolor/16x16/actions/hide_categories.png +%%DATADIR%%/icons/hicolor/16x16/actions/hide_reconciled.png %%DATADIR%%/icons/hicolor/16x16/actions/institution_add.png +%%DATADIR%%/icons/hicolor/16x16/actions/ledger.png %%DATADIR%%/icons/hicolor/16x16/actions/pay_edit.png %%DATADIR%%/icons/hicolor/16x16/actions/personal_data.png %%DATADIR%%/icons/hicolor/16x16/actions/reconcile.png +%%DATADIR%%/icons/hicolor/16x16/actions/split_transaction.png %%DATADIR%%/icons/hicolor/16x16/actions/transaction.png %%DATADIR%%/icons/hicolor/16x16/actions/transaction_export.png %%DATADIR%%/icons/hicolor/16x16/actions/transaction_find.png %%DATADIR%%/icons/hicolor/16x16/actions/transaction_import.png %%DATADIR%%/icons/hicolor/16x16/actions/unreconciled.png +%%DATADIR%%/icons/hicolor/16x16/actions/update_prices.png %%DATADIR%%/icons/hicolor/16x16/actions/view_info.png %%DATADIR%%/icons/hicolor/22x22/actions/account-types_asset.png +%%DATADIR%%/icons/hicolor/22x22/actions/account-types_closed.png %%DATADIR%%/icons/hicolor/22x22/actions/account-types_expense.png %%DATADIR%%/icons/hicolor/22x22/actions/account-types_income.png %%DATADIR%%/icons/hicolor/22x22/actions/account-types_liability.png -%%DATADIR%%/icons/hicolor/22x22/actions/account.png +%%DATADIR%%/icons/hicolor/22x22/actions/account-types_online.png +%%DATADIR%%/icons/hicolor/22x22/actions/account-types_reconcile.png %%DATADIR%%/icons/hicolor/22x22/actions/account_add.png %%DATADIR%%/icons/hicolor/22x22/actions/account_open.png +%%DATADIR%%/icons/hicolor/22x22/actions/attention.png %%DATADIR%%/icons/hicolor/22x22/actions/backup.png %%DATADIR%%/icons/hicolor/22x22/actions/bank.png %%DATADIR%%/icons/hicolor/22x22/actions/categories.png %%DATADIR%%/icons/hicolor/22x22/actions/close_window.png %%DATADIR%%/icons/hicolor/22x22/actions/delete.png +%%DATADIR%%/icons/hicolor/22x22/actions/hide_categories.png +%%DATADIR%%/icons/hicolor/22x22/actions/hide_reconciled.png %%DATADIR%%/icons/hicolor/22x22/actions/institution_add.png +%%DATADIR%%/icons/hicolor/22x22/actions/ledger.png %%DATADIR%%/icons/hicolor/22x22/actions/pay_edit.png %%DATADIR%%/icons/hicolor/22x22/actions/personal_data.png %%DATADIR%%/icons/hicolor/22x22/actions/reconcile.png @@ -127,6 +595,7 @@ share/applications/kde/kmymoney2.desktop %%DATADIR%%/icons/hicolor/22x22/actions/transaction_find.png %%DATADIR%%/icons/hicolor/22x22/actions/transaction_import.png %%DATADIR%%/icons/hicolor/22x22/actions/unreconciled.png +%%DATADIR%%/icons/hicolor/22x22/actions/update_prices.png %%DATADIR%%/icons/hicolor/22x22/actions/view_info.png %%DATADIR%%/icons/hicolor/32x32/apps/account-types_asset.png %%DATADIR%%/icons/hicolor/32x32/apps/account-types_cash.png @@ -135,9 +604,12 @@ share/applications/kde/kmymoney2.desktop %%DATADIR%%/icons/hicolor/32x32/apps/account-types_investments.png %%DATADIR%%/icons/hicolor/32x32/apps/account-types_liability.png %%DATADIR%%/icons/hicolor/32x32/apps/account-types_loan.png +%%DATADIR%%/icons/hicolor/32x32/apps/account-types_reconciled.png %%DATADIR%%/icons/hicolor/32x32/apps/account-types_savings.png %%DATADIR%%/icons/hicolor/32x32/apps/accounts.png +%%DATADIR%%/icons/hicolor/32x32/apps/budget.png %%DATADIR%%/icons/hicolor/32x32/apps/categories.png +%%DATADIR%%/icons/hicolor/32x32/apps/forcast.png %%DATADIR%%/icons/hicolor/32x32/apps/home.png %%DATADIR%%/icons/hicolor/32x32/apps/institutions.png %%DATADIR%%/icons/hicolor/32x32/apps/investments.png @@ -155,7 +627,9 @@ share/applications/kde/kmymoney2.desktop %%DATADIR%%/icons/hicolor/48x48/apps/account-types_loan.png %%DATADIR%%/icons/hicolor/48x48/apps/account-types_savings.png %%DATADIR%%/icons/hicolor/48x48/apps/accounts.png +%%DATADIR%%/icons/hicolor/48x48/apps/budget.png %%DATADIR%%/icons/hicolor/48x48/apps/categories.png +%%DATADIR%%/icons/hicolor/48x48/apps/forcast.png %%DATADIR%%/icons/hicolor/48x48/apps/home.png %%DATADIR%%/icons/hicolor/48x48/apps/institutions.png %%DATADIR%%/icons/hicolor/48x48/apps/investments.png @@ -173,7 +647,9 @@ share/applications/kde/kmymoney2.desktop %%DATADIR%%/icons/hicolor/64x64/apps/account-types_loan.png %%DATADIR%%/icons/hicolor/64x64/apps/account-types_savings.png %%DATADIR%%/icons/hicolor/64x64/apps/accounts.png +%%DATADIR%%/icons/hicolor/64x64/apps/budget.png %%DATADIR%%/icons/hicolor/64x64/apps/categories.png +%%DATADIR%%/icons/hicolor/64x64/apps/forcast.png %%DATADIR%%/icons/hicolor/64x64/apps/home.png %%DATADIR%%/icons/hicolor/64x64/apps/institutions.png %%DATADIR%%/icons/hicolor/64x64/apps/investments.png @@ -183,31 +659,335 @@ share/applications/kde/kmymoney2.desktop %%DATADIR%%/icons/hicolor/64x64/apps/report.png %%DATADIR%%/icons/hicolor/64x64/apps/schedule.png %%DATADIR%%/kmymoney2ui.rc +%%DATADIR%%/misc/financequote.pl %%DATADIR%%/pics/startlogo.png %%DATADIR%%/pics/titlelabel_background.png -%%DATADIR%%/templates/C/default_accounts.kmt -%%DATADIR%%/templates/README +%%DATADIR%%/templates/C/brokerage.kmt +%%DATADIR%%/templates/C/business.kmt +%%DATADIR%%/templates/C/carloan.kmt +%%DATADIR%%/templates/C/cdmoneymkt.kmt +%%DATADIR%%/templates/C/checkbook.kmt +%%DATADIR%%/templates/C/childcare.kmt +%%DATADIR%%/templates/C/common.kmt +%%DATADIR%%/templates/C/default_categories-template.kmt +%%DATADIR%%/templates/C/eduloan.kmt +%%DATADIR%%/templates/C/fixedassets.kmt +%%DATADIR%%/templates/C/full.kmt +%%DATADIR%%/templates/C/homeloan.kmt +%%DATADIR%%/templates/C/homeown.kmt +%%DATADIR%%/templates/C/old-default_accounts.kmt +%%DATADIR%%/templates/C/otherloan.kmt +%%DATADIR%%/templates/C/renter.kmt +%%DATADIR%%/templates/C/retiremt.kmt +%%DATADIR%%/templates/C/spouseinc.kmt +%%DATADIR%%/templates/C/spouseretire.kmt +%%DATADIR%%/templates/de_AT/auto.kmt +%%DATADIR%%/templates/de_AT/autoloan.kmt +%%DATADIR%%/templates/de_AT/brokerage.kmt +%%DATADIR%%/templates/de_AT/business.kmt +%%DATADIR%%/templates/de_AT/common.kmt +%%DATADIR%%/templates/de_AT/houseown.kmt +%%DATADIR%%/templates/de_AT/investment.kmt +%%DATADIR%%/templates/de_AT/kids.kmt +%%DATADIR%%/templates/de_CH/brokerage.kmt +%%DATADIR%%/templates/de_CH/chkmu.kmt +%%DATADIR%%/templates/de_CH/common.kmt +%%DATADIR%%/templates/de_CH/kids.kmt +%%DATADIR%%/templates/de_CH/otherasset.kmt +%%DATADIR%%/templates/de_CH/otherloan.kmt +%%DATADIR%%/templates/de_DE/auto.kmt +%%DATADIR%%/templates/de_DE/autoloan.kmt +%%DATADIR%%/templates/de_DE/brokerage.kmt +%%DATADIR%%/templates/de_DE/common.kmt %%DATADIR%%/templates/de_DE/default_accounts.kmt +%%DATADIR%%/templates/de_DE/full.kmt +%%DATADIR%%/templates/de_DE/houseown.kmt +%%DATADIR%%/templates/de_DE/investment.kmt +%%DATADIR%%/templates/de_DE/kids.kmt +%%DATADIR%%/templates/de_DE/otherasset.kmt +%%DATADIR%%/templates/de_DE/otherloan.kmt +%%DATADIR%%/templates/de_DE/skr03.kmt +%%DATADIR%%/templates/de_DE/skr04.kmt +%%DATADIR%%/templates/de_DE/studium.kmt +%%DATADIR%%/templates/dk/car.kmt +%%DATADIR%%/templates/dk/common.kmt +%%DATADIR%%/templates/dk/homeloan.kmt +%%DATADIR%%/templates/dk/homeown.kmt +%%DATADIR%%/templates/el_GR/brokerage.kmt +%%DATADIR%%/templates/el_GR/carloan.kmt +%%DATADIR%%/templates/el_GR/common.kmt +%%DATADIR%%/templates/en_GB/brokerage.kmt +%%DATADIR%%/templates/en_GB/business.kmt +%%DATADIR%%/templates/en_GB/carloan.kmt +%%DATADIR%%/templates/en_GB/cdmoneymkt.kmt +%%DATADIR%%/templates/en_GB/checkbook.kmt +%%DATADIR%%/templates/en_GB/childcare.kmt +%%DATADIR%%/templates/en_GB/common.kmt %%DATADIR%%/templates/en_GB/default_accounts.kmt -%%DATADIR%%/templates/en_US/default_accounts.kmt +%%DATADIR%%/templates/en_GB/eduloan.kmt +%%DATADIR%%/templates/en_GB/fixedassets.kmt +%%DATADIR%%/templates/en_GB/full.kmt +%%DATADIR%%/templates/en_GB/homeloan.kmt +%%DATADIR%%/templates/en_GB/homeown.kmt +%%DATADIR%%/templates/en_GB/otherloan.kmt +%%DATADIR%%/templates/en_GB/renter.kmt +%%DATADIR%%/templates/en_GB/retiremt.kmt +%%DATADIR%%/templates/en_GB/spouseinc.kmt +%%DATADIR%%/templates/en_GB/spouseretire.kmt +%%DATADIR%%/templates/en_GB/uk-vat.kmt +%%DATADIR%%/templates/en_US/0.6-default_accounts.kmt +%%DATADIR%%/templates/en_US/0.8-default_accounts.kmt +%%DATADIR%%/templates/en_US/Base-Blank.kmt +%%DATADIR%%/templates/en_US/Base-Detailed.kmt +%%DATADIR%%/templates/en_US/Base-Simple.kmt +%%DATADIR%%/templates/en_US/House.kmt +%%DATADIR%%/templates/en_US/Pets.kmt +%%DATADIR%%/templates/en_US/Retirement.kmt +%%DATADIR%%/templates/en_US/ScheduleA_itemized-deductions.kmt +%%DATADIR%%/templates/en_US/ScheduleBandD.kmt +%%DATADIR%%/templates/en_US/ScheduleC_business.kmt +%%DATADIR%%/templates/en_US/ScheduleE_rental-property.kmt +%%DATADIR%%/templates/en_US/ScheduleF_farming.kmt +%%DATADIR%%/templates/en_US/kids.kmt +%%DATADIR%%/templates/es_AR/brokerage.kmt +%%DATADIR%%/templates/es_AR/carloan.kmt +%%DATADIR%%/templates/es_AR/cdmoneymkt.kmt +%%DATADIR%%/templates/es_AR/childcare.kmt +%%DATADIR%%/templates/es_AR/common.kmt +%%DATADIR%%/templates/es_AR/currency.kmt +%%DATADIR%%/templates/es_AR/default_accounts.kmt +%%DATADIR%%/templates/es_AR/eduloan.kmt +%%DATADIR%%/templates/es_AR/fixedassets.kmt +%%DATADIR%%/templates/es_AR/homeloan.kmt +%%DATADIR%%/templates/es_AR/homeown.kmt +%%DATADIR%%/templates/es_AR/otherloan.kmt +%%DATADIR%%/templates/es_AR/renter.kmt +%%DATADIR%%/templates/es_AR/retiremt.kmt +%%DATADIR%%/templates/es_AR/spouseinc.kmt +%%DATADIR%%/templates/es_AR/spouseretire.kmt +%%DATADIR%%/templates/es_ES/brokerage.kmt +%%DATADIR%%/templates/es_ES/carloan.kmt +%%DATADIR%%/templates/es_ES/cdmoneymkt.kmt +%%DATADIR%%/templates/es_ES/childcare.kmt +%%DATADIR%%/templates/es_ES/common.kmt +%%DATADIR%%/templates/es_ES/currency.kmt %%DATADIR%%/templates/es_ES/default_accounts.kmt +%%DATADIR%%/templates/es_ES/eduloan.kmt +%%DATADIR%%/templates/es_ES/fixedassets.kmt +%%DATADIR%%/templates/es_ES/homeloan.kmt +%%DATADIR%%/templates/es_ES/homeown.kmt +%%DATADIR%%/templates/es_ES/otherloan.kmt +%%DATADIR%%/templates/es_ES/renter.kmt +%%DATADIR%%/templates/es_ES/retiremt.kmt +%%DATADIR%%/templates/es_ES/spouseinc.kmt +%%DATADIR%%/templates/es_ES/spouseretire.kmt +%%DATADIR%%/templates/es_MX/brokerage.kmt +%%DATADIR%%/templates/es_MX/carloan.kmt +%%DATADIR%%/templates/es_MX/cdmoneymkt.kmt +%%DATADIR%%/templates/es_MX/childcare.kmt +%%DATADIR%%/templates/es_MX/common.kmt +%%DATADIR%%/templates/es_MX/currency.kmt +%%DATADIR%%/templates/es_MX/eduloan.kmt +%%DATADIR%%/templates/es_MX/fixedassets.kmt +%%DATADIR%%/templates/es_MX/homeloan.kmt +%%DATADIR%%/templates/es_MX/homeown.kmt +%%DATADIR%%/templates/es_MX/otherloan.kmt +%%DATADIR%%/templates/es_MX/renter.kmt +%%DATADIR%%/templates/es_MX/retiremt.kmt +%%DATADIR%%/templates/es_MX/spouseinc.kmt +%%DATADIR%%/templates/es_MX/spouseretire.kmt +%%DATADIR%%/templates/fr_CA/actifsfixes.kmt +%%DATADIR%%/templates/fr_CA/automobile.kmt +%%DATADIR%%/templates/fr_CA/basecommune.kmt +%%DATADIR%%/templates/fr_CA/cdmarchemon.kmt +%%DATADIR%%/templates/fr_CA/chequier.kmt +%%DATADIR%%/templates/fr_CA/conjointretraite.kmt +%%DATADIR%%/templates/fr_CA/conjointrev.kmt +%%DATADIR%%/templates/fr_CA/courtage.kmt +%%DATADIR%%/templates/fr_CA/etudeemprunt.kmt +%%DATADIR%%/templates/fr_CA/garderie.kmt +%%DATADIR%%/templates/fr_CA/locataire.kmt +%%DATADIR%%/templates/fr_CA/proprietaire.kmt +%%DATADIR%%/templates/fr_CA/retraite.kmt +%%DATADIR%%/templates/fr_CA/revenus.kmt +%%DATADIR%%/templates/fr_CH/brokerage.kmt +%%DATADIR%%/templates/fr_CH/business.kmt +%%DATADIR%%/templates/fr_CH/carloan.kmt +%%DATADIR%%/templates/fr_CH/cdmoneymkt.kmt +%%DATADIR%%/templates/fr_CH/childcare.kmt +%%DATADIR%%/templates/fr_CH/common.kmt +%%DATADIR%%/templates/fr_CH/currency.kmt +%%DATADIR%%/templates/fr_CH/eduloan.kmt +%%DATADIR%%/templates/fr_CH/fixedassets.kmt +%%DATADIR%%/templates/fr_CH/homeloan.kmt +%%DATADIR%%/templates/fr_CH/homeown.kmt +%%DATADIR%%/templates/fr_CH/otherloan.kmt +%%DATADIR%%/templates/fr_CH/renter.kmt +%%DATADIR%%/templates/fr_CH/retiremt.kmt +%%DATADIR%%/templates/fr_CH/spouseinc.kmt +%%DATADIR%%/templates/fr_CH/spouseretire.kmt +%%DATADIR%%/templates/fr_FR/brokerage.kmt +%%DATADIR%%/templates/fr_FR/business.kmt +%%DATADIR%%/templates/fr_FR/carloan.kmt +%%DATADIR%%/templates/fr_FR/cdmoneymkt.kmt +%%DATADIR%%/templates/fr_FR/childcare.kmt +%%DATADIR%%/templates/fr_FR/common.kmt %%DATADIR%%/templates/fr_FR/comptes_par_default.kmt +%%DATADIR%%/templates/fr_FR/currency.kmt +%%DATADIR%%/templates/fr_FR/eduloan.kmt +%%DATADIR%%/templates/fr_FR/fixedassets.kmt +%%DATADIR%%/templates/fr_FR/homeloan.kmt +%%DATADIR%%/templates/fr_FR/homeown.kmt +%%DATADIR%%/templates/fr_FR/otherloan.kmt +%%DATADIR%%/templates/fr_FR/renter.kmt +%%DATADIR%%/templates/fr_FR/retiremt.kmt +%%DATADIR%%/templates/fr_FR/spouseinc.kmt +%%DATADIR%%/templates/fr_FR/spouseretire.kmt %%DATADIR%%/templates/gl_ES/default_accounts.kmt +%%DATADIR%%/templates/hu_HU/brokerage.kmt +%%DATADIR%%/templates/hu_HU/business.kmt +%%DATADIR%%/templates/hu_HU/carloan.kmt +%%DATADIR%%/templates/hu_HU/cdmoneymkt.kmt +%%DATADIR%%/templates/hu_HU/checkbook.kmt +%%DATADIR%%/templates/hu_HU/childcare.kmt +%%DATADIR%%/templates/hu_HU/common.kmt +%%DATADIR%%/templates/hu_HU/eduloan.kmt +%%DATADIR%%/templates/hu_HU/fixedassets.kmt +%%DATADIR%%/templates/hu_HU/homeloan.kmt +%%DATADIR%%/templates/hu_HU/homeown.kmt +%%DATADIR%%/templates/hu_HU/otherloan.kmt +%%DATADIR%%/templates/hu_HU/renter.kmt +%%DATADIR%%/templates/hu_HU/retiremt.kmt +%%DATADIR%%/templates/hu_HU/spouseinc.kmt +%%DATADIR%%/templates/hu_HU/spouseretire.kmt +%%DATADIR%%/templates/it/brokerage.kmt +%%DATADIR%%/templates/it/carloan.kmt +%%DATADIR%%/templates/it/checkbook.kmt +%%DATADIR%%/templates/it/childcare.kmt +%%DATADIR%%/templates/it/common.kmt +%%DATADIR%%/templates/it/fixedassets.kmt +%%DATADIR%%/templates/it/homeloan.kmt +%%DATADIR%%/templates/it/homeown.kmt +%%DATADIR%%/templates/it/otherloan.kmt +%%DATADIR%%/templates/it/renter.kmt +%%DATADIR%%/templates/it/retiremt.kmt +%%DATADIR%%/templates/it/spouseinc.kmt +%%DATADIR%%/templates/it/spouseretire.kmt +%%DATADIR%%/templates/jp/brokerage.kmt +%%DATADIR%%/templates/jp/business.kmt +%%DATADIR%%/templates/jp/carloan.kmt +%%DATADIR%%/templates/jp/cdmoneymkt.kmt +%%DATADIR%%/templates/jp/checkbook.kmt +%%DATADIR%%/templates/jp/childcare.kmt +%%DATADIR%%/templates/jp/common.kmt +%%DATADIR%%/templates/jp/eduloan.kmt +%%DATADIR%%/templates/jp/fixedassets.kmt +%%DATADIR%%/templates/jp/homeloan.kmt +%%DATADIR%%/templates/jp/homeown.kmt +%%DATADIR%%/templates/jp/otherloan.kmt +%%DATADIR%%/templates/jp/renter.kmt +%%DATADIR%%/templates/jp/retiremt.kmt +%%DATADIR%%/templates/jp/spouseinc.kmt +%%DATADIR%%/templates/jp/spouseretire.kmt %%DATADIR%%/templates/nl_NL/default_accounts.kmt +%%DATADIR%%/templates/pt_BR/brokerage.kmt +%%DATADIR%%/templates/pt_BR/carloan.kmt +%%DATADIR%%/templates/pt_BR/cdmoneymkt.kmt +%%DATADIR%%/templates/pt_BR/childcare.kmt +%%DATADIR%%/templates/pt_BR/common.kmt +%%DATADIR%%/templates/pt_BR/currency.kmt %%DATADIR%%/templates/pt_BR/default_accounts.kmt -%%DATADIR%%/templates/ru_SU/default_accounts.kmt +%%DATADIR%%/templates/pt_BR/eduloan.kmt +%%DATADIR%%/templates/pt_BR/fixedassets.kmt +%%DATADIR%%/templates/pt_BR/homeloan.kmt +%%DATADIR%%/templates/pt_BR/homeown.kmt +%%DATADIR%%/templates/pt_BR/otherloan.kmt +%%DATADIR%%/templates/pt_BR/renter.kmt +%%DATADIR%%/templates/pt_BR/retiremt.kmt +%%DATADIR%%/templates/pt_BR/spouseinc.kmt +%%DATADIR%%/templates/pt_BR/spouseretire.kmt +%%DATADIR%%/templates/pt_PT/brokerage.kmt +%%DATADIR%%/templates/pt_PT/carloan.kmt +%%DATADIR%%/templates/pt_PT/cdmoneymkt.kmt +%%DATADIR%%/templates/pt_PT/childcare.kmt +%%DATADIR%%/templates/pt_PT/common.kmt +%%DATADIR%%/templates/pt_PT/eduloan.kmt +%%DATADIR%%/templates/pt_PT/fixedassets.kmt +%%DATADIR%%/templates/pt_PT/homeloan.kmt +%%DATADIR%%/templates/pt_PT/homeown.kmt +%%DATADIR%%/templates/pt_PT/otherloan.kmt +%%DATADIR%%/templates/pt_PT/renter.kmt +%%DATADIR%%/templates/pt_PT/retiremt.kmt +%%DATADIR%%/templates/pt_PT/spouseinc.kmt +%%DATADIR%%/templates/pt_PT/spouseretire.kmt +%%DATADIR%%/templates/ro_RO/carloan.kmt +%%DATADIR%%/templates/ro_RO/common.kmt +%%DATADIR%%/templates/ro_RO/default_categories-template.kmt +%%DATADIR%%/templates/ro_RO/homeloan.kmt +%%DATADIR%%/templates/ru_RU/default_accounts.kmt +%%DATADIR%%/templates/sk/brokerage.kmt +%%DATADIR%%/templates/sk/carloan.kmt +%%DATADIR%%/templates/sk/cdmoneymkt.kmt +%%DATADIR%%/templates/sk/childcare.kmt +%%DATADIR%%/templates/sk/common.kmt +%%DATADIR%%/templates/sk/currency.kmt +%%DATADIR%%/templates/sk/eduloan.kmt +%%DATADIR%%/templates/sk/fixedassets.kmt +%%DATADIR%%/templates/sk/homeloan.kmt +%%DATADIR%%/templates/sk/homeown.kmt +%%DATADIR%%/templates/sk/otherloan.kmt +%%DATADIR%%/templates/sk/renter.kmt +%%DATADIR%%/templates/sk/retiremt.kmt +%%DATADIR%%/templates/sk/spouseinc.kmt +%%DATADIR%%/templates/sk/spouseretire.kmt +%%DATADIR%%/templates/tr_TR/TEKDUZ.kmt +%%DATADIR%%/templates/tr_TR/brokerage.kmt +%%DATADIR%%/templates/tr_TR/carloan.kmt +%%DATADIR%%/templates/tr_TR/cdmoneymkt.kmt +%%DATADIR%%/templates/tr_TR/checkbook.kmt +%%DATADIR%%/templates/tr_TR/common.kmt +%%DATADIR%%/templates/tr_TR/fixedassets.kmt +%%DATADIR%%/templates/tr_TR/homeloan.kmt +%%DATADIR%%/templates/zh_CN/brokerage.kmt +%%DATADIR%%/templates/zh_CN/business.kmt +%%DATADIR%%/templates/zh_CN/carloan.kmt +%%DATADIR%%/templates/zh_CN/cdmoneymkt.kmt +%%DATADIR%%/templates/zh_CN/checkbook.kmt +%%DATADIR%%/templates/zh_CN/childcare.kmt +%%DATADIR%%/templates/zh_CN/common.kmt %%DATADIR%%/templates/zh_CN/default_accounts.kmt +%%DATADIR%%/templates/zh_CN/eduloan.kmt +%%DATADIR%%/templates/zh_CN/fixedassets.kmt +%%DATADIR%%/templates/zh_CN/full.kmt +%%DATADIR%%/templates/zh_CN/homeloan.kmt +%%DATADIR%%/templates/zh_CN/homeown.kmt +%%DATADIR%%/templates/zh_CN/otherloan.kmt +%%DATADIR%%/templates/zh_CN/renter.kmt +%%DATADIR%%/templates/zh_CN/retiremt.kmt +%%DATADIR%%/templates/zh_CN/spouseinc.kmt +%%DATADIR%%/templates/zh_CN/spouseretire.kmt +%%DATADIR%%/templates/zh_HK/business.kmt +%%DATADIR%%/templates/zh_TW/business.kmt %%DATADIR%%/tips %%PORTDOCS%%%%DOCSDIR%%/account_edit.png %%PORTDOCS%%%%DOCSDIR%%/account_options.png %%PORTDOCS%%%%DOCSDIR%%/accountdropdown.png %%PORTDOCS%%%%DOCSDIR%%/accounts_view.png %%PORTDOCS%%%%DOCSDIR%%/accwiz1.png +%%PORTDOCS%%%%DOCSDIR%%/accwiz10.png %%PORTDOCS%%%%DOCSDIR%%/accwiz2.png %%PORTDOCS%%%%DOCSDIR%%/accwiz3.png %%PORTDOCS%%%%DOCSDIR%%/accwiz4.png %%PORTDOCS%%%%DOCSDIR%%/accwiz5.png %%PORTDOCS%%%%DOCSDIR%%/accwiz6.png +%%PORTDOCS%%%%DOCSDIR%%/accwiz7.png +%%PORTDOCS%%%%DOCSDIR%%/accwiz8.1.png +%%PORTDOCS%%%%DOCSDIR%%/accwiz8.2.png +%%PORTDOCS%%%%DOCSDIR%%/accwiz8.3.png +%%PORTDOCS%%%%DOCSDIR%%/accwiz8.4.png +%%PORTDOCS%%%%DOCSDIR%%/accwiz8.5.png +%%PORTDOCS%%%%DOCSDIR%%/accwiz9.png +%%PORTDOCS%%%%DOCSDIR%%/budgets_view.png %%PORTDOCS%%%%DOCSDIR%%/calendarview.png %%PORTDOCS%%%%DOCSDIR%%/categories.png %%PORTDOCS%%%%DOCSDIR%%/categories_view.png @@ -222,9 +1002,12 @@ share/applications/kde/kmymoney2.desktop %%PORTDOCS%%%%DOCSDIR%%/date_widget.png %%PORTDOCS%%%%DOCSDIR%%/default_prompt.png %%PORTDOCS%%%%DOCSDIR%%/details-accounts.docbook +%%PORTDOCS%%%%DOCSDIR%%/details-budgets.docbook %%PORTDOCS%%%%DOCSDIR%%/details-categories.docbook %%PORTDOCS%%%%DOCSDIR%%/details-currencies.docbook +%%PORTDOCS%%%%DOCSDIR%%/details-database.docbook %%PORTDOCS%%%%DOCSDIR%%/details-files.docbook +%%PORTDOCS%%%%DOCSDIR%%/details-forecast.docbook %%PORTDOCS%%%%DOCSDIR%%/details-formats.docbook %%PORTDOCS%%%%DOCSDIR%%/details-hbciofx.docbook %%PORTDOCS%%%%DOCSDIR%%/details-impexp.docbook @@ -251,6 +1034,7 @@ share/applications/kde/kmymoney2.desktop %%PORTDOCS%%%%DOCSDIR%%/find-text.png %%PORTDOCS%%%%DOCSDIR%%/finddlg.png %%PORTDOCS%%%%DOCSDIR%%/firsttime.docbook +%%PORTDOCS%%%%DOCSDIR%%/forecast_view.png %%PORTDOCS%%%%DOCSDIR%%/gnucash-import_options.png %%PORTDOCS%%%%DOCSDIR%%/gnucash-report.png %%PORTDOCS%%%%DOCSDIR%%/gnucash-select_price_source.png @@ -261,10 +1045,10 @@ share/applications/kde/kmymoney2.desktop %%PORTDOCS%%%%DOCSDIR%%/institution_view.png %%PORTDOCS%%%%DOCSDIR%%/institutions_view.png %%PORTDOCS%%%%DOCSDIR%%/introduction.docbook -%%PORTDOCS%%%%DOCSDIR%%/investment-transactionform.png -%%PORTDOCS%%%%DOCSDIR%%/investment-onlineupdate.png %%PORTDOCS%%%%DOCSDIR%%/investment-currencywarning.png %%PORTDOCS%%%%DOCSDIR%%/investment-exchangerateeditor.png +%%PORTDOCS%%%%DOCSDIR%%/investment-onlineupdate.png +%%PORTDOCS%%%%DOCSDIR%%/investment-transactionform.png %%PORTDOCS%%%%DOCSDIR%%/investments_summarytab.png %%PORTDOCS%%%%DOCSDIR%%/investments_view.png %%PORTDOCS%%%%DOCSDIR%%/kmt.png @@ -275,6 +1059,12 @@ share/applications/kde/kmymoney2.desktop %%PORTDOCS%%%%DOCSDIR%%/mainwindow_numbered.png %%PORTDOCS%%%%DOCSDIR%%/makemostof.docbook %%PORTDOCS%%%%DOCSDIR%%/new.png +%%PORTDOCS%%%%DOCSDIR%%/newacct.png +%%PORTDOCS%%%%DOCSDIR%%/newfile-2.png +%%PORTDOCS%%%%DOCSDIR%%/newfile-3.png +%%PORTDOCS%%%%DOCSDIR%%/newfile-4.png +%%PORTDOCS%%%%DOCSDIR%%/newfile-5.png +%%PORTDOCS%%%%DOCSDIR%%/newfile-6.png %%PORTDOCS%%%%DOCSDIR%%/newfile.png %%PORTDOCS%%%%DOCSDIR%%/newinst.png %%PORTDOCS%%%%DOCSDIR%%/newsched_numbered.png @@ -282,6 +1072,7 @@ share/applications/kde/kmymoney2.desktop %%PORTDOCS%%%%DOCSDIR%%/outbox_view.png %%PORTDOCS%%%%DOCSDIR%%/payee_history.png %%PORTDOCS%%%%DOCSDIR%%/payee_info.png +%%PORTDOCS%%%%DOCSDIR%%/payee_match.png %%PORTDOCS%%%%DOCSDIR%%/payee_widget.png %%PORTDOCS%%%%DOCSDIR%%/payees_view.png %%PORTDOCS%%%%DOCSDIR%%/payeeview.png @@ -297,18 +1088,17 @@ share/applications/kde/kmymoney2.desktop %%PORTDOCS%%%%DOCSDIR%%/reconcile3.png %%PORTDOCS%%%%DOCSDIR%%/reconcile4.png %%PORTDOCS%%%%DOCSDIR%%/reference.docbook -%%PORTDOCS%%%%DOCSDIR%%/register.png %%PORTDOCS%%%%DOCSDIR%%/report_configuration-reporttab.png %%PORTDOCS%%%%DOCSDIR%%/report_configuration-rowscolumns.png -%%PORTDOCS%%%%DOCSDIR%%/reports_view.png %%PORTDOCS%%%%DOCSDIR%%/reports_view-all.png +%%PORTDOCS%%%%DOCSDIR%%/reports_view.png %%PORTDOCS%%%%DOCSDIR%%/schedcaltypes.png %%PORTDOCS%%%%DOCSDIR%%/schedmonthday.png %%PORTDOCS%%%%DOCSDIR%%/schedpopup.png -%%PORTDOCS%%%%DOCSDIR%%/schedule.png %%PORTDOCS%%%%DOCSDIR%%/schedule_view.png %%PORTDOCS%%%%DOCSDIR%%/scheduleview.png %%PORTDOCS%%%%DOCSDIR%%/select_currency.png +%%PORTDOCS%%%%DOCSDIR%%/select_database.png %%PORTDOCS%%%%DOCSDIR%%/split_transaction.png %%PORTDOCS%%%%DOCSDIR%%/tipofday.png %%PORTDOCS%%%%DOCSDIR%%/transaction_find.png @@ -327,51 +1117,18 @@ share/applications/kde/kmymoney2.desktop %%PORTDOCS%%%%DOCSDIR%%/views-reports.docbook %%PORTDOCS%%%%DOCSDIR%%/views-schedules.docbook %%PORTDOCS%%%%DOCSDIR%%/whatsnew.docbook -share/icons/hicolor/128x128/apps/kmymoney2.png -share/icons/hicolor/128x128/mimetypes/kmy.png -share/icons/hicolor/16x16/apps/kmymoney2.png -share/icons/hicolor/16x16/mimetypes/kmy.png -share/icons/hicolor/32x32/apps/kmymoney2.png -share/icons/hicolor/32x32/mimetypes/kmy.png -share/icons/hicolor/48x48/mimetypes/kmy.png -share/icons/hicolor/48x48/apps/kmymoney2.png -share/icons/hicolor/64x64/apps/kmymoney2.png -share/icons/hicolor/64x64/mimetypes/kmy.png -share/icons/locolor/16x16/apps/kmymoney2.png -share/icons/locolor/32x32/apps/kmymoney2.png -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/nl/LC_MESSAGES/kmymoney2.mo -share/locale/pl/LC_MESSAGES/kmymoney2.mo -share/locale/pt/LC_MESSAGES/kmymoney2.mo -share/locale/pt_BR/LC_MESSAGES/kmymoney2.mo -share/locale/ru/LC_MESSAGES/kmymoney2.mo -share/locale/sk/LC_MESSAGES/kmymoney2.mo -share/locale/sv/LC_MESSAGES/kmymoney2.mo -share/locale/zh_CN/LC_MESSAGES/kmymoney2.mo -share/mimelnk/application/x-kmymoney2.desktop -share/services/kmm_ofximport.desktop -share/servicetypes/kmymoneyimporterplugin.desktop -share/servicetypes/kmymoneyplugin.desktop -@dirrm include/kmymoney -@dirrmtry lib/kde3 @dirrmtry share/locale/zh_CN/LC_MESSAGES @dirrmtry share/locale/zh_CN +@dirrmtry share/locale/tr/LC_MESSAGES +@dirrmtry share/locale/tr @dirrmtry share/locale/sv/LC_MESSAGES @dirrmtry share/locale/sv @dirrmtry share/locale/sk/LC_MESSAGES @dirrmtry share/locale/sk @dirrmtry share/locale/ru/LC_MESSAGES @dirrmtry share/locale/ru +@dirrmtry share/locale/ro/LC_MESSAGES +@dirrmtry share/locale/ro @dirrmtry share/locale/pt_BR/LC_MESSAGES @dirrmtry share/locale/pt_BR @dirrmtry share/locale/pt/LC_MESSAGES @@ -381,6 +1138,8 @@ share/servicetypes/kmymoneyplugin.desktop @dirrmtry share/locale/nl/LC_MESSAGES @dirrmtry share/locale/nl @dirrmtry share/locale/lt/LC_MESSAGES +@dirrmtry share/locale/lt/LC_MESSAGES +@dirrmtry share/locale/lt @dirrmtry share/locale/lt @dirrmtry share/locale/it/LC_MESSAGES @dirrmtry share/locale/it @@ -388,6 +1147,8 @@ share/servicetypes/kmymoneyplugin.desktop @dirrmtry share/locale/gl @dirrmtry share/locale/fr/LC_MESSAGES @dirrmtry share/locale/fr +@dirrmtry share/locale/fi/LC_MESSAGES +@dirrmtry share/locale/fi @dirrmtry share/locale/es_AR/LC_MESSAGES @dirrmtry share/locale/es_AR @dirrmtry share/locale/es/LC_MESSAGES @@ -402,32 +1163,86 @@ share/servicetypes/kmymoneyplugin.desktop @dirrmtry share/locale/cs @dirrmtry share/locale/ca/LC_MESSAGES @dirrmtry share/locale/ca -@dirrm %%DATADIR%%/templates/zh_CN -@dirrm %%DATADIR%%/templates/ru_SU -@dirrm %%DATADIR%%/templates/pt_BR -@dirrm %%DATADIR%%/templates/nl_NL -@dirrm %%DATADIR%%/templates/gl_ES -@dirrm %%DATADIR%%/templates/fr_FR -@dirrm %%DATADIR%%/templates/es_ES -@dirrm %%DATADIR%%/templates/en_US -@dirrm %%DATADIR%%/templates/en_GB -@dirrm %%DATADIR%%/templates/de_DE -@dirrm %%DATADIR%%/templates/C -@dirrm %%DATADIR%%/templates -@dirrm %%DATADIR%%/pics -@dirrm %%DATADIR%%/icons/hicolor/64x64/apps -@dirrm %%DATADIR%%/icons/hicolor/64x64 -@dirrm %%DATADIR%%/icons/hicolor/48x48/apps -@dirrm %%DATADIR%%/icons/hicolor/48x48 -@dirrm %%DATADIR%%/icons/hicolor/32x32/apps -@dirrm %%DATADIR%%/icons/hicolor/32x32 -@dirrm %%DATADIR%%/icons/hicolor/22x22/actions -@dirrm %%DATADIR%%/icons/hicolor/22x22 -@dirrm %%DATADIR%%/icons/hicolor/16x16/actions -@dirrm %%DATADIR%%/icons/hicolor/16x16 -@dirrm %%DATADIR%%/icons/hicolor -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%%/html/images -@dirrm %%DATADIR%%/html -@dirrm %%DATADIR%% +@dirrmtry share/config.kcfg +@dirrmtry share/apps/kmm_ofximport +@dirrmtry share/apps +@dirrmtry share/applications/kde +@dirrmtry share/applications +@dirrmtry lib/kde3 +@dirrmtry %%DATADIR%%/templates/zh_TW +@dirrmtry %%DATADIR%%/templates/zh_HK +@dirrmtry %%DATADIR%%/templates/zh_CN +@dirrmtry %%DATADIR%%/templates/tr_TR +@dirrmtry %%DATADIR%%/templates/sk +@dirrmtry %%DATADIR%%/templates/ru_RU +@dirrmtry %%DATADIR%%/templates/ro_RO +@dirrmtry %%DATADIR%%/templates/pt_PT +@dirrmtry %%DATADIR%%/templates/pt_BR +@dirrmtry %%DATADIR%%/templates/nl_NL +@dirrmtry %%DATADIR%%/templates/jp +@dirrmtry %%DATADIR%%/templates/it +@dirrmtry %%DATADIR%%/templates/hu_HU +@dirrmtry %%DATADIR%%/templates/gl_ES +@dirrmtry %%DATADIR%%/templates/fr_FR +@dirrmtry %%DATADIR%%/templates/fr_CH +@dirrmtry %%DATADIR%%/templates/fr_CA +@dirrmtry %%DATADIR%%/templates/es_MX +@dirrmtry %%DATADIR%%/templates/es_ES +@dirrmtry %%DATADIR%%/templates/es_AR +@dirrmtry %%DATADIR%%/templates/en_US +@dirrmtry %%DATADIR%%/templates/en_GB +@dirrmtry %%DATADIR%%/templates/el_GR +@dirrmtry %%DATADIR%%/templates/dk +@dirrmtry %%DATADIR%%/templates/de_DE +@dirrmtry %%DATADIR%%/templates/de_CH +@dirrmtry %%DATADIR%%/templates/de_AT +@dirrmtry %%DATADIR%%/templates/C +@dirrmtry %%DATADIR%%/templates +@dirrmtry %%DATADIR%%/pics +@dirrmtry %%DATADIR%%/misc +@dirrmtry %%DATADIR%%/icons/hicolor/64x64/apps +@dirrmtry %%DATADIR%%/icons/hicolor/64x64 +@dirrmtry %%DATADIR%%/icons/hicolor/48x48/apps +@dirrmtry %%DATADIR%%/icons/hicolor/48x48 +@dirrmtry %%DATADIR%%/icons/hicolor/32x32/apps +@dirrmtry %%DATADIR%%/icons/hicolor/32x32 +@dirrmtry %%DATADIR%%/icons/hicolor/22x22/actions +@dirrmtry %%DATADIR%%/icons/hicolor/22x22 +@dirrmtry %%DATADIR%%/icons/hicolor/16x16/actions +@dirrmtry %%DATADIR%%/icons/hicolor/16x16 +@dirrmtry %%DATADIR%%/icons/hicolor +@dirrmtry %%DATADIR%%/icons +@dirrmtry %%DATADIR%%/html/images +@dirrmtry %%DATADIR%%/html +@dirrmtry %%DATADIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrmtry share/icons/oxygen/scalable +@dirrmtry share/icons/oxygen/64x64/apps +@dirrmtry share/icons/oxygen/64x64 +@dirrmtry share/icons/oxygen/48x48/apps +@dirrmtry share/icons/oxygen/48x48 +@dirrmtry share/icons/oxygen/32x32/apps +@dirrmtry share/icons/oxygen/32x32 +@dirrmtry share/icons/oxygen/22x22/actions +@dirrmtry share/icons/oxygen/22x22 +@dirrmtry share/icons/oxygen/16x16/actions +@dirrmtry share/icons/oxygen/16x16 +@dirrmtry share/icons/oxygen/128x128/apps +@dirrmtry share/icons/oxygen/128x128 +@dirrmtry share/icons/oxygen +@dirrmtry share/icons/Tango/scalable +@dirrmtry share/icons/Tango/64x64/apps +@dirrmtry share/icons/Tango/64x64 +@dirrmtry share/icons/Tango/48x48/apps +@dirrmtry share/icons/Tango/48x48 +@dirrmtry share/icons/Tango/32x32/apps +@dirrmtry share/icons/Tango/32x32 +@dirrmtry share/icons/Tango/22x22/actions +@dirrmtry share/icons/Tango/22x22 +@dirrmtry share/icons/Tango/16x16/actions +@dirrmtry share/icons/Tango/16x16 +@dirrmtry share/icons/Tango/128x128/apps +@dirrmtry share/icons/Tango/128x128 +@dirrmtry share/icons/Tango +@dirrmtry share/icons +@dirrmtry include/kmymoney |