summaryrefslogtreecommitdiff
path: root/gnu/packages/gnucash.scm
AgeCommit message (Collapse)Author
2025-02-01gnu: aqbanking: Update to 6.6.0.Julian Flake
* gnu/packages/gnucash.scm (aqbanking): Update to 6.6.0. Change-Id: Icfcf047c8b229251ed47f8acc9ff18dda07720a7 Signed-off-by: Leo Famulari <[email protected]>
2025-02-01gnu: gwenhywfar: Update to 5.12.0.Julian Flake
* gnu/packages/gnucash.scm (gwenhywfar): Update to 5.12.0. Change-Id: Ibbc3a06ce8e7b61b19817149fdada66e7fd84f4d Signed-off-by: Leo Famulari <[email protected]>
2025-01-19gnu: gnucash: Update to 5.10.Tomas Volf
* gnu/packages/gnucash.scm (gnucash): Update to 5.10. (gnucash-docs): Update hash. Change-Id: Ic0211b560f9326b40fcec42505fb74ecc61bf32c Signed-off-by: Ludovic Courtès <[email protected]>
2025-01-19gnu: gnucash: Do not wrap finance-quote-wrapper.Tomas Volf
The file needs no special wrapping. Even before, it was wrapped just by accident (via the glib-or-gtk-wrap phase). Wrapping changes it from perl script to shell script and gnucash cannot deal with that. So stop wrapping it. * gnu/packages/gnucash.scm (gnucash)[arguments]<#:phases>: Add 'unwrap-some. Wrap gnucash-cli in 'wrap-programs. Change-Id: I60e7ac5cf40fb00f9620b9ee9d725770009721d2 Signed-off-by: Ludovic Courtès <[email protected]>
2025-01-19gnu: gnucash: Drop special case for gnc-fq-helper.Tomas Volf
The file does not exist since 2022, and date-manip is not required for its replacement (finance-quote-wrapper). * gnu/packages/gnucash.scm (gnucash)[arguments]<#:phases>{'wrap-programs}: Remove special case for gnc-fq-helper. [inputs]: Remove perl-date-manip. Change-Id: Id88906df2bda08ae90a9aebb5deef8e4cbae6c76 Signed-off-by: Ludovic Courtès <[email protected]>
2025-01-19gnu: gnucash: Do not install gnc-fq-update.Tomas Volf
This binary is used only for updating Finance::Quote from CPAN. That does not make sense on Guix, so do not install it. * gnu/packages/gnucash.scm (gnucash)[arguments]<#:phases>: Add delete-gnc-fq-update. Change-Id: I93cf6d67166cce5970d48eea42de0ee5a5a9a8f8 Signed-off-by: Ludovic Courtès <[email protected]>
2025-01-19gnu: gnucash: Fix locating perl binary.Tomas Volf
It tried to search in the $PATH, that does not really work for Guix. * gnu/packages/gnucash.scm (gnucash)[arguments]<#:phases>: Add set-perl-path. Change-Id: I93468c201de8af3ad76cce945483b76f28ea2749 Signed-off-by: Ludovic Courtès <[email protected]>
2024-10-02gnu: gnucash: Update to 5.9.gemmaro
* gnu/packages/gnucash.scm (gnucash): Update to 5.9. Change-Id: Ic12647f5d9f0f35786875967dc618fff0ceb6c13 Signed-off-by: Zheng Junjie <[email protected]>
2024-09-03gnu: gnucash: Fix tests.Guillaume Le Vaillant
* gnu/packages/finance.scm (gnucash)[native-inputs]: Add '(libc-utf8-locales-for-target)'. Change-Id: I74a6f79b070a76bf1cebe537d689df54224381ae
2024-08-31build-systems: gnu: Export %default-gnu-imported-modules and ↵Maxim Cournoyer
%default-gnu-modules. Until now users would have to cargo cult or inspect the private %default-modules variable of (guix build-systems gnu) to discover which modules to include when extending the used modules via the #:modules argument. The renaming was automated via the command: $ git grep -l %gnu-build-system-modules | xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i * guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to... (%default-gnu-imported-modules): ... this. (%default-modules): Rename to... (%default-gnu-modules): ... this. Export. (dist-package, gnu-build, gnu-cross-build): Adjust accordingly. Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee
2024-07-10gnu: gnucash: Update to 5.8.gemmaro
* gnu/packages/gnucash.scm (gnucash): Update to 5.8. Change-Id: I1b0aa8c037c3d10d7a87acbdaa5fb27dd3dff556 Signed-off-by: Ludovic Courtès <[email protected]>
2024-05-04gnu: gnucash: Update to 5.6.Steve George
* gnu/packages/gnucash.scm (gnucash): Update to 5.6. Change-Id: I3646082d628470327fbd9deec6111de8c1eec921 Signed-off-by: Ludovic Courtès <[email protected]>
2024-05-04gnu: aqbanking: Update to 6.5.4.Steve George
* gnu/packages/gnucash (aqbanking): Update to 6.5.4. Change-Id: I8d10562e1fc8517bee946792ad1ac901a26137d5 Signed-off-by: Ludovic Courtès <[email protected]>
2024-05-04gnu: gwenhywfar: Update to 5.10.2.Steve George
* gnu/packages/gnucash.scm (gwenhywfar): Update to 5.10.2. [inputs]: add libxml2. [arguments]: <configure-flags>: Remove flag that's not recognised --with-openssl-includes; add --with-libxml2-code, --enable-system-certs and --disable-binreloc Change-Id: I4085779e3ed7ecb621dd3d0b5427e92962466033 Signed-off-by: Ludovic Courtès <[email protected]>
2024-04-23gnu: gnucash: Update to 5.6.Andy Tai
* gnu/packages/gnucash.scm (gnucash): Update to 5.6. Reviewed-by: Julian Flake <[email protected]> Signed-off-by: Christopher Baines <[email protected]> Change-Id: I5fb5195f4f1a401dd66ebcdd7251cd14d83bb974
2024-02-28gnu: gnucash: Update to 5.5.Efraim Flashner
* gnu/packages/gnucash.scm (gnucash): Update to 5.5. (gnucash-docs): Update to 5.5. Change-Id: I3c188c952afde07fce80648a5f99c84648ec6a3a
2023-07-18gnu: gnucash: Update to 5.3.gemmaro
* gnu/packages/gnucash.scm (gnucash): Update to 5.3 [arguments]<phase>: Replace disable-unsupported-test phase with disable-online-test, which enables all tests but online_wiggle. [inputs]: Add perl-json-parse and bash-minimal. * gnu/packages/gnucash.scm (gnucash-doc): Update to 5.3. Signed-off-by: Ludovic Courtès <[email protected]>
2023-07-09gnu: Use aquamaniac.de/ as home page for its projects.Tobias Geerinckx-Rice
* gnu/packages/gnucash.scm (gwenhywfar, aqbanking)[home-page]: Use top-level directory as done upstream.
2023-04-24gnu: gnucash: Update help installation prefix.Maxim Cournoyer
The help installation prefix was changed upstream to match the XDG 'help-spec' specification (see: https://www.freedesktop.org/wiki/Specifications/help-spec/). * gnu/packages/gnucash.scm (gnucash) [arguments]: Adjust install-docs phase.
2023-04-23gnu: gnucash: Update to 5.0.Andy Tai
* gnu/packages/gnucash.scm (gnucash): Update to 5.0. [arguments]<phase>: Patch out unsupported tests. Remove references in patching code to removed source files upstream. * gnu/packages/gnucash.scm (gnucash-doc): Update to 5.0. Signed-off-by: Leo Famulari <[email protected]>
2022-09-13gnu: gnucash: Update to 4.11 and use gexps.Maxim Cournoyer
* gnu/packages/gnucash.scm: Sort imports. (gnucash): Update to 4.11. Re-order fields, moving inputs after arguments. [arguments]: Use gexps. [phases]: Delete trailing #t. {unpack-gmock}: Delete phase. {set-env-vars}: Use search-input-directory. {install-locales}: Use gexps. {split-python-bindings}: Likewise. {wrap-programs}: Likewise. Also use search-input-file. [native-inputs]: Delete labels. Remove googlemock source. Sort. [inputs]: Delete labels. Sort. (gnucash-docs): Adjust URI and update hash. [native-inputs]: Delete labels. Sort.
2022-06-05gnu: aqbanking: Do not embed build date.Vagrant Cascadian
* gnu/packages/gnucash.scm (aqbanking)[arguments]: Add 'use-version-instead-of-date phase.
2022-04-17gnu: gnucash: Update to 4.10.Raghav Gururajan
Variables gnucash and gnucash-docs have to be updated together. * gnu/packages/gnucash.scm (gnucash)[version]: Update to 4.10. (gnucash-docs)[version]: Update to 4.10. [build-system]: Migrate from gnu to cmake. [arguments]: Disable tests.
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
2021-11-16gnu: gnucash: Use webkitgtk-with-libsoup2.Guillaume Le Vaillant
* gnu/packages/gnucash.scm (gnucash)[inputs]: Replace webkitgtk by webkitgtk-with-libsoup2.
2021-10-14Merge branch 'master' into core-updates-frozenMarius Bakke
2021-10-13gnu: aqbanking: Update to 6.3.2.Tobias Geerinckx-Rice
* gnu/packages/gnucash.scm (aqbanking): Update to 6.3.2.
2021-09-12gnu: gnucash: Update to 4.6.Guillaume Le Vaillant
* gnu/packages/gnucash.scm (gnucash): Update to 4.6. [native-inputs]: Add gmp.
2021-05-26gnu: aqbanking: Update to 6.3.0.Kei Kebreau
* gnu/packages/gnucash.scm (aqbanking): Update to 6.3.0.
2021-05-26gnu: gwenhywfar: Update to 5.6.0.Kei Kebreau
* gnu/packages/gnucash.scm (gwenhywfar): Update to 5.6.0.
2020-12-12gnu: gnucash: Make SWIG a native input.Ludovic Courtès
* gnu/packages/gnucash.scm (gnucash)[inputs]: Move SWIG to... [native-inputs]: ... here.
2020-12-12gnu: GnuCash: Update to 4.2.Christopher Lam
* gnu/packages/gnucash.scm (gnucash): Update to 4.2. [inputs]: Replace guile-2.0 with guile-3.0. Remove libgnomecanvas. Add swig. [arguments]: Adjust the 'fix-finance-quote-check' substitution. (gnucash-docs)[source]: Update hash. Signed-off-by: Leo Famulari <[email protected]>
2020-11-10gnu: gnucash: Enable python bindings.Prafulla Giri
* gnu/packages/gnucash.scm (gnucash): [inputs]: Add python. [outputs]: Add new output 'python' for python bindings. [arguments]<configure-flags>: Add '-DWITH_PYTHON=ON' [arguments]: Add new build phase 'split-python-bindings' Signed-off-by: Marius Bakke <[email protected]>
2020-09-30gnu: Fix package references.Efraim Flashner
* gnu/packages/algebra.scm (iml)[inputs]: Correctly refer to package inputs. * gnu/packages/astronomy.scm (xplanet), * gnu/packages/audio.scm (redkite, libaudec, lv2lint, lv2toweb), * gnu/packages/bioconductor.scm (r-cummerbund), * gnu/packages/chicken.scm (chicken), * gnu/packages/conky.scm (conky), * gnu/packages/cran.scm (r-latex2exp), * gnu/packages/crates-io.scm (rust-rgb), * gnu/packages/databases.scm (mariadb), * gnu/packages/diffoscope.scm (reprotest), * gnu/packages/file-systems.scm (glusterfs), * gnu/packages/finance.scm (electron-cash), * gnu/packages/games.scm (rinutils, ksudoku, kdiamond, kigo), * gnu/packages/geo.scm (grass), * gnu/packages/gnome.scm (libmediaart, gnome-contacts, geoclue), * gnu/packages/gnucash.scm (aqbanking), * gnu/packages/image.scm (mtpaint), * gnu/packages/kde-internet.scm (kopete, ktorrent), * gnu/packages/kde-utils.scm (kmousetool, kmouth, kronometer), * gnu/packages/linphone.scm (liblinphone), * gnu/packages/maths.scm (ppl), * gnu/packages/mercury.scm (mercury-minimal), * gnu/packages/music.scm (bjumblr, bschaffl, lsp-plugins, spectacle-analyzer, helm, tap-lv2, wolf-shaper, shiru-lv2), * gnu/packages/networking.scm (restinio), * gnu/packages/prolog.scm (swi-prolog), * gnu/packages/python-web.scm (gunicorn), * gnu/packages/python-xyz.scm (python-docusign-esign), * gnu/packages/ruby.scm (ruby-cucumber, ruby_version, ruby-addressable), * gnu/packages/sagemath.scm (python-cypari2), * gnu/packages/skarnet.scm (s6-linux-init), * gnu/packages/vpn.scm (sshuttle), * gnu/packages/web.scm (libcyaml), * gnu/packages/xdisorg.scm (kbdd), * gnu/packages/xorg.scm (xpra): Same.
2020-01-17gnu: gnucash: Enable libofx support.Kei Kebreau
* gnu/packages/gnucash.scm (gnucash)[arguments]: Remove '-DWITH_OFX=OFF' configure flag to enable libofx support. [inputs]: Add libofx. [propagated-inputs]: Add dconf.
2020-01-10gnu: gnucash: Update to 3.8.Hartmut Goebel
* gnu/packages/gnucash.scm (gnucash, gnucash-doc): Update to 3.8.
2020-01-10gnu: aqbanking: Update to 5.99.44beta.Hartmut Goebel
* gnu/packages/gnucash.scm (aqbanking): Update to 5.99.44beta. [argmuents]<configure-flags>: Remove. [native-inputs]. Add gettext-minimal.
2020-01-10gnu: gwenhywfar: Update to 4.99.25rc9.Hartmut Goebel
* gnu/packages/gnucash.scm (gwenhywfar): Update to 4.99.25rc9.
2019-11-26gnu: gnucash: Activate database support.Guillaume Le Vaillant
* gnu/packages/gnucash.scm (gnucash)[inputs]: Add libdbi and libdbi-drivers. [arguments]: Remove '-DWITH_SQL=OFF' from 'configure-flags' and add 'GNC_DBD_DIR' to program wrapping. Signed-off-by: Ludovic Courtès <[email protected]>
2019-10-02gnu: gnucash: Update to 3.7.Kei Kebreau
* gnu/packages/gnucash.scm (gnucash): Update to 3.7. [arguments]: Remove "disable-stress-options-test" phase. (gnucash-docs): Update to 3.7.
2019-08-30gnu: aqbanking: Update to 5.8.1.Tobias Geerinckx-Rice
* gnu/packages/gnucash.scm (aqbanking): Update to 5.8.1. [source]: Remove FILE-NAME.
2019-08-30gnu: gwenhywfar: Update to 4.20.2.Tobias Geerinckx-Rice
* gnu/packages/gnucash.scm (gwenhywfar): Update to 4.20.2. [source]: Remove FILE-NAME.
2019-05-31gnu: gnucash-docs: Update to 3.5.Vasile Dumitrascu
* gnu/packages/gnucash.scm (gnucash-docs): Update to 3.5. Signed-off-by: Kei Kebreau <[email protected]>
2019-05-31gnu: gnucash: Update to 3.5.Vasile Dumitrascu
* gnu/packages/gnucash.scm (gnucash): Update to 3.5. [source]: Remove unneeded patch. * gnu/packages/patches/gnucash-fix-test-transaction-failure.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove patch. Signed-off-by: Kei Kebreau <[email protected]>
2019-03-30packages: Define 'this-package' and 'this-origin'.Ludovic Courtès
* guix/packages.scm (<origin>): Choose 'this-origin' as the 'this' identifier. (<package>): Choose 'this-package'. * gnu/packages/gnucash.scm (gnucash)[arguments]: Use 'this-package' instead of 'this-record'. * gnu/packages/version-control.scm (git)[arguments]: Likewise.
2019-03-28gnu: googletest: Don't use unstable tarball.Efraim Flashner
* gnu/packages/check.scm (googletest)[source]: Download using git-fetch. * gnu/packages/crypto.scm (encfs)[arguments]: Adjust accordingly. * gnu/packages/gnucash.scm (gnucash)[arguments]: Same. * gnu/packages/terminals.scm (eternalterminal)[arguments]: Same. * gnu/packages/graphics.scm (ogre)[arguments]: Same. Remove now unnecessary custom 'pre-build phase.
2019-03-26packages: Adjust to new calling convention for "thunked" fields.Ludovic Courtès
Fixes <https://bugs.gnu.org/34995>. This is a followup to abd4d6b33dba4de228e90ad15a8efb456fcf7b6e. * guix/packages.scm (package->bag): Adjust calls to INPUTS, PROPAGATED-INPUTS, NATIVE-INPUTS, and ARGS, passing them SELF as an argument. * gnu/packages/gnucash.scm (gnucash)[arguments]: Use (package-inputs this-record) intead of (inputs). * gnu/packages/version-control.scm (git)[arguments]: Likewise.
2019-02-24gnu: gwenhywfar, aqbanking: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/gnucash.scm (gwenhywfar, aqbanking)[home-page]: Use HTTPS.
2019-01-23gnu: gnucash-docs: Fix source URI.Maxim Cournoyer
The source URI was renamed from "gnucash-docs-3.4-1.tar.gz" to "gnucash-docs-3.4a.tar.gz". The content is identical since the hash hasn't changed. * gnu/packages/gnucash.scm (gnucash-docs)[source]: Update URI to match upstream change.
2019-01-23gnu: gnucash: Add information about how to use the documentation.Maxim Cournoyer
It was not obvious that another application, Yelp, needed to be installed to so that opening the help of GnuCash from within the application would work. Fixes issue #33960 (see: https://issues.guix.info/issue/33960). * gnu/packages/gnucash.scm (gnucash)[description]: Explain how to enable the documentation.