summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-10-01 08:54:57 +0000
committerwiz <wiz@pkgsrc.org>2021-10-01 08:54:57 +0000
commit7271acde50841448b24ff93fcc5cb381b4579c04 (patch)
treeb83a370728ee154dea4adda241d2b9ea44f30d5c /finance
parentdcf0aab8f693bb011fd66574746a8bf49fbce13a (diff)
downloadpkgsrc-7271acde50841448b24ff93fcc5cb381b4579c04.tar.gz
gnucash: update to 4.8.
4.8 - 28 September 2021 The ninth release of the 4.x stable series. This is a snap release to fix a crasher bug on Linux. The only changes are [gsettings] Avoid crash from settings schema not being registered. Rethink how gsettings migration file is constructed GSettings hotfix - resolve crash due to bad schema reference 4.7 - 26 September 2021 The eighth release of the 4.x stable series. Compatibility Notice In order to allow flatpak users to share preferences with installations outside of the sandbox we need to change the preference path from /org/gnucash to /org/gnucash/GnuCash. This release of GnuCash does that and it will automatically migrate existing preferences. It does not, however, continue to write preferences to the old path and it runs the migration only once. If you go back and forth between GnuCash 4.7 and an older versions you'll have two sets of preferences, one for GnuCash 4.7 and later and another for GnuCash 4.6 and earlier. This includes the file history list and last-opened file. Between 4.6 and 4.7, the following bugfixes were accomplished: Bug 87847 - RFE: Create a 'checkbox' cell type Bug 766052 - Job report payments wrong when payment contains splits Bug 797596 - New-owner - improved representation of payments with multiple non-APAR splits Bug 798142 - Tax rate appears as a fraction Bug 798180 - Update to macOS Big Sur 11.3 breaks Finance Quote Bug 798205 - Some transactions dropped with no apparent cause or warnings for credit card ofx import Do not exclude from import a transaction that has an FITID which matches an already existing split. This is because it (1) may be a coincidence and therefore the transaction needs to be added or (2) could be on a transfer from the account being imported to another bank account which has already been imported, and so needs to be matched, not added. Bug 798208 - management fee transactions are ignored on OFX import Bug 798211 - Equity statement double calculates unrealized gain Bug 798219 - apply/OK truncates exchange rates from 4 to 2 decimal places; enter doesn't Bug 798221 - Transfer funds between accounts with different currencies crashes Gnucash on macOS Bug 798224 - Scheduled transactions are created with date-entered copied from the template transaction. Bug 798229 - GncDate::c_formats is being created and destroyed twice resulting in a double free crash on every exit. Bug 798234 - Cut Transaction discards the reference to the description/memo strings so that Paste Transaction will paste uninitialised data (or other strings) Bug 798235 - Reconciliation Ending Balance not recalculated the 2nd and subsequent times Statement Date is updated. Bug 798237 - Logging during XML file loading degrades performance significantly Bug 798238 - "New security" dialog doesn't save the "Display symbol" Bug 798250 - Gnucash permanent hang on save while loading report Bug 798256 - Crash in recnFinishCB Bug 798298 - Re-imported transactions no longer ignored Bug 798303 - account list is sorted wrong by amount Bug 798312 - Opening the help for dialogues in the wrong language. The following fixes and improvements were not associated with bug reports: Lots of memory-leaks plugged Change the preferences path to org.gnucash.GnuCash to comply with flatpak requirements and migrate existing preferences to the new paths. This won't provide for automatic sync between a system-installed GnuCash and a flatpak one unless the system-installed one is GnuCash 4.7 or later. Please see the Wiki for more information and a procedure to convert your existing preferences. Cleanup - minimal glib=2.56.1 - drop all conditionals on older versions Add code to handle ofx files that include transfers between accounts During transaction import, ignore splits whose account is not the destination account Do not drop a potential match just because it has an online_id. Now that we don't exclude from import a transaction with an FITID that matches an already existing transaction, if one accidentally re-imports a transaction, this allows it to be automatically matched against the previously imported transaction. Add test for Transaction GetDate() in python bindings, pursuant to Bug 798284. In find customer dialog, add a column for "Shipping Contact" parameter Prep early splash screen messages for translation Change text for SX preference option 'Review created transactions' to better align with existing SX text. Fixed an XML backend problem where trying to open a locked file would clear the lock even if one didn't ask to, so the next attempt would find the file unlocked even if still open in another instance. Fix 2 crashes in Generic Transaction Matcher Handle very large denominators from Finance::Quote's OpenExchange source Update file extension in man pages per mailing list post. Changed some option names: * From "Show Accounts until level" to "Levels of Subaccounts" * From "Extra notes" to "Extra Notes" * From "Report title" to "Report Title" * From "Invoice number" to "Invoice Number" to ensure it matches all other invoice reports. Fix missing mnemonic keys after changes to GNCAmountEdit With the changes to GNCAmountEdit, the way the mnemonic keys are associated to the entry widget of the GNCAmountEdit needs to change so have created a function gnc_amount_edit_make_mnemeonic_target which does the same as GNCDateEdit. Fix rounding in Stock Split Assistant to correct earlier commit that rounded the share price to that of the currency. [Portfolio Reports] Allow share digits to 9 decimal places to match the maximum commodity fraction. Deprecations Date options with a time of day setting. Removing the only use, an example in hello-world.scm. GnuCash doesn't use this value in any of its own report options and the feature will be removed in GnuCash 5. Related to bug 798297 Pref "Use 24-hour clock" obsolete?. gnc:owner-report-create
Diffstat (limited to 'finance')
-rw-r--r--finance/gnucash/Makefile5
-rw-r--r--finance/gnucash/PLIST38
-rw-r--r--finance/gnucash/PLIST.ofx4
-rw-r--r--finance/gnucash/distinfo10
4 files changed, 29 insertions, 28 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile
index 5b4ed0a4b7d..64728253a86 100644
--- a/finance/gnucash/Makefile
+++ b/finance/gnucash/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.309 2021/09/29 19:00:36 adam Exp $
+# $NetBSD: Makefile,v 1.310 2021/10/01 08:54:57 wiz Exp $
-DISTNAME= gnucash-4.6
-PKGREVISION= 1
+DISTNAME= gnucash-4.8
CATEGORIES= finance
MASTER_SITES= ${MASTER_SITE_GITHUB:=gnucash/}
EXTRACT_SUFX= .tar.bz2
diff --git a/finance/gnucash/PLIST b/finance/gnucash/PLIST
index fabd29948d9..f3eeb3b292e 100644
--- a/finance/gnucash/PLIST
+++ b/finance/gnucash/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.79 2021/06/28 07:32:56 wiz Exp $
+@comment $NetBSD: PLIST,v 1.80 2021/10/01 08:54:57 wiz Exp $
bin/gnc-fq-check
bin/gnc-fq-dump
bin/gnc-fq-helper
@@ -492,23 +492,24 @@ share/doc/gnucash/swipe.qif
share/doc/gnucash/taxreport.gnucash
share/doc/gnucash/web.qif
share/examples/gnucash/environment
-share/glib-2.0/schemas/org.gnucash.dialogs.business.gschema.xml
-share/glib-2.0/schemas/org.gnucash.dialogs.checkprinting.gschema.xml
-share/glib-2.0/schemas/org.gnucash.dialogs.commodities.gschema.xml
-share/glib-2.0/schemas/org.gnucash.dialogs.export.csv.gschema.xml
-share/glib-2.0/schemas/org.gnucash.dialogs.gschema.xml
-share/glib-2.0/schemas/org.gnucash.dialogs.import.csv.gschema.xml
-share/glib-2.0/schemas/org.gnucash.dialogs.import.generic.gschema.xml
-share/glib-2.0/schemas/org.gnucash.dialogs.import.qif.gschema.xml
-share/glib-2.0/schemas/org.gnucash.dialogs.reconcile.gschema.xml
-share/glib-2.0/schemas/org.gnucash.dialogs.sxs.gschema.xml
-share/glib-2.0/schemas/org.gnucash.dialogs.totd.gschema.xml
-share/glib-2.0/schemas/org.gnucash.general.finance-quote.gschema.xml
-share/glib-2.0/schemas/org.gnucash.gschema.xml
-share/glib-2.0/schemas/org.gnucash.history.gschema.xml
-share/glib-2.0/schemas/org.gnucash.warnings.gschema.xml
-share/glib-2.0/schemas/org.gnucash.window.pages.account.tree.gschema.xml
-share/glib-2.0/schemas/org.gnucash.window.pages.gschema.xml
+share/glib-2.0/schemas/org.gnucash.GnuCash.deprecated.gschema.xml
+share/glib-2.0/schemas/org.gnucash.GnuCash.dialogs.business.gschema.xml
+share/glib-2.0/schemas/org.gnucash.GnuCash.dialogs.checkprinting.gschema.xml
+share/glib-2.0/schemas/org.gnucash.GnuCash.dialogs.commodities.gschema.xml
+share/glib-2.0/schemas/org.gnucash.GnuCash.dialogs.export.csv.gschema.xml
+share/glib-2.0/schemas/org.gnucash.GnuCash.dialogs.gschema.xml
+share/glib-2.0/schemas/org.gnucash.GnuCash.dialogs.import.csv.gschema.xml
+share/glib-2.0/schemas/org.gnucash.GnuCash.dialogs.import.generic.gschema.xml
+share/glib-2.0/schemas/org.gnucash.GnuCash.dialogs.import.qif.gschema.xml
+share/glib-2.0/schemas/org.gnucash.GnuCash.dialogs.reconcile.gschema.xml
+share/glib-2.0/schemas/org.gnucash.GnuCash.dialogs.sxs.gschema.xml
+share/glib-2.0/schemas/org.gnucash.GnuCash.dialogs.totd.gschema.xml
+share/glib-2.0/schemas/org.gnucash.GnuCash.general.finance-quote.gschema.xml
+share/glib-2.0/schemas/org.gnucash.GnuCash.gschema.xml
+share/glib-2.0/schemas/org.gnucash.GnuCash.history.gschema.xml
+share/glib-2.0/schemas/org.gnucash.GnuCash.warnings.gschema.xml
+share/glib-2.0/schemas/org.gnucash.GnuCash.window.pages.account.tree.gschema.xml
+share/glib-2.0/schemas/org.gnucash.GnuCash.window.pages.gschema.xml
share/gnucash/accounts/C/acctchrt_brokerage.gnucash-xea
share/gnucash/accounts/C/acctchrt_business.gnucash-xea
share/gnucash/accounts/C/acctchrt_carloan.gnucash-xea
@@ -1054,6 +1055,7 @@ share/gnucash/icons/hicolor/24x24/actions/gnc-jumpto.png
share/gnucash/icons/hicolor/24x24/actions/gnc-split-trans.png
share/gnucash/icons/hicolor/24x24/actions/gnc-sx-new.png
share/gnucash/icons/hicolor/24x24/actions/gnc-transfer.png
+share/gnucash/migratable-prefs.xml
share/gnucash/pixmaps/gnucash-icon-48x48.bmp
share/gnucash/pixmaps/gnucash-icon.ico
share/gnucash/pixmaps/gnucash_splash.png
diff --git a/finance/gnucash/PLIST.ofx b/finance/gnucash/PLIST.ofx
index c03a49b9679..bb58ee4a82b 100644
--- a/finance/gnucash/PLIST.ofx
+++ b/finance/gnucash/PLIST.ofx
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.ofx,v 1.1 2018/04/09 08:47:54 wiz Exp $
+@comment $NetBSD: PLIST.ofx,v 1.2 2021/10/01 08:54:57 wiz Exp $
lib/gnucash/libgncmod-ofx.so
-share/glib-2.0/schemas/org.gnucash.dialogs.import.ofx.gschema.xml
+share/glib-2.0/schemas/org.gnucash.GnuCash.dialogs.import.ofx.gschema.xml
share/gnucash/ui/gnc-plugin-ofx-ui.xml
diff --git a/finance/gnucash/distinfo b/finance/gnucash/distinfo
index 49ceccea7b8..4a1aeadc3d3 100644
--- a/finance/gnucash/distinfo
+++ b/finance/gnucash/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.107 2021/06/28 07:32:56 wiz Exp $
+$NetBSD: distinfo,v 1.108 2021/10/01 08:54:57 wiz Exp $
-SHA1 (gnucash-4.6.tar.bz2) = b9bdf6c0af7e8b45c514ffc3423f6ecc7f38151f
-RMD160 (gnucash-4.6.tar.bz2) = 7e25d8c5d5eca7a84953ed1d41734b0adbc46d09
-SHA512 (gnucash-4.6.tar.bz2) = f4046d42f5e5646f93698579636fe4e6aaa8e1b59bee8941a57644ad9f4a4b0817a320c8bc91fd528d2119a3d09576b134a2765f2582c7d0ce6e274daeb11543
-Size (gnucash-4.6.tar.bz2) = 14591886 bytes
+SHA1 (gnucash-4.8.tar.bz2) = 9459213f0da26c694678b45f1d1f2d9ec80f9aa4
+RMD160 (gnucash-4.8.tar.bz2) = cb893bd14933c1ff130e4a3a3f747fd1a5ca17bd
+SHA512 (gnucash-4.8.tar.bz2) = 5fbafabe7ddbafe5e275b058758637011712934aec875b97085b7d068ab556ae5041b2cfa83f9a735eec877fac5158b701c2255be129e8ce883acf668fadefb5
+Size (gnucash-4.8.tar.bz2) = 14679619 bytes