diff options
author | wiz <wiz@pkgsrc.org> | 2018-04-15 07:38:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-04-15 07:38:42 +0000 |
commit | 45d1325b51c46be8fda4b98463677748c2c07508 (patch) | |
tree | dbfc75d2c0e56de9ce472330cc90b7c6da460671 /finance | |
parent | 22b8de212ee71e32a7fe89b5ffdf185b0e390de1 (diff) | |
download | pkgsrc-45d1325b51c46be8fda4b98463677748c2c07508.tar.gz |
gnucash-docs: update to 3.0.
3.0 - 1 April 2018
o Correct field format in python-import-fields.
o German translation of Transactions chapter.
o Bug 122895 - general ledger should be named journal
o Bug 634181 - Inserting Part designations overall
o Bug 608098 - Document Transaction Rpt, including how to handle splits
o Clarify that creating a postponed SX will use the original date.
o Remove 'Remainder To' from loan assistant page 2.
o Bug 760407 - Note account separator isn't always a colon.
o Update partial date entry documentation based on new default behaviour
o Bug 762088 - Remove Section 9.4.3 From Guide
o New Russian translation o fthe guide.
o Fix chm mapfile target and cleanfiles.
The mapfile target would fail if the directory was already built,
apparently not recognizing that its target was complete.
Cleanfiles was missing several build targets.
o New Transaction Report section in Guide
o Replace some screenshots with new ones reflecting Gtk3.
Diffstat (limited to 'finance')
-rw-r--r-- | finance/gnucash-docs/Makefile | 10 | ||||
-rw-r--r-- | finance/gnucash-docs/PLIST | 3 | ||||
-rw-r--r-- | finance/gnucash-docs/distinfo | 10 |
3 files changed, 12 insertions, 11 deletions
diff --git a/finance/gnucash-docs/Makefile b/finance/gnucash-docs/Makefile index bddd7ec2a84..4a434ee6f1e 100644 --- a/finance/gnucash-docs/Makefile +++ b/finance/gnucash-docs/Makefile @@ -1,18 +1,18 @@ -# $NetBSD: Makefile,v 1.36 2017/12/18 21:25:02 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2018/04/15 07:38:42 wiz Exp $ -DISTNAME= gnucash-docs-2.6.19 +DISTNAME= gnucash-docs-3.0 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnucash/} -DEPENDS+= yelp-[0-9]*:../../misc/yelp3 - MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnucash.org/ COMMENT= Documentation for GnuCash - personal double-entry accounting program LICENSE= gnu-gpl-v3 AND gnu-fdl-v1.1 +DEPENDS+= yelp-[0-9]*:../../misc/yelp3 + USE_TOOLS+= gmake -GNU_CONFIGURE= YES +GNU_CONFIGURE= yes .include "../../mk/omf-scrollkeeper.mk" .include "../../mk/bsd.pkg.mk" diff --git a/finance/gnucash-docs/PLIST b/finance/gnucash-docs/PLIST index 622d46e1795..25265bed6eb 100644 --- a/finance/gnucash-docs/PLIST +++ b/finance/gnucash-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2017/12/18 21:25:02 wiz Exp $ +@comment $NetBSD: PLIST,v 1.15 2018/04/15 07:38:42 wiz Exp $ share/gnome/help/gnucash-guide/C/appendixa.xml share/gnome/help/gnucash-guide/C/appendixb.xml share/gnome/help/gnucash-guide/C/appendixc.xml @@ -1243,6 +1243,7 @@ share/gnome/help/gnucash-help/C/figures/Help_Pref_DateTime.png share/gnome/help/gnucash-help/C/figures/Help_Pref_General.png share/gnome/help/gnucash-help/C/figures/Help_Pref_OnlineBanking.png share/gnome/help/gnucash-help/C/figures/Help_Pref_Printing.png +share/gnome/help/gnucash-help/C/figures/Help_Pref_Quotes.png share/gnome/help/gnucash-help/C/figures/Help_Pref_Register.png share/gnome/help/gnucash-help/C/figures/Help_Pref_RegisterDefaults.png share/gnome/help/gnucash-help/C/figures/Help_Pref_Reports.png diff --git a/finance/gnucash-docs/distinfo b/finance/gnucash-docs/distinfo index b0ac4cbed02..e2e14890be6 100644 --- a/finance/gnucash-docs/distinfo +++ b/finance/gnucash-docs/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2017/12/18 21:25:02 wiz Exp $ +$NetBSD: distinfo,v 1.19 2018/04/15 07:38:42 wiz Exp $ -SHA1 (gnucash-docs-2.6.19.tar.gz) = f09f3d718887943602067609bec607fbed6ee05e -RMD160 (gnucash-docs-2.6.19.tar.gz) = 67193c6edb288ca8d5887d66e3f221dc0e07be9a -SHA512 (gnucash-docs-2.6.19.tar.gz) = 5832e52057cf9a6347005a8edca74c251230a3b658eac94a9c66e038c81c8068c2bad16b77a7a0f71c9827f115a251421f72180ca00bc6fdf8ca11f7d2a7ef2b -Size (gnucash-docs-2.6.19.tar.gz) = 92214378 bytes +SHA1 (gnucash-docs-3.0.tar.gz) = 01ec63f4cc4805ee708a04f51c6978c132afafd9 +RMD160 (gnucash-docs-3.0.tar.gz) = c88c8c5fe8d0ec2c1c6dfae1ff25a02124f4fa22 +SHA512 (gnucash-docs-3.0.tar.gz) = 663e1d58fe161ac4393827b6fc03f79c07c1eec40661af1f051bed8a032af0d7a16c0157cf468a667921baf13e0593bf89c7b3b6fa41c796be837c189c97b2ec +Size (gnucash-docs-3.0.tar.gz) = 92353274 bytes |