summaryrefslogtreecommitdiffstats
path: root/finance
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-05 12:45:14 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-05 12:45:14 +0800
commit7ea812d425822128ff3150a6551a5eced71b8868 (patch)
tree4bd241e542d9d4cb75c9d3b7e4c98dba1099e994 /finance
parent035ca014a970e16e202ffd4fe6588aa51e809cf4 (diff)
downloadmarcuscom-ports-7ea812d425822128ff3150a6551a5eced71b8868.tar
marcuscom-ports-7ea812d425822128ff3150a6551a5eced71b8868.tar.gz
marcuscom-ports-7ea812d425822128ff3150a6551a5eced71b8868.tar.bz2
marcuscom-ports-7ea812d425822128ff3150a6551a5eced71b8868.tar.lz
marcuscom-ports-7ea812d425822128ff3150a6551a5eced71b8868.tar.xz
marcuscom-ports-7ea812d425822128ff3150a6551a5eced71b8868.tar.zst
marcuscom-ports-7ea812d425822128ff3150a6551a5eced71b8868.zip
Do share/gnome -> share conversion, and use new gtkhtml38 port.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8816 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'finance')
-rw-r--r--finance/gnucash/Makefile83
-rw-r--r--finance/gnucash/distinfo3
-rw-r--r--finance/gnucash/pkg-descr12
-rw-r--r--finance/gnucash/pkg-plist1102
4 files changed, 1200 insertions, 0 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile
new file mode 100644
index 000000000..cbe614037
--- /dev/null
+++ b/finance/gnucash/Makefile
@@ -0,0 +1,83 @@
+# Ports collection makefile for: gnucash
+# Date created: Mon Feb 03, 1997
+# Whom: David O'Brien (obrien@NUXI.com)
+#
+# $FreeBSD$
+# $MCom: ports/finance/gnucash/Makefile,v 1.14 2007/03/13 05:58:37 marcus Exp $
+#
+
+PORTNAME= gnucash
+PORTVERSION= 2.0.5
+PORTREVISION= 3
+CATEGORIES= finance gnome
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
+ http://www.gnucash.org/pub/gnucash/sources/stable/
+MASTER_SITE_SUBDIR= gnucash
+
+MAINTAINER= ahze@FreeBSD.org
+COMMENT= Quicken-like money and finance manager
+
+BUILD_DEPENDS= guile>=1.6.8_2:${PORTSDIR}/lang/guile
+LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
+ ofx.3:${PORTSDIR}/finance/libofx \
+ gwrap-core-runtime.0:${PORTSDIR}/devel/g-wrap \
+ libgtkhtml-3.8.15:${PORTSDIR}/www/gtkhtml38
+RUN_DEPENDS= guile>=1.6.8_2:${PORTSDIR}/lang/guile \
+ ${LOCALBASE}/share/guile/1.6/slibcat:${PORTSDIR}/lang/slib-guile \
+ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
+ ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
+ ${SITE_PERL}/Finance/Quote.pm:${PORTSDIR}/finance/p5-Finance-Quote \
+ ${SITE_PERL}/HTML/TableExtract.pm:${PORTSDIR}/www/p5-HTML-TableExtract \
+ ${SITE_PERL}/Finance/QuoteHist.pm:${PORTSDIR}/finance/p5-Finance-QuoteHist \
+ ${LOCALBASE}/share/gnome/omf/gnucash-docs/gnucash-guide-C.omf:${PORTSDIR}/finance/gnucash-docs
+
+OPTIONS= AQBANKING "AqBanking support (HBCI/OpenHBCI)" off
+
+USE_BZIP2= yes
+USE_GETTEXT= yes
+USE_XLIB= yes
+USE_GMAKE= yes
+USE_XPM= yes
+USE_PERL5= yes
+USE_GNOME= gnomeprefix libgsf_gnome libglade2 libgnomeprint \
+ libgnomeprintui
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+CONFIGURE_ARGS=--with-glib-config=${GLIB_CONFIG} \
+ --enable-ofx \
+ --disable-error-on-warning
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
+ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lintl"
+
+MAN1= gnc-prices.1 gnucash.1
+INFO= gnucash-design
+
+GCONF_SCHEMAS= apps_gnucash_dialog_business_common.schemas \
+ apps_gnucash_dialog_commodities.schemas \
+ apps_gnucash_dialog_common.schemas \
+ apps_gnucash_dialog_prices.schemas \
+ apps_gnucash_dialog_print_checks.schemas \
+ apps_gnucash_dialog_reconcile.schemas \
+ apps_gnucash_dialog_scheduled_transctions.schemas \
+ apps_gnucash_dialog_totd.schemas \
+ apps_gnucash_general.schemas \
+ apps_gnucash_history.schemas \
+ apps_gnucash_import_generic_matcher.schemas \
+ apps_gnucash_warnings.schemas \
+ apps_gnucash_window_pages_account_tree.schemas \
+ apps_gnucash_window_pages_register.schemas
+
+.include <bsd.port.pre.mk>
+
+# WITH_OPENHBCI is old synonym for aqbanking option
+.if defined(WITH_AQBANKING) || defined(WITH_OPENHBCI)
+LIB_DEPENDS+= aqbanking.5:${PORTSDIR}/finance/aqbanking \
+ ktoblzcheck.4:${PORTSDIR}/finance/ktoblzcheck
+CONFIGURE_ARGS+=--enable-hbci
+PLIST_SUB= AQBANKING=""
+.else
+CONFIGURE_ARGS+=--disable-hbci
+PLIST_SUB= AQBANKING="@comment "
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/finance/gnucash/distinfo b/finance/gnucash/distinfo
new file mode 100644
index 000000000..65962ad99
--- /dev/null
+++ b/finance/gnucash/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnucash-2.0.5.tar.bz2) = 28f9b160fc01c4e597aca4c53d71fafe
+SHA256 (gnucash-2.0.5.tar.bz2) = b7e2efcdc79ba864a1730af9e0197cdbf586c9008196eaffffce8f020f1fb479
+SIZE (gnucash-2.0.5.tar.bz2) = 7372056
diff --git a/finance/gnucash/pkg-descr b/finance/gnucash/pkg-descr
new file mode 100644
index 000000000..db12731a5
--- /dev/null
+++ b/finance/gnucash/pkg-descr
@@ -0,0 +1,12 @@
+Gnucash is the next generation of money manager created from a merger of
+X-Accountant and GnoMoney.
+
+Its features include:
+
+* Ability to import Quicken files ( a must )
+* Reports, Graphs, and all of those goodies that you find in Quicken.
+* Gnome compliant ( if that is the correct way to put it )
+* Separate the GUI from the actual "account/transaction engine"
+* Multiple accounts ( Check, Credit, Cash, Mutual Funds, etc.. )
+
+WWW: http://www.gnucash.org/
diff --git a/finance/gnucash/pkg-plist b/finance/gnucash/pkg-plist
new file mode 100644
index 000000000..da2d06713
--- /dev/null
+++ b/finance/gnucash/pkg-plist
@@ -0,0 +1,1102 @@
+bin/gnc-fq-check
+bin/gnc-fq-dump
+bin/gnc-fq-helper
+bin/gnc-fq-update
+bin/gnc-test-env
+bin/gnucash
+bin/gnucash-bin
+bin/gnucash-config
+bin/gnucash-env
+bin/gnucash-make-guids
+bin/gnucash-valgrind
+bin/update-gnucash-gconf
+etc/gnucash/config
+include/gnucash/Account.h
+include/gnucash/FreqSpec.h
+include/gnucash/GNCId.h
+include/gnucash/Group.h
+include/gnucash/Period.h
+include/gnucash/Query.h
+include/gnucash/QueryCore.h
+include/gnucash/QueryNew.h
+include/gnucash/QueryObject.h
+include/gnucash/QuickFill.h
+include/gnucash/Recurrence.h
+include/gnucash/SX-book.h
+include/gnucash/SX-ttinfo.h
+include/gnucash/SchedXaction.h
+include/gnucash/Scrub.h
+include/gnucash/Scrub2.h
+include/gnucash/Scrub3.h
+include/gnucash/Split.h
+include/gnucash/TransLog.h
+include/gnucash/Transaction.h
+include/gnucash/account-quickfill.h
+include/gnucash/basiccell.h
+include/gnucash/cap-gains.h
+include/gnucash/cashobjects.h
+include/gnucash/cell-factory.h
+include/gnucash/cellblock.h
+include/gnucash/checkboxcell.h
+include/gnucash/combocell.h
+include/gnucash/datecell.h
+include/gnucash/deprecated.h
+include/gnucash/dialog-account.h
+include/gnucash/dialog-column-view.h
+include/gnucash/dialog-commodity.h
+include/gnucash/dialog-options.h
+include/gnucash/dialog-preferences.h
+include/gnucash/dialog-query-list.h
+include/gnucash/dialog-reset-warnings.h
+include/gnucash/dialog-search.h
+include/gnucash/dialog-style-sheet.h
+include/gnucash/dialog-totd.h
+include/gnucash/dialog-transfer.h
+include/gnucash/dialog-utils.h
+include/gnucash/druid-gconf-setup.h
+include/gnucash/druid-gnc-xml-import.h
+include/gnucash/druid-utils.h
+include/gnucash/engine-helpers.h
+include/gnucash/file-utils.h
+include/gnucash/formulacell.h
+include/gnucash/gfec.h
+include/gnucash/glib-helpers.h
+include/gnucash/gnc-account-merge.h
+include/gnucash/gnc-account-sel.h
+include/gnucash/gnc-accounting-period.h
+include/gnucash/gnc-amount-edit.h
+include/gnucash/gnc-associate-account.h
+include/gnucash/gnc-basic-gobject.h
+include/gnucash/gnc-book.h
+include/gnucash/gnc-budget.h
+include/gnucash/gnc-commodity-edit.h
+include/gnucash/gnc-commodity.h
+include/gnucash/gnc-component-manager.h
+include/gnucash/gnc-currency-edit.h
+include/gnucash/gnc-date-delta.h
+include/gnucash/gnc-date-edit.h
+include/gnucash/gnc-date-format.h
+include/gnucash/gnc-date.h
+include/gnucash/gnc-dense-cal.h
+include/gnucash/gnc-dialog.h
+include/gnucash/gnc-druid-cb.h
+include/gnucash/gnc-druid-gnome-ui.h
+include/gnucash/gnc-druid-provider-desc-edge.h
+include/gnucash/gnc-druid-provider-desc-file.h
+include/gnucash/gnc-druid-provider-desc-multifile.h
+include/gnucash/gnc-druid-provider-desc.h
+include/gnucash/gnc-druid-provider-file-cb.h
+include/gnucash/gnc-druid-provider.h
+include/gnucash/gnc-druid.h
+include/gnucash/gnc-embedded-window.h
+include/gnucash/gnc-engine.h
+include/gnucash/gnc-euro.h
+include/gnucash/gnc-event.h
+include/gnucash/gnc-exp-parser.h
+include/gnucash/gnc-file.h
+include/gnucash/gnc-filepath-utils.h
+include/gnucash/gnc-frequency.h
+include/gnucash/gnc-general-search.h
+include/gnucash/gnc-general-select.h
+include/gnucash/gnc-gettext-util.h
+include/gnucash/gnc-gnome-utils.h
+include/gnucash/gnc-gui-query.h
+include/gnucash/gnc-helpers.h
+include/gnucash/gnc-hooks.h
+include/gnucash/gnc-html-graph-gog.h
+include/gnucash/gnc-html-history.h
+include/gnucash/gnc-html.h
+include/gnucash/gnc-http.h
+include/gnucash/gnc-icons.h
+include/gnucash/gnc-import-desc-format.h
+include/gnucash/gnc-import-format-cb.h
+include/gnucash/gnc-main-window.h
+include/gnucash/gnc-menu-extensions.h
+include/gnucash/gnc-module-api.h
+include/gnucash/gnc-module.h
+include/gnucash/gnc-numeric.h
+include/gnucash/gnc-period-select.h
+include/gnucash/gnc-plugin-file-history.h
+include/gnucash/gnc-plugin-manager.h
+include/gnucash/gnc-plugin-menu-additions.h
+include/gnucash/gnc-plugin-page-report.h
+include/gnucash/gnc-plugin-page.h
+include/gnucash/gnc-plugin.h
+include/gnucash/gnc-pricedb.h
+include/gnucash/gnc-query-list.h
+include/gnucash/gnc-recurrence.h
+include/gnucash/gnc-report.h
+include/gnucash/gnc-session-scm.h
+include/gnucash/gnc-session.h
+include/gnucash/gnc-splash.h
+include/gnucash/gnc-tree-model-account-types.h
+include/gnucash/gnc-tree-model-account.h
+include/gnucash/gnc-tree-model-budget.h
+include/gnucash/gnc-tree-model-commodity.h
+include/gnucash/gnc-tree-model-price.h
+include/gnucash/gnc-tree-model.h
+include/gnucash/gnc-tree-view-account.h
+include/gnucash/gnc-tree-view-commodity.h
+include/gnucash/gnc-tree-view-price.h
+include/gnucash/gnc-tree-view.h
+include/gnucash/gnc-ui-common.h
+include/gnucash/gnc-ui-util.h
+include/gnucash/gnc-window.h
+include/gnucash/gncObject.h
+include/gnucash/gtable.h
+include/gnucash/guid.h
+include/gnucash/guile-util.h
+include/gnucash/import-match-map.h
+include/gnucash/import-parse.h
+include/gnucash/kvp-scm.h
+include/gnucash/kvp-util-p.h
+include/gnucash/kvp-util.h
+include/gnucash/kvp_frame.h
+include/gnucash/misc-gnome-utils.h
+include/gnucash/numcell.h
+include/gnucash/option-util.h
+include/gnucash/policy.h
+include/gnucash/pricecell.h
+include/gnucash/print-session.h
+include/gnucash/qof.h
+include/gnucash/qofbackend-p.h
+include/gnucash/qofbackend.h
+include/gnucash/qofbook.h
+include/gnucash/qofbookmerge.h
+include/gnucash/qofchoice.h
+include/gnucash/qofclass.h
+include/gnucash/qofevent.h
+include/gnucash/qofgobj.h
+include/gnucash/qofid-p.h
+include/gnucash/qofid.h
+include/gnucash/qofinstance-p.h
+include/gnucash/qofinstance.h
+include/gnucash/qofla-dir.h
+include/gnucash/qoflog.h
+include/gnucash/qofobject.h
+include/gnucash/qofquery.h
+include/gnucash/qofquerycore.h
+include/gnucash/qofreference.h
+include/gnucash/qofsession.h
+include/gnucash/qofsql.h
+include/gnucash/qofutil.h
+include/gnucash/quickfillcell.h
+include/gnucash/recncell.h
+include/gnucash/register-common.h
+include/gnucash/table-allgui.h
+include/gnucash/table-control.h
+include/gnucash/table-layout.h
+include/gnucash/table-model.h
+include/gnucash/window-main-summarybar.h
+include/gnucash/window-report.h
+lib/gnucash/goffice/plugins/plot_barcol/barcol.la
+lib/gnucash/goffice/plugins/plot_barcol/barcol.so
+lib/gnucash/goffice/plugins/plot_barcol/gog-barcol-prefs.glade
+lib/gnucash/goffice/plugins/plot_barcol/gog-minmax-prefs.glade
+lib/gnucash/goffice/plugins/plot_barcol/plot-types.xml
+lib/gnucash/goffice/plugins/plot_barcol/plugin.xml
+lib/gnucash/goffice/plugins/plot_boxes/boxplot.la
+lib/gnucash/goffice/plugins/plot_boxes/boxplot.so
+lib/gnucash/goffice/plugins/plot_boxes/gog-boxplot-prefs.glade
+lib/gnucash/goffice/plugins/plot_boxes/plot-types.xml
+lib/gnucash/goffice/plugins/plot_boxes/plugin.xml
+lib/gnucash/goffice/plugins/plot_pie/gog-pie-prefs.glade
+lib/gnucash/goffice/plugins/plot_pie/gog-pie-series.glade
+lib/gnucash/goffice/plugins/plot_pie/gog-ring-prefs.glade
+lib/gnucash/goffice/plugins/plot_pie/pie.la
+lib/gnucash/goffice/plugins/plot_pie/pie.so
+lib/gnucash/goffice/plugins/plot_pie/plot-types.xml
+lib/gnucash/goffice/plugins/plot_pie/plugin.xml
+lib/gnucash/goffice/plugins/plot_radar/plot-types.xml
+lib/gnucash/goffice/plugins/plot_radar/plugin.xml
+lib/gnucash/goffice/plugins/plot_radar/radar.la
+lib/gnucash/goffice/plugins/plot_radar/radar.so
+lib/gnucash/goffice/plugins/plot_surface/gog-contour-prefs.glade
+lib/gnucash/goffice/plugins/plot_surface/plot-types.xml
+lib/gnucash/goffice/plugins/plot_surface/plugin.xml
+lib/gnucash/goffice/plugins/plot_surface/surface.la
+lib/gnucash/goffice/plugins/plot_surface/surface.so
+lib/gnucash/goffice/plugins/plot_xy/gog-bubble-prefs.glade
+lib/gnucash/goffice/plugins/plot_xy/plot-types.xml
+lib/gnucash/goffice/plugins/plot_xy/plugin.xml
+lib/gnucash/goffice/plugins/plot_xy/xy.la
+lib/gnucash/goffice/plugins/plot_xy/xy.so
+lib/gnucash/goffice/plugins/reg_linear/linreg.la
+lib/gnucash/goffice/plugins/reg_linear/linreg.so
+lib/gnucash/goffice/plugins/reg_linear/plugin.xml
+lib/gnucash/goffice/plugins/reg_linear/reg-types.xml
+lib/gnucash/libgnc-business-ledger.la
+lib/gnucash/libgnc-business-ledger.so
+lib/gnucash/libgnc-business-ledger.so.0
+lib/gnucash/libgncmod-app-utils.la
+lib/gnucash/libgncmod-app-utils.so
+lib/gnucash/libgncmod-app-utils.so.0
+lib/gnucash/libgncmod-business-backend-file.la
+lib/gnucash/libgncmod-business-backend-file.so
+lib/gnucash/libgncmod-business-backend-file.so.0
+lib/gnucash/libgncmod-business-core.la
+lib/gnucash/libgncmod-business-core.so
+lib/gnucash/libgncmod-business-core.so.0
+lib/gnucash/libgncmod-business-gnome.la
+lib/gnucash/libgncmod-business-gnome.so
+lib/gnucash/libgncmod-business-gnome.so.0
+lib/gnucash/libgncmod-business-utils.la
+lib/gnucash/libgncmod-business-utils.so
+lib/gnucash/libgncmod-business-utils.so.0
+lib/gnucash/libgncmod-calculation.la
+lib/gnucash/libgncmod-calculation.so
+lib/gnucash/libgncmod-calculation.so.0
+lib/gnucash/libgncmod-dialog-tax-table.la
+lib/gnucash/libgncmod-dialog-tax-table.so
+lib/gnucash/libgncmod-dialog-tax-table.so.0
+lib/gnucash/libgncmod-engine.la
+lib/gnucash/libgncmod-engine.so
+lib/gnucash/libgncmod-engine.so.0
+lib/gnucash/libgncmod-generic-import.la
+lib/gnucash/libgncmod-generic-import.so
+lib/gnucash/libgncmod-generic-import.so.0
+lib/gnucash/libgncmod-gnome-search.la
+lib/gnucash/libgncmod-gnome-search.so
+lib/gnucash/libgncmod-gnome-search.so.0
+lib/gnucash/libgncmod-gnome-utils.la
+lib/gnucash/libgncmod-gnome-utils.so
+lib/gnucash/libgncmod-gnome-utils.so.0
+lib/gnucash/libgncmod-ledger-core.la
+lib/gnucash/libgncmod-ledger-core.so
+lib/gnucash/libgncmod-ledger-core.so.0
+lib/gnucash/libgncmod-locale-reports-us.la
+lib/gnucash/libgncmod-locale-reports-us.so
+lib/gnucash/libgncmod-locale-reports-us.so.0
+lib/gnucash/libgncmod-log-replay.la
+lib/gnucash/libgncmod-log-replay.so
+lib/gnucash/libgncmod-log-replay.so.0
+lib/gnucash/libgncmod-network-utils.la
+lib/gnucash/libgncmod-network-utils.so
+lib/gnucash/libgncmod-network-utils.so.0
+lib/gnucash/libgncmod-ofx.la
+lib/gnucash/libgncmod-ofx.so
+lib/gnucash/libgncmod-ofx.so.0
+lib/gnucash/libgncmod-qif-import.la
+lib/gnucash/libgncmod-qif-import.so
+lib/gnucash/libgncmod-qif-import.so.0
+lib/gnucash/libgncmod-qif.la
+lib/gnucash/libgncmod-qif.so
+lib/gnucash/libgncmod-qif.so.0
+lib/gnucash/libgncmod-register-core.la
+lib/gnucash/libgncmod-register-core.so
+lib/gnucash/libgncmod-register-core.so.0
+lib/gnucash/libgncmod-register-gnome.la
+lib/gnucash/libgncmod-register-gnome.so
+lib/gnucash/libgncmod-register-gnome.so.0
+lib/gnucash/libgncmod-report-gnome.la
+lib/gnucash/libgncmod-report-gnome.so
+lib/gnucash/libgncmod-report-gnome.so.0
+lib/gnucash/libgncmod-report-system.la
+lib/gnucash/libgncmod-report-system.so
+lib/gnucash/libgncmod-report-system.so.0
+lib/gnucash/libgncmod-standard-reports.la
+lib/gnucash/libgncmod-standard-reports.so
+lib/gnucash/libgncmod-standard-reports.so.0
+lib/gnucash/libgncmod-stylesheets.la
+lib/gnucash/libgncmod-stylesheets.so
+lib/gnucash/libgncmod-stylesheets.so.0
+lib/gnucash/libgncmod-tax-us.la
+lib/gnucash/libgncmod-tax-us.so
+lib/gnucash/libgncmod-tax-us.so.0
+lib/gnucash/libgncmod-utility-reports.la
+lib/gnucash/libgncmod-utility-reports.so
+lib/gnucash/libgncmod-utility-reports.so.0
+lib/gnucash/libgoffice-1.la
+lib/gnucash/libgoffice-1.so
+lib/gnucash/libgoffice-1.so.0
+lib/gnucash/libgw-app-utils.la
+lib/gnucash/libgw-app-utils.so
+lib/gnucash/libgw-app-utils.so.0
+lib/gnucash/libgw-business-core.la
+lib/gnucash/libgw-business-core.so
+lib/gnucash/libgw-business-core.so.0
+lib/gnucash/libgw-business-gnome.la
+lib/gnucash/libgw-business-gnome.so
+lib/gnucash/libgw-business-gnome.so.0
+lib/gnucash/libgw-dialog-tax-table.la
+lib/gnucash/libgw-dialog-tax-table.so
+lib/gnucash/libgw-dialog-tax-table.so.0
+lib/gnucash/libgw-engine.la
+lib/gnucash/libgw-engine.so
+lib/gnucash/libgw-engine.so.0
+lib/gnucash/libgw-gnc-module.la
+lib/gnucash/libgw-gnc-module.so
+lib/gnucash/libgw-gnc-module.so.0
+lib/gnucash/libgw-gnome-utils.la
+lib/gnucash/libgw-gnome-utils.so
+lib/gnucash/libgw-gnome-utils.so.0
+lib/gnucash/libgw-kvp.la
+lib/gnucash/libgw-kvp.so
+lib/gnucash/libgw-kvp.so.0
+lib/gnucash/libgw-register-core.la
+lib/gnucash/libgw-register-core.so
+lib/gnucash/libgw-register-core.so.0
+lib/gnucash/libgw-report-gnome.la
+lib/gnucash/libgw-report-gnome.so
+lib/gnucash/libgw-report-gnome.so.0
+lib/gnucash/libgw-report-system.la
+lib/gnucash/libgw-report-system.so
+lib/gnucash/libgw-report-system.so.0
+lib/libcore-utils.la
+lib/libcore-utils.so
+lib/libcore-utils.so.0
+lib/libgnc-backend-file-utils.la
+lib/libgnc-backend-file-utils.so
+lib/libgnc-backend-file-utils.so.0
+lib/libgnc-backend-file.la
+lib/libgnc-backend-file.so
+lib/libgncgnome.la
+lib/libgncgnome.so
+lib/libgncgnome.so.0
+lib/libgncmodule.la
+lib/libgncmodule.so
+lib/libgncmodule.so.0
+lib/libgncqof-backend-qsf.la
+lib/libgncqof-backend-qsf.so
+lib/libgncqof.la
+lib/libgncqof.so
+lib/libgncqof.so.1
+lib/libgw-core-utils.la
+lib/libgw-core-utils.so
+lib/libgw-core-utils.so.0
+lib/libgw-gnc.la
+lib/libgw-gnc.so
+lib/libgw-gnc.so.0
+libexec/gnucash/overrides/gnucash-env
+libexec/gnucash/overrides/gnucash-make-guids
+libexec/gnucash/overrides/guile
+share/aclocal/gnucash.m4
+share/applications/gnucash.desktop
+share/gnucash/accounts/C/acctchrt_brokerage.gnucash-xea
+share/gnucash/accounts/C/acctchrt_business.gnucash-xea
+share/gnucash/accounts/C/acctchrt_carloan.gnucash-xea
+share/gnucash/accounts/C/acctchrt_cdmoneymkt.gnucash-xea
+share/gnucash/accounts/C/acctchrt_checkbook.gnucash-xea
+share/gnucash/accounts/C/acctchrt_childcare.gnucash-xea
+share/gnucash/accounts/C/acctchrt_common.gnucash-xea
+share/gnucash/accounts/C/acctchrt_eduloan.gnucash-xea
+share/gnucash/accounts/C/acctchrt_fixedassets.gnucash-xea
+share/gnucash/accounts/C/acctchrt_homeloan.gnucash-xea
+share/gnucash/accounts/C/acctchrt_homeown.gnucash-xea
+share/gnucash/accounts/C/acctchrt_otherloan.gnucash-xea
+share/gnucash/accounts/C/acctchrt_renter.gnucash-xea
+share/gnucash/accounts/C/acctchrt_retiremt.gnucash-xea
+share/gnucash/accounts/C/acctchrt_spouseinc.gnucash-xea
+share/gnucash/accounts/C/acctchrt_spouseretire.gnucash-xea
+share/gnucash/accounts/da/acctchrt_car.gnucash-xea
+share/gnucash/accounts/da/acctchrt_common.gnucash-xea
+share/gnucash/accounts/da/acctchrt_homeloan.gnucash-xea
+share/gnucash/accounts/da/acctchrt_homeown.gnucash-xea
+share/gnucash/accounts/de_AT/acctchrt_auto.gnucash-xea
+share/gnucash/accounts/de_AT/acctchrt_autoloan.gnucash-xea
+share/gnucash/accounts/de_AT/acctchrt_brokerage.gnucash-xea
+share/gnucash/accounts/de_AT/acctchrt_business.gnucash-xea
+share/gnucash/accounts/de_AT/acctchrt_common.gnucash-xea
+share/gnucash/accounts/de_AT/acctchrt_houseown.gnucash-xea
+share/gnucash/accounts/de_AT/acctchrt_investment.gnucash-xea
+share/gnucash/accounts/de_AT/acctchrt_kids.gnucash-xea
+share/gnucash/accounts/de_CH/acctchrt_brokerage.gnucash-xea
+share/gnucash/accounts/de_CH/acctchrt_chkmu.gnucash-xea
+share/gnucash/accounts/de_CH/acctchrt_common.gnucash-xea
+share/gnucash/accounts/de_CH/acctchrt_kids.gnucash-xea
+share/gnucash/accounts/de_CH/acctchrt_otherasset.gnucash-xea
+share/gnucash/accounts/de_CH/acctchrt_otherloan.gnucash-xea
+share/gnucash/accounts/de_DE/acctchrt_auto.gnucash-xea
+share/gnucash/accounts/de_DE/acctchrt_autoloan.gnucash-xea
+share/gnucash/accounts/de_DE/acctchrt_brokerage.gnucash-xea
+share/gnucash/accounts/de_DE/acctchrt_common.gnucash-xea
+share/gnucash/accounts/de_DE/acctchrt_houseown.gnucash-xea
+share/gnucash/accounts/de_DE/acctchrt_investment.gnucash-xea
+share/gnucash/accounts/de_DE/acctchrt_kids.gnucash-xea
+share/gnucash/accounts/de_DE/acctchrt_otherasset.gnucash-xea
+share/gnucash/accounts/de_DE/acctchrt_otherloan.gnucash-xea
+share/gnucash/accounts/de_DE/acctchrt_skr03.gnucash-xea
+share/gnucash/accounts/de_DE/acctchrt_skr04.gnucash-xea
+share/gnucash/accounts/de_DE/acctchrt_studium.gnucash-xea
+share/gnucash/accounts/el_GR/acctchrt_brokerage.gnucash-xea
+share/gnucash/accounts/el_GR/acctchrt_carloan.gnucash-xea
+share/gnucash/accounts/el_GR/acctchrt_common.gnucash-xea
+share/gnucash/accounts/es_ES/acctchrt_brokerage.gnucash-xea
+share/gnucash/accounts/es_ES/acctchrt_carloan.gnucash-xea
+share/gnucash/accounts/es_ES/acctchrt_cdmoneymkt.gnucash-xea
+share/gnucash/accounts/es_ES/acctchrt_childcare.gnucash-xea
+share/gnucash/accounts/es_ES/acctchrt_common.gnucash-xea
+share/gnucash/accounts/es_ES/acctchrt_currency.gnucash-xea
+share/gnucash/accounts/es_ES/acctchrt_eduloan.gnucash-xea
+share/gnucash/accounts/es_ES/acctchrt_fixedassets.gnucash-xea
+share/gnucash/accounts/es_ES/acctchrt_homeloan.gnucash-xea
+share/gnucash/accounts/es_ES/acctchrt_homeown.gnucash-xea
+share/gnucash/accounts/es_ES/acctchrt_otherloan.gnucash-xea
+share/gnucash/accounts/es_ES/acctchrt_renter.gnucash-xea
+share/gnucash/accounts/es_ES/acctchrt_retiremt.gnucash-xea
+share/gnucash/accounts/es_ES/acctchrt_spouseinc.gnucash-xea
+share/gnucash/accounts/es_ES/acctchrt_spouseretire.gnucash-xea
+share/gnucash/accounts/fr_CA/acctchrt_actifsfixes.gnucash-xea
+share/gnucash/accounts/fr_CA/acctchrt_automobile.gnucash-xea
+share/gnucash/accounts/fr_CA/acctchrt_basecommune.gnucash-xea
+share/gnucash/accounts/fr_CA/acctchrt_cdmarchemon.gnucash-xea
+share/gnucash/accounts/fr_CA/acctchrt_chequier.gnucash-xea
+share/gnucash/accounts/fr_CA/acctchrt_conjointretraite.gnucash-xea
+share/gnucash/accounts/fr_CA/acctchrt_conjointrev.gnucash-xea
+share/gnucash/accounts/fr_CA/acctchrt_courtage.gnucash-xea
+share/gnucash/accounts/fr_CA/acctchrt_etudeemprunt.gnucash-xea
+share/gnucash/accounts/fr_CA/acctchrt_garderie.gnucash-xea
+share/gnucash/accounts/fr_CA/acctchrt_locataire.gnucash-xea
+share/gnucash/accounts/fr_CA/acctchrt_proprietaire.gnucash-xea
+share/gnucash/accounts/fr_CA/acctchrt_retraite.gnucash-xea
+share/gnucash/accounts/fr_CA/acctchrt_revenus.gnucash-xea
+share/gnucash/accounts/fr_CH/acctchrt_brokerage.gnucash-xea
+share/gnucash/accounts/fr_CH/acctchrt_business.gnucash-xea
+share/gnucash/accounts/fr_CH/acctchrt_carloan.gnucash-xea
+share/gnucash/accounts/fr_CH/acctchrt_cdmoneymkt.gnucash-xea
+share/gnucash/accounts/fr_CH/acctchrt_childcare.gnucash-xea
+share/gnucash/accounts/fr_CH/acctchrt_common.gnucash-xea
+share/gnucash/accounts/fr_CH/acctchrt_currency.gnucash-xea
+share/gnucash/accounts/fr_CH/acctchrt_eduloan.gnucash-xea
+share/gnucash/accounts/fr_CH/acctchrt_fixedassets.gnucash-xea
+share/gnucash/accounts/fr_CH/acctchrt_homeloan.gnucash-xea
+share/gnucash/accounts/fr_CH/acctchrt_homeown.gnucash-xea
+share/gnucash/accounts/fr_CH/acctchrt_otherloan.gnucash-xea
+share/gnucash/accounts/fr_CH/acctchrt_renter.gnucash-xea
+share/gnucash/accounts/fr_CH/acctchrt_retiremt.gnucash-xea
+share/gnucash/accounts/fr_CH/acctchrt_spouseinc.gnucash-xea
+share/gnucash/accounts/fr_CH/acctchrt_spouseretire.gnucash-xea
+share/gnucash/accounts/fr_FR/acctchrt_brokerage.gnucash-xea
+share/gnucash/accounts/fr_FR/acctchrt_business.gnucash-xea
+share/gnucash/accounts/fr_FR/acctchrt_carloan.gnucash-xea
+share/gnucash/accounts/fr_FR/acctchrt_cdmoneymkt.gnucash-xea
+share/gnucash/accounts/fr_FR/acctchrt_childcare.gnucash-xea
+share/gnucash/accounts/fr_FR/acctchrt_common.gnucash-xea
+share/gnucash/accounts/fr_FR/acctchrt_currency.gnucash-xea
+share/gnucash/accounts/fr_FR/acctchrt_eduloan.gnucash-xea
+share/gnucash/accounts/fr_FR/acctchrt_fixedassets.gnucash-xea
+share/gnucash/accounts/fr_FR/acctchrt_homeloan.gnucash-xea
+share/gnucash/accounts/fr_FR/acctchrt_homeown.gnucash-xea
+share/gnucash/accounts/fr_FR/acctchrt_otherloan.gnucash-xea
+share/gnucash/accounts/fr_FR/acctchrt_renter.gnucash-xea
+share/gnucash/accounts/fr_FR/acctchrt_retiremt.gnucash-xea
+share/gnucash/accounts/fr_FR/acctchrt_spouseinc.gnucash-xea
+share/gnucash/accounts/fr_FR/acctchrt_spouseretire.gnucash-xea
+share/gnucash/accounts/hu_HU/acctchrt_brokerage.gnucash-xea
+share/gnucash/accounts/hu_HU/acctchrt_business.gnucash-xea
+share/gnucash/accounts/hu_HU/acctchrt_carloan.gnucash-xea
+share/gnucash/accounts/hu_HU/acctchrt_cdmoneymkt.gnucash-xea
+share/gnucash/accounts/hu_HU/acctchrt_checkbook.gnucash-xea
+share/gnucash/accounts/hu_HU/acctchrt_childcare.gnucash-xea
+share/gnucash/accounts/hu_HU/acctchrt_common.gnucash-xea
+share/gnucash/accounts/hu_HU/acctchrt_eduloan.gnucash-xea
+share/gnucash/accounts/hu_HU/acctchrt_fixedassets.gnucash-xea
+share/gnucash/accounts/hu_HU/acctchrt_homeloan.gnucash-xea
+share/gnucash/accounts/hu_HU/acctchrt_homeown.gnucash-xea
+share/gnucash/accounts/hu_HU/acctchrt_otherloan.gnucash-xea
+share/gnucash/accounts/hu_HU/acctchrt_renter.gnucash-xea
+share/gnucash/accounts/hu_HU/acctchrt_retiremt.gnucash-xea
+share/gnucash/accounts/hu_HU/acctchrt_spouseinc.gnucash-xea
+share/gnucash/accounts/hu_HU/acctchrt_spouseretire.gnucash-xea
+share/gnucash/accounts/it/acctchrt_brokerage.gnucash-xea
+share/gnucash/accounts/it/acctchrt_carloan.gnucash-xea
+share/gnucash/accounts/it/acctchrt_checkbook.gnucash-xea
+share/gnucash/accounts/it/acctchrt_childcare.gnucash-xea
+share/gnucash/accounts/it/acctchrt_common.gnucash-xea
+share/gnucash/accounts/it/acctchrt_fixedassets.gnucash-xea
+share/gnucash/accounts/it/acctchrt_homeloan.gnucash-xea
+share/gnucash/accounts/it/acctchrt_homeown.gnucash-xea
+share/gnucash/accounts/it/acctchrt_otherloan.gnucash-xea
+share/gnucash/accounts/it/acctchrt_renter.gnucash-xea
+share/gnucash/accounts/it/acctchrt_retiremt.gnucash-xea
+share/gnucash/accounts/it/acctchrt_spouseinc.gnucash-xea
+share/gnucash/accounts/it/acctchrt_spouseretire.gnucash-xea
+share/gnucash/accounts/nb/acctchrt_brokerage.gnucash-xea
+share/gnucash/accounts/nb/acctchrt_business.gnucash-xea
+share/gnucash/accounts/nb/acctchrt_carloan.gnucash-xea
+share/gnucash/accounts/nb/acctchrt_cdmoneymkt.gnucash-xea
+share/gnucash/accounts/nb/acctchrt_checkbook.gnucash-xea
+share/gnucash/accounts/nb/acctchrt_childcare.gnucash-xea
+share/gnucash/accounts/nb/acctchrt_common.gnucash-xea
+share/gnucash/accounts/nb/acctchrt_eduloan.gnucash-xea
+share/gnucash/accounts/nb/acctchrt_fixedassets.gnucash-xea
+share/gnucash/accounts/nb/acctchrt_full.gnucash-xea
+share/gnucash/accounts/nb/acctchrt_homeloan.gnucash-xea
+share/gnucash/accounts/nb/acctchrt_homeown.gnucash-xea
+share/gnucash/accounts/nb/acctchrt_otherloan.gnucash-xea
+share/gnucash/accounts/nb/acctchrt_renter.gnucash-xea
+share/gnucash/accounts/nb/acctchrt_retiremt.gnucash-xea
+share/gnucash/accounts/nb/acctchrt_spouseinc.gnucash-xea
+share/gnucash/accounts/nb/acctchrt_spouseretire.gnucash-xea
+share/gnucash/accounts/pt_BR/acctchrt_brokerage.gnucash-xea
+share/gnucash/accounts/pt_BR/acctchrt_carloan.gnucash-xea
+share/gnucash/accounts/pt_BR/acctchrt_cdmoneymkt.gnucash-xea
+share/gnucash/accounts/pt_BR/acctchrt_childcare.gnucash-xea
+share/gnucash/accounts/pt_BR/acctchrt_common.gnucash-xea
+share/gnucash/accounts/pt_BR/acctchrt_currency.gnucash-xea
+share/gnucash/accounts/pt_BR/acctchrt_eduloan.gnucash-xea
+share/gnucash/accounts/pt_BR/acctchrt_fixedassets.gnucash-xea
+share/gnucash/accounts/pt_BR/acctchrt_homeloan.gnucash-xea
+share/gnucash/accounts/pt_BR/acctchrt_homeown.gnucash-xea
+share/gnucash/accounts/pt_BR/acctchrt_otherloan.gnucash-xea
+share/gnucash/accounts/pt_BR/acctchrt_renter.gnucash-xea
+share/gnucash/accounts/pt_BR/acctchrt_retiremt.gnucash-xea
+share/gnucash/accounts/pt_BR/acctchrt_spouseinc.gnucash-xea
+share/gnucash/accounts/pt_BR/acctchrt_spouseretire.gnucash-xea
+share/gnucash/accounts/pt_PT/acctchrt_brokerage.gnucash-xea
+share/gnucash/accounts/pt_PT/acctchrt_carloan.gnucash-xea
+share/gnucash/accounts/pt_PT/acctchrt_cdmoneymkt.gnucash-xea
+share/gnucash/accounts/pt_PT/acctchrt_childcare.gnucash-xea
+share/gnucash/accounts/pt_PT/acctchrt_common.gnucash-xea
+share/gnucash/accounts/pt_PT/acctchrt_eduloan.gnucash-xea
+share/gnucash/accounts/pt_PT/acctchrt_fixedassets.gnucash-xea
+share/gnucash/accounts/pt_PT/acctchrt_homeloan.gnucash-xea
+share/gnucash/accounts/pt_PT/acctchrt_homeown.gnucash-xea
+share/gnucash/accounts/pt_PT/acctchrt_otherloan.gnucash-xea
+share/gnucash/accounts/pt_PT/acctchrt_renter.gnucash-xea
+share/gnucash/accounts/pt_PT/acctchrt_retiremt.gnucash-xea
+share/gnucash/accounts/pt_PT/acctchrt_spouseinc.gnucash-xea
+share/gnucash/accounts/pt_PT/acctchrt_spouseretire.gnucash-xea
+share/gnucash/accounts/sk/acctchrt_brokerage.gnucash-xea
+share/gnucash/accounts/sk/acctchrt_carloan.gnucash-xea
+share/gnucash/accounts/sk/acctchrt_cdmoneymkt.gnucash-xea
+share/gnucash/accounts/sk/acctchrt_childcare.gnucash-xea
+share/gnucash/accounts/sk/acctchrt_common.gnucash-xea
+share/gnucash/accounts/sk/acctchrt_currency.gnucash-xea
+share/gnucash/accounts/sk/acctchrt_eduloan.gnucash-xea
+share/gnucash/accounts/sk/acctchrt_fixedassets.gnucash-xea
+share/gnucash/accounts/sk/acctchrt_homeloan.gnucash-xea
+share/gnucash/accounts/sk/acctchrt_homeown.gnucash-xea
+share/gnucash/accounts/sk/acctchrt_otherloan.gnucash-xea
+share/gnucash/accounts/sk/acctchrt_renter.gnucash-xea
+share/gnucash/accounts/sk/acctchrt_retiremt.gnucash-xea
+share/gnucash/accounts/sk/acctchrt_spouseinc.gnucash-xea
+share/gnucash/accounts/sk/acctchrt_spouseretire.gnucash-xea
+share/gnucash/accounts/tr_TR/acctchrt_TEKDUZ.gnucash-xea
+share/gnucash/accounts/tr_TR/acctchrt_brokerage.gnucash-xea
+share/gnucash/accounts/tr_TR/acctchrt_carloan.gnucash-xea
+share/gnucash/accounts/tr_TR/acctchrt_cdmoneymkt.gnucash-xea
+share/gnucash/accounts/tr_TR/acctchrt_checkbook.gnucash-xea
+share/gnucash/accounts/tr_TR/acctchrt_common.gnucash-xea
+share/gnucash/accounts/tr_TR/acctchrt_fixedassets.gnucash-xea
+share/gnucash/accounts/tr_TR/acctchrt_homeloan.gnucash-xea
+share/gnucash/doc/AUTHORS
+share/gnucash/doc/COPYING
+share/gnucash/doc/ChangeLog
+share/gnucash/doc/ChangeLog.2003
+share/gnucash/doc/ChangeLog.2004
+share/gnucash/doc/ChangeLog.2005
+share/gnucash/doc/DOCUMENTERS
+share/gnucash/doc/HACKING
+share/gnucash/doc/INSTALL
+share/gnucash/doc/LICENSE
+share/gnucash/doc/NEWS
+share/gnucash/doc/README
+share/gnucash/doc/README.dependencies
+share/gnucash/doc/README.francais
+share/gnucash/doc/README.german
+share/gnucash/doc/README.patches
+share/gnucash/doc/examples/Money95bank_fr.qif
+share/gnucash/doc/examples/Money95invst_fr.qif
+share/gnucash/doc/examples/Money95mfunds_fr.qif
+share/gnucash/doc/examples/Money95stocks_fr.qif
+share/gnucash/doc/examples/README
+share/gnucash/doc/examples/abc-all.qif
+share/gnucash/doc/examples/abc.qif
+share/gnucash/doc/examples/bogus.qif
+share/gnucash/doc/examples/cbb-export.qif
+share/gnucash/doc/examples/currency.xac
+share/gnucash/doc/examples/currency_tree_xml.xac
+share/gnucash/doc/examples/every.qif
+share/gnucash/doc/examples/ms-money.qif
+share/gnucash/doc/examples/quicktest.qif
+share/gnucash/doc/examples/splitdemo.xac
+share/gnucash/doc/examples/swipe.qif
+share/gnucash/doc/examples/taxreport.xac
+share/gnucash/doc/examples/test.xac
+share/gnucash/doc/examples/test2.xac
+share/gnucash/doc/examples/test3.xac
+share/gnucash/doc/examples/test4.xac
+share/gnucash/doc/examples/trading.xac
+share/gnucash/doc/examples/trading2.xac
+share/gnucash/doc/examples/web.qif
+share/gnucash/doc/examples/xfer.xac
+share/gnucash/doc/guile-hackers.txt
+share/gnucash/doc/projects.html
+share/gnucash/glade/account.glade
+share/gnucash/glade/acctperiod.glade
+share/gnucash/glade/billterms.glade
+share/gnucash/glade/budget.glade
+share/gnucash/glade/businessprefs.glade
+share/gnucash/glade/chart-export.glade
+share/gnucash/glade/choose-owner.glade
+share/gnucash/glade/commodities.glade
+share/gnucash/glade/commodity.glade
+share/gnucash/glade/customer.glade
+share/gnucash/glade/date-close.glade
+share/gnucash/glade/dialog-query-list.glade
+share/gnucash/glade/dialog-reset-warnings.glade
+share/gnucash/glade/druid-gconf-setup.glade
+share/gnucash/glade/druid-gnc-xml-import.glade
+share/gnucash/glade/druid-provider-multifile.glade
+share/gnucash/glade/employee.glade
+share/gnucash/glade/exchange-dialog.glade
+share/gnucash/glade/fincalc.glade
+share/gnucash/glade/generic-import.glade
+share/gnucash/glade/gnc-date-format.glade
+share/gnucash/glade/gnc-gui-query.glade
+share/gnucash/glade/import-provider-format.glade
+share/gnucash/glade/invoice.glade
+share/gnucash/glade/job.glade
+share/gnucash/glade/lots.glade
+share/gnucash/glade/merge.glade
+share/gnucash/glade/newuser.glade
+share/gnucash/glade/order.glade
+share/gnucash/glade/payment.glade
+share/gnucash/glade/preferences.glade
+share/gnucash/glade/price.glade
+share/gnucash/glade/print.glade
+share/gnucash/glade/progress.glade
+share/gnucash/glade/qif.glade
+share/gnucash/glade/reconcile.glade
+share/gnucash/glade/register.glade
+share/gnucash/glade/report.glade
+share/gnucash/glade/sched-xact.glade
+share/gnucash/glade/search.glade
+share/gnucash/glade/stocks.glade
+share/gnucash/glade/tax-tables.glade
+share/gnucash/glade/tax.glade
+share/gnucash/glade/totd.glade
+share/gnucash/glade/transfer.glade
+share/gnucash/glade/userpass.glade
+share/gnucash/glade/vendor.glade
+share/gnucash/gnome
+share/gnucash/goffice/glade/go-font-sel.glade
+share/gnucash/goffice/glade/go-format-sel.glade
+share/gnucash/goffice/glade/go-rotation-sel.glade
+share/gnucash/goffice/glade/gog-axis-prefs.glade
+share/gnucash/goffice/glade/gog-chart-prefs.glade
+share/gnucash/goffice/glade/gog-error-bar-prefs.glade
+share/gnucash/goffice/glade/gog-guru-type-selector.glade
+share/gnucash/goffice/glade/gog-guru.glade
+share/gnucash/goffice/glade/gog-object-prefs.glade
+share/gnucash/goffice/glade/gog-reg-curve-prefs.glade
+share/gnucash/goffice/glade/gog-reg-eqn-prefs.glade
+share/gnucash/goffice/glade/gog-style-prefs.glade
+share/gnucash/goffice/patterns/svg-patterns.xml
+share/gnucash/guile-modules/g-wrapped/gw-app-utils-spec.scm
+share/gnucash/guile-modules/g-wrapped/gw-app-utils.scm
+share/gnucash/guile-modules/g-wrapped/gw-business-core-spec.scm
+share/gnucash/guile-modules/g-wrapped/gw-business-core.scm
+share/gnucash/guile-modules/g-wrapped/gw-business-gnome-spec.scm
+share/gnucash/guile-modules/g-wrapped/gw-business-gnome.scm
+share/gnucash/guile-modules/g-wrapped/gw-core-utils-spec.scm
+share/gnucash/guile-modules/g-wrapped/gw-core-utils.scm
+share/gnucash/guile-modules/g-wrapped/gw-dialog-tax-table-spec.scm
+share/gnucash/guile-modules/g-wrapped/gw-dialog-tax-table.scm
+share/gnucash/guile-modules/g-wrapped/gw-engine-spec.scm
+share/gnucash/guile-modules/g-wrapped/gw-engine.scm
+share/gnucash/guile-modules/g-wrapped/gw-gnc-module-spec.scm
+share/gnucash/guile-modules/g-wrapped/gw-gnc-module.scm
+share/gnucash/guile-modules/g-wrapped/gw-gnc-spec.scm
+share/gnucash/guile-modules/g-wrapped/gw-gnc.scm
+share/gnucash/guile-modules/g-wrapped/gw-gnome-utils-spec.scm
+share/gnucash/guile-modules/g-wrapped/gw-gnome-utils.scm
+share/gnucash/guile-modules/g-wrapped/gw-kvp-spec.scm
+share/gnucash/guile-modules/g-wrapped/gw-kvp.scm
+share/gnucash/guile-modules/g-wrapped/gw-register-core-spec.scm
+share/gnucash/guile-modules/g-wrapped/gw-register-core.scm
+share/gnucash/guile-modules/g-wrapped/gw-report-gnome-spec.scm
+share/gnucash/guile-modules/g-wrapped/gw-report-gnome.scm
+share/gnucash/guile-modules/g-wrapped/gw-report-system-spec.scm
+share/gnucash/guile-modules/g-wrapped/gw-report-system.scm
+share/gnucash/guile-modules/gnucash/app-utils.scm
+share/gnucash/guile-modules/gnucash/business-core.scm
+share/gnucash/guile-modules/gnucash/business-gnome.scm
+share/gnucash/guile-modules/gnucash/business-utils.scm
+share/gnucash/guile-modules/gnucash/dialog-tax-table.scm
+share/gnucash/guile-modules/gnucash/engine.scm
+share/gnucash/guile-modules/gnucash/gnc-module.scm
+share/gnucash/guile-modules/gnucash/gnome-utils.scm
+share/gnucash/guile-modules/gnucash/import-export/qif-import.scm
+share/gnucash/guile-modules/gnucash/main.scm
+share/gnucash/guile-modules/gnucash/price-quotes.scm
+share/gnucash/guile-modules/gnucash/printing/number-to-words.scm
+share/gnucash/guile-modules/gnucash/process.scm
+share/gnucash/guile-modules/gnucash/report/account-piecharts.scm
+share/gnucash/guile-modules/gnucash/report/account-summary.scm
+share/gnucash/guile-modules/gnucash/report/advanced-portfolio.scm
+share/gnucash/guile-modules/gnucash/report/aging.scm
+share/gnucash/guile-modules/gnucash/report/average-balance.scm
+share/gnucash/guile-modules/gnucash/report/balance-sheet.scm
+share/gnucash/guile-modules/gnucash/report/budget.scm
+share/gnucash/guile-modules/gnucash/report/business-reports.scm
+share/gnucash/guile-modules/gnucash/report/cash-flow.scm
+share/gnucash/guile-modules/gnucash/report/category-barchart.scm
+share/gnucash/guile-modules/gnucash/report/daily-reports.scm
+share/gnucash/guile-modules/gnucash/report/easy-invoice.scm
+share/gnucash/guile-modules/gnucash/report/equity-statement.scm
+share/gnucash/guile-modules/gnucash/report/fancy-invoice.scm
+share/gnucash/guile-modules/gnucash/report/general-journal.scm
+share/gnucash/guile-modules/gnucash/report/general-ledger.scm
+share/gnucash/guile-modules/gnucash/report/hello-world.scm
+share/gnucash/guile-modules/gnucash/report/income-statement.scm
+share/gnucash/guile-modules/gnucash/report/invoice.scm
+share/gnucash/guile-modules/gnucash/report/locale-specific/de_DE.scm
+share/gnucash/guile-modules/gnucash/report/locale-specific/us.scm
+share/gnucash/guile-modules/gnucash/report/net-barchart.scm
+share/gnucash/guile-modules/gnucash/report/owner-report.scm
+share/gnucash/guile-modules/gnucash/report/payables.scm
+share/gnucash/guile-modules/gnucash/report/portfolio.scm
+share/gnucash/guile-modules/gnucash/report/price-scatter.scm
+share/gnucash/guile-modules/gnucash/report/receivables.scm
+share/gnucash/guile-modules/gnucash/report/register.scm
+share/gnucash/guile-modules/gnucash/report/report-gnome.scm
+share/gnucash/guile-modules/gnucash/report/report-system.scm
+share/gnucash/guile-modules/gnucash/report/standard-reports.scm
+share/gnucash/guile-modules/gnucash/report/stylesheet-easy.scm
+share/gnucash/guile-modules/gnucash/report/stylesheet-fancy.scm
+share/gnucash/guile-modules/gnucash/report/stylesheet-plain.scm
+share/gnucash/guile-modules/gnucash/report/stylesheets.scm
+share/gnucash/guile-modules/gnucash/report/taxtxf-de_DE.scm
+share/gnucash/guile-modules/gnucash/report/taxtxf.scm
+share/gnucash/guile-modules/gnucash/report/transaction.scm
+share/gnucash/guile-modules/gnucash/report/trial-balance.scm
+share/gnucash/guile-modules/gnucash/report/utility-reports.scm
+share/gnucash/guile-modules/gnucash/report/view-column.scm
+share/gnucash/guile-modules/gnucash/report/welcome-to-gnucash.scm
+share/gnucash/guile-modules/gnucash/tax/de_DE.scm
+share/gnucash/guile-modules/gnucash/tax/us.scm
+share/gnucash/guile-modules/www/cgi.scm
+share/gnucash/guile-modules/www/http.scm
+share/gnucash/guile-modules/www/main.scm
+share/gnucash/guile-modules/www/url.scm
+share/gnucash/pixmaps/appicon.png
+share/gnucash/pixmaps/gnc-account-16.png
+share/gnucash/pixmaps/gnc-account-delete-16.png
+share/gnucash/pixmaps/gnc-account-delete.png
+share/gnucash/pixmaps/gnc-account-edit-16.png
+share/gnucash/pixmaps/gnc-account-edit.png
+share/gnucash/pixmaps/gnc-account-new-16.png
+share/gnucash/pixmaps/gnc-account-new.png
+share/gnucash/pixmaps/gnc-account-open-16.png
+share/gnucash/pixmaps/gnc-account-open.png
+share/gnucash/pixmaps/gnc-account.png
+share/gnucash/pixmaps/gnc-invoice-16.png
+share/gnucash/pixmaps/gnc-invoice-edit-16.png
+share/gnucash/pixmaps/gnc-invoice-edit.png
+share/gnucash/pixmaps/gnc-invoice-post-16.png
+share/gnucash/pixmaps/gnc-invoice-post.png
+share/gnucash/pixmaps/gnc-invoice-unpost-16.png
+share/gnucash/pixmaps/gnc-invoice-unpost.png
+share/gnucash/pixmaps/gnc-invoice.png
+share/gnucash/pixmaps/gnc-jumpto-16.png
+share/gnucash/pixmaps/gnc-jumpto.png
+share/gnucash/pixmaps/gnc-split-trans-16.png
+share/gnucash/pixmaps/gnc-split-trans.png
+share/gnucash/pixmaps/gnc-sx-new-16.png
+share/gnucash/pixmaps/gnc-sx-new.png
+share/gnucash/pixmaps/gnc-transfer-16.png
+share/gnucash/pixmaps/gnc-transfer.png
+share/gnucash/pixmaps/gnucash-icon.png
+share/gnucash/pixmaps/gnucash_splash.png
+share/gnucash/pixmaps/goffice/area.xpm
+share/gnucash/pixmaps/goffice/bar-hboth.png
+share/gnucash/pixmaps/goffice/bar-hminus.png
+share/gnucash/pixmaps/goffice/bar-hplus.png
+share/gnucash/pixmaps/goffice/bar-none.png
+share/gnucash/pixmaps/goffice/bar-vboth.png
+share/gnucash/pixmaps/goffice/bar-vminus.png
+share/gnucash/pixmaps/goffice/bar-vplus.png
+share/gnucash/pixmaps/goffice/bar.xpm
+share/gnucash/pixmaps/goffice/boxplot.xpm
+share/gnucash/pixmaps/goffice/bubble.xpm
+share/gnucash/pixmaps/goffice/chart_area_1_1.png
+share/gnucash/pixmaps/goffice/chart_area_1_2.png
+share/gnucash/pixmaps/goffice/chart_area_1_3.png
+share/gnucash/pixmaps/goffice/chart_bar_1_1.png
+share/gnucash/pixmaps/goffice/chart_bar_1_2.png
+share/gnucash/pixmaps/goffice/chart_bar_1_3.png
+share/gnucash/pixmaps/goffice/chart_bar_2_1.png
+share/gnucash/pixmaps/goffice/chart_bar_2_2.png
+share/gnucash/pixmaps/goffice/chart_bar_2_3.png
+share/gnucash/pixmaps/goffice/chart_boxplot_1_1.png
+share/gnucash/pixmaps/goffice/chart_bubble_1_1.png
+share/gnucash/pixmaps/goffice/chart_column_1_1.png
+share/gnucash/pixmaps/goffice/chart_column_1_2.png
+share/gnucash/pixmaps/goffice/chart_column_1_3.png
+share/gnucash/pixmaps/goffice/chart_column_2_1.png
+share/gnucash/pixmaps/goffice/chart_column_2_2.png
+share/gnucash/pixmaps/goffice/chart_column_2_3.png
+share/gnucash/pixmaps/goffice/chart_column_3_1.png
+share/gnucash/pixmaps/goffice/chart_cone_1_1.png
+share/gnucash/pixmaps/goffice/chart_cone_1_2.png
+share/gnucash/pixmaps/goffice/chart_cone_1_3.png
+share/gnucash/pixmaps/goffice/chart_cone_2_1.png
+share/gnucash/pixmaps/goffice/chart_cone_2_2.png
+share/gnucash/pixmaps/goffice/chart_cone_2_3.png
+share/gnucash/pixmaps/goffice/chart_cone_3_1.png
+share/gnucash/pixmaps/goffice/chart_contour_1_1.png
+share/gnucash/pixmaps/goffice/chart_cylinder_1_1.png
+share/gnucash/pixmaps/goffice/chart_cylinder_1_2.png
+share/gnucash/pixmaps/goffice/chart_cylinder_1_3.png
+share/gnucash/pixmaps/goffice/chart_cylinder_2_1.png
+share/gnucash/pixmaps/goffice/chart_cylinder_2_2.png
+share/gnucash/pixmaps/goffice/chart_cylinder_2_3.png
+share/gnucash/pixmaps/goffice/chart_cylinder_3_1.png
+share/gnucash/pixmaps/goffice/chart_dropbar_1_1.png
+share/gnucash/pixmaps/goffice/chart_dropbar_1_2.png
+share/gnucash/pixmaps/goffice/chart_line_1_1.png
+share/gnucash/pixmaps/goffice/chart_line_1_2.png
+share/gnucash/pixmaps/goffice/chart_line_1_3.png
+share/gnucash/pixmaps/goffice/chart_line_2_1.png
+share/gnucash/pixmaps/goffice/chart_line_2_2.png
+share/gnucash/pixmaps/goffice/chart_line_2_3.png
+share/gnucash/pixmaps/goffice/chart_line_3_1.png
+share/gnucash/pixmaps/goffice/chart_minmax_1_1.png
+share/gnucash/pixmaps/goffice/chart_minmax_1_2.png
+share/gnucash/pixmaps/goffice/chart_minmax_2_1.png
+share/gnucash/pixmaps/goffice/chart_minmax_2_2.png
+share/gnucash/pixmaps/goffice/chart_pie_1_1.png
+share/gnucash/pixmaps/goffice/chart_pie_1_2.png
+share/gnucash/pixmaps/goffice/chart_pie_1_3.png
+share/gnucash/pixmaps/goffice/chart_pie_2_1.png
+share/gnucash/pixmaps/goffice/chart_pie_2_2.png
+share/gnucash/pixmaps/goffice/chart_pie_2_3.png
+share/gnucash/pixmaps/goffice/chart_polar_1_1.png
+share/gnucash/pixmaps/goffice/chart_pyramid_1_1.png
+share/gnucash/pixmaps/goffice/chart_pyramid_1_2.png
+share/gnucash/pixmaps/goffice/chart_pyramid_1_3.png
+share/gnucash/pixmaps/goffice/chart_pyramid_2_1.png
+share/gnucash/pixmaps/goffice/chart_pyramid_2_2.png
+share/gnucash/pixmaps/goffice/chart_pyramid_2_3.png
+share/gnucash/pixmaps/goffice/chart_pyramid_3_1.png
+share/gnucash/pixmaps/goffice/chart_radar_1_1.png
+share/gnucash/pixmaps/goffice/chart_radar_1_2.png
+share/gnucash/pixmaps/goffice/chart_radar_1_3.png
+share/gnucash/pixmaps/goffice/chart_ring_1_1.png
+share/gnucash/pixmaps/goffice/chart_ring_1_2.png
+share/gnucash/pixmaps/goffice/chart_scatter_1_1.png
+share/gnucash/pixmaps/goffice/chart_scatter_2_1.png
+share/gnucash/pixmaps/goffice/chart_scatter_2_2.png
+share/gnucash/pixmaps/goffice/chart_scatter_3_1.png
+share/gnucash/pixmaps/goffice/chart_scatter_3_2.png
+share/gnucash/pixmaps/goffice/chart_scatter_3_3.png
+share/gnucash/pixmaps/goffice/chart_stock_1_1.png
+share/gnucash/pixmaps/goffice/chart_stock_1_2.png
+share/gnucash/pixmaps/goffice/chart_stock_2_1.png
+share/gnucash/pixmaps/goffice/chart_stock_2_2.png
+share/gnucash/pixmaps/goffice/column.xpm
+share/gnucash/pixmaps/goffice/doughnut.xpm
+share/gnucash/pixmaps/goffice/dropbar.xpm
+share/gnucash/pixmaps/goffice/linegraph.xpm
+share/gnucash/pixmaps/goffice/minmax.xpm
+share/gnucash/pixmaps/goffice/pie.xpm
+share/gnucash/pixmaps/goffice/polar.png
+share/gnucash/pixmaps/goffice/radar.xpm
+share/gnucash/pixmaps/goffice/scatter.xpm
+share/gnucash/pixmaps/goffice/stock.xpm
+share/gnucash/pixmaps/goffice/surface.xpm
+share/gnucash/pixmaps/stock_split_title.png
+share/gnucash/pixmaps/stock_split_watermark.png
+share/gnucash/scm/build-config.scm
+share/gnucash/scm/business-options.scm
+share/gnucash/scm/business-prefs.scm
+share/gnucash/scm/c-interface.scm
+share/gnucash/scm/command-line.scm
+share/gnucash/scm/commodity-table.scm
+share/gnucash/scm/commodity-utilities.scm
+share/gnucash/scm/config-var.scm
+share/gnucash/scm/date-utilities.scm
+share/gnucash/scm/doc.scm
+share/gnucash/scm/engine-interface.scm
+share/gnucash/scm/engine-utilities.scm
+share/gnucash/scm/fin.scm
+share/gnucash/scm/gnc-menu-extensions.scm
+share/gnucash/scm/gnc-numeric.scm
+share/gnucash/scm/gnumeric/gnumeric-utilities.scm
+share/gnucash/scm/gnumeric/table-utils.scm
+share/gnucash/scm/hooks.scm
+share/gnucash/scm/html-acct-table.scm
+share/gnucash/scm/html-barchart.scm
+share/gnucash/scm/html-document.scm
+share/gnucash/scm/html-piechart.scm
+share/gnucash/scm/html-scatter.scm
+share/gnucash/scm/html-style-info.scm
+share/gnucash/scm/html-style-sheet.scm
+share/gnucash/scm/html-table.scm
+share/gnucash/scm/html-text.scm
+share/gnucash/scm/html-utilities.scm
+share/gnucash/scm/kvp-option-registry.scm
+share/gnucash/scm/main-window.scm
+share/gnucash/scm/options-utilities.scm
+share/gnucash/scm/options.scm
+share/gnucash/scm/prefs.scm
+share/gnucash/scm/printing/print-check.scm
+share/gnucash/scm/qif-import/qif-dialog-utils.scm
+share/gnucash/scm/qif-import/qif-file.scm
+share/gnucash/scm/qif-import/qif-guess-map.scm
+share/gnucash/scm/qif-import/qif-import.scm
+share/gnucash/scm/qif-import/qif-merge-groups.scm
+share/gnucash/scm/qif-import/qif-objects.scm
+share/gnucash/scm/qif-import/qif-parse.scm
+share/gnucash/scm/qif-import/qif-to-gnc.scm
+share/gnucash/scm/qif-import/qif-utils.scm
+share/gnucash/scm/report-utilities.scm
+share/gnucash/scm/report.scm
+share/gnucash/scm/simple-obj.scm
+share/gnucash/scm/substring-search.scm
+share/gnucash/scm/txf-de_DE.scm
+share/gnucash/scm/txf-help-de_DE.scm
+share/gnucash/scm/txf-help.scm
+share/gnucash/scm/txf.scm
+share/gnucash/scm/xml-generator.scm
+share/gnucash/tip_of_the_day.list
+share/gnucash/ui/gnc-main-window-ui.xml
+share/gnucash/ui/gnc-plugin-account-tree-ui.xml
+share/gnucash/ui/gnc-plugin-basic-commands-ui.xml
+share/gnucash/ui/gnc-plugin-budget-ui.xml
+share/gnucash/ui/gnc-plugin-business-ui.xml
+share/gnucash/ui/gnc-plugin-file-history-ui.xml
+share/gnucash/ui/gnc-plugin-log-replay-ui.xml
+share/gnucash/ui/gnc-plugin-ofx-ui.xml
+share/gnucash/ui/gnc-plugin-page-account-tree-ui.xml
+share/gnucash/ui/gnc-plugin-page-budget-ui.xml
+share/gnucash/ui/gnc-plugin-page-invoice-ui.xml
+share/gnucash/ui/gnc-plugin-page-register-ui.xml
+share/gnucash/ui/gnc-plugin-page-report-ui.xml
+share/gnucash/ui/gnc-plugin-page-sxregister-ui.xml
+share/gnucash/ui/gnc-plugin-qif-import-ui.xml
+share/gnucash/ui/gnc-plugin-register-ui.xml
+share/gnucash/ui/gnc-plugin-stylesheets-ui.xml
+share/gnucash/ui/gnc-reconcile-window-ui.xml
+share/gnucash/ui/gnc-sxed-to-create-window-ui.xml
+share/gnucash/ui/gnc-sxed-window-ui-full.xml
+share/gnucash/ui/gnc-sxed-window-ui.xml
+share/gnucash/xml/qsf/pilot-qsf-GnuCashInvoice.xml
+share/gnucash/xml/qsf/pilot-qsf-gncCustomer.xml
+share/gnucash/xml/qsf/qsf-map.xsd.xml
+share/gnucash/xml/qsf/qsf-object.xsd.xml
+share/pixmaps/gnucash-icon.png
+share/xml/gnucash/xsl/README
+share/xml/gnucash/xsl/date-time.xsl
+share/xml/gnucash/xsl/gnucash-gnccustomer-vcard2.xsl
+share/xml/gnucash/xsl/gnucash-std.xsl
+share/xml/gnucash/xsl/string.xsl
+share/xml/gnucash/xsl/vcard-gnccustomer.pl
+share/locale/ca/LC_MESSAGES/gnucash.mo
+share/locale/cs/LC_MESSAGES/gnucash.mo
+share/locale/da/LC_MESSAGES/gnucash.mo
+share/locale/de/LC_MESSAGES/gnucash.mo
+share/locale/el/LC_MESSAGES/gnucash.mo
+share/locale/en_GB/LC_MESSAGES/gnucash.mo
+share/locale/es/LC_MESSAGES/gnucash.mo
+share/locale/es_NI/LC_MESSAGES/gnucash.mo
+share/locale/eu/LC_MESSAGES/gnucash.mo
+share/locale/fr/LC_MESSAGES/gnucash.mo
+share/locale/hu/LC_MESSAGES/gnucash.mo
+share/locale/it/LC_MESSAGES/gnucash.mo
+share/locale/ja/LC_MESSAGES/gnucash.mo
+share/locale/nb/LC_MESSAGES/gnucash.mo
+share/locale/ne/LC_MESSAGES/gnucash.mo
+share/locale/nl/LC_MESSAGES/gnucash.mo
+share/locale/pl/LC_MESSAGES/gnucash.mo
+share/locale/pt/LC_MESSAGES/gnucash.mo
+share/locale/pt_BR/LC_MESSAGES/gnucash.mo
+share/locale/ro/LC_MESSAGES/gnucash.mo
+share/locale/ru/LC_MESSAGES/gnucash.mo
+share/locale/rw/LC_MESSAGES/gnucash.mo
+share/locale/sk/LC_MESSAGES/gnucash.mo
+share/locale/sv/LC_MESSAGES/gnucash.mo
+share/locale/ta/LC_MESSAGES/gnucash.mo
+share/locale/tr/LC_MESSAGES/gnucash.mo
+share/locale/uk/LC_MESSAGES/gnucash.mo
+share/locale/zh_CN/LC_MESSAGES/gnucash.mo
+share/locale/zh_TW/LC_MESSAGES/gnucash.mo
+@dirrmtry share/locale/zh_TW/LC_MESSAGES
+@dirrmtry share/locale/zh_TW
+@dirrmtry share/locale/zh_CN/LC_MESSAGES
+@dirrmtry share/locale/zh_CN
+@dirrmtry share/locale/uk/LC_MESSAGES
+@dirrmtry share/locale/uk
+@dirrmtry share/locale/sk/LC_MESSAGES
+@dirrmtry share/locale/sk
+@dirrmtry share/locale/rw/LC_MESSAGES
+@dirrmtry share/locale/rw
+@dirrmtry share/locale/ro/LC_MESSAGES
+@dirrmtry share/locale/ro
+@dirrmtry share/locale/pt/LC_MESSAGES
+@dirrmtry share/locale/pt
+@dirrmtry share/locale/pl/LC_MESSAGES
+@dirrmtry share/locale/pl
+@dirrmtry share/locale/ne/LC_MESSAGES
+@dirrmtry share/locale/ne
+@dirrmtry share/locale/es_NI/LC_MESSAGES
+@dirrmtry share/locale/es_NI
+@dirrmtry share/locale/el/LC_MESSAGES
+@dirrmtry share/locale/el
+@dirrmtry share/locale/cs/LC_MESSAGES
+@dirrmtry share/locale/cs
+@dirrmtry share/locale/ca/LC_MESSAGES
+@dirrmtry share/locale/ca
+@dirrm share/xml/gnucash/xsl
+@dirrm share/xml/gnucash
+@dirrm share/xml
+@dirrm share/gnucash/xml/qsf
+@dirrm share/gnucash/xml
+@dirrm share/gnucash/ui
+@dirrm share/gnucash/scm/qif-import
+@dirrm share/gnucash/scm/printing
+@dirrm share/gnucash/scm/gnumeric
+@dirrm share/gnucash/scm
+@dirrm share/gnucash/pixmaps/goffice
+@dirrm share/gnucash/pixmaps
+@dirrm share/gnucash/guile-modules/www
+@dirrm share/gnucash/guile-modules/srfi
+@dirrm share/gnucash/guile-modules/gnucash/tax
+@dirrm share/gnucash/guile-modules/gnucash/report/locale-specific
+@dirrm share/gnucash/guile-modules/gnucash/report
+@dirrm share/gnucash/guile-modules/gnucash/printing
+@dirrm share/gnucash/guile-modules/gnucash/import-export
+@dirrm share/gnucash/guile-modules/gnucash
+@dirrm share/gnucash/guile-modules/g-wrapped
+@dirrm share/gnucash/guile-modules
+@dirrm share/gnucash/goffice/patterns
+@dirrm share/gnucash/goffice/glade
+@dirrm share/gnucash/goffice
+@dirrm share/gnucash/glade
+@dirrm share/gnucash/doc/examples
+@dirrm share/gnucash/doc
+@dirrm share/gnucash/accounts/tr_TR
+@dirrm share/gnucash/accounts/sk
+@dirrm share/gnucash/accounts/pt_PT
+@dirrm share/gnucash/accounts/pt_BR
+@dirrm share/gnucash/accounts/nb
+@dirrm share/gnucash/accounts/it
+@dirrm share/gnucash/accounts/hu_HU
+@dirrm share/gnucash/accounts/fr_FR
+@dirrm share/gnucash/accounts/fr_CH
+@dirrm share/gnucash/accounts/fr_CA
+@dirrm share/gnucash/accounts/es_ES
+@dirrm share/gnucash/accounts/el_GR
+@dirrm share/gnucash/accounts/de_DE
+@dirrm share/gnucash/accounts/de_CH
+@dirrm share/gnucash/accounts/de_AT
+@dirrm share/gnucash/accounts/da
+@dirrm share/gnucash/accounts/C
+@dirrm share/gnucash/accounts
+@dirrm share/gnucash
+@dirrm libexec/gnucash/overrides
+@dirrm libexec/gnucash
+@dirrm lib/gnucash/goffice/plugins/reg_linear
+@dirrm lib/gnucash/goffice/plugins/plot_xy
+@dirrm lib/gnucash/goffice/plugins/plot_surface
+@dirrm lib/gnucash/goffice/plugins/plot_radar
+@dirrm lib/gnucash/goffice/plugins/plot_pie
+@dirrm lib/gnucash/goffice/plugins/plot_boxes
+@dirrm lib/gnucash/goffice/plugins/plot_barcol
+@dirrm lib/gnucash/goffice/plugins
+@dirrm lib/gnucash/goffice
+@dirrm lib/gnucash
+@dirrm include/gnucash
+@dirrm etc/gnucash