unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Vinicius Monego <monego@posteo.net>
To: Danny Milosavljevic <dannym@scratchpost.org>
Cc: 41369@debbugs.gnu.org
Subject: [bug#41369] [PATCH] gnu: homebank: update to 5.4.2
Date: Sun, 17 May 2020 19:13:29 -0300	[thread overview]
Message-ID: <HQXHAQ.3SK8G2U932GV3@posteo.net> (raw)
In-Reply-To: <20200517232638.71b19b99@scratchpost.org>


[-- Attachment #1.1: Type: text/plain, Size: 336 bytes --]

Hello,

ok, they're in separate patches now.

Em dom, 17 de mai de 2020 às 23:26, Danny Milosavljevic 
<dannym@scratchpost.org> escreveu:
> Hello,
> 
> thanks for the patch!
> 
> Please, if possible, put the updating and the adding of libofx in 
> extra commits.
> If both have to be done at the same time it's OK as-is.


[-- Attachment #1.2: Type: text/html, Size: 531 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2.1: 0002-gnu-homebank-link-against-libofx.patch --]
[-- Type: text/x-patch, Size: 955 bytes --]

From 0dbc82f3232c149a65af97bb48700e916bfc5d9b Mon Sep 17 00:00:00 2001
From: Vinicius Monego <monego@posteo.net>
Date: Sun, 17 May 2020 18:53:17 -0300
Subject: [PATCH] gnu: homebank: link against libofx

---
 gnu/packages/finance.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index ad3c0e7225..73e7586144 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -185,9 +185,8 @@ line client and a client based on Qt.")
        ("intltool" ,intltool)))
     (inputs
      `(("gtk+" ,gtk+)
+       ("libofx" ,libofx)
        ("libsoup" ,libsoup)))
-    (arguments
-     `(#:configure-flags (list "-without-ofx"))) ; libofx is not available yet
     (home-page "http://homebank.free.fr/")
     (synopsis "Graphical personal accounting application")
     (description "HomeBank allows you to manage your personal accounts at
-- 
2.20.1


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2.2: 0001-gnu-homebank-update-to-5.4.2.patch --]
[-- Type: text/x-patch, Size: 1472 bytes --]

From f6cc8f154b26e4062d5ad6532a911d9a5b3a8826 Mon Sep 17 00:00:00 2001
From: Vinicius Monego <monego@posteo.net>
Date: Sun, 17 May 2020 18:48:38 -0300
Subject: [PATCH] gnu: homebank: update to 5.4.2

---
 gnu/packages/finance.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 201ff3d1bd..ad3c0e7225 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -19,6 +19,7 @@
 ;;; Copyright © 2020 Christopher Lemmer Webber <cwebber@dustycloud.org>
 ;;; Copyright © 2020 Tom Zander <tomz@freedommail.ch>
 ;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
+;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -170,14 +171,14 @@ line client and a client based on Qt.")
 (define-public homebank
   (package
     (name "homebank")
-    (version "5.2.8")
+    (version "5.4.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://homebank.free.fr/public/homebank-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "13ampiv68y30kc0p2560g3yz8whqpwnidfcnb9lndv93b9ca767y"))))
+                "0bkjvd819kw9cwmr3macggbg8yil3yc8v2za8pjrl6g746s89kn6"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-- 
2.20.1


  reply	other threads:[~2020-05-17 22:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-17 20:55 [bug#41369] [PATCH] gnu: homebank: update to 5.4.2 Vinicius Monego
2020-05-17 21:26 ` Danny Milosavljevic
2020-05-17 22:13   ` Vinicius Monego [this message]
2020-06-03 15:51     ` bug#41369: " Ludovic Courtès
2020-05-31 16:03   ` [bug#41629] [PATCH v3 1/2] gnu: homebank: Add libofx dependency Vinicius Monego
2020-05-31 16:03     ` [bug#41630] [PATCH v3 2/2] gnu: homebank: Update to 5.4.2 Vinicius Monego
2020-05-31 21:26     ` bug#41629: [PATCH v3 1/2] gnu: homebank: Add libofx dependency Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=HQXHAQ.3SK8G2U932GV3@posteo.net \
    --to=monego@posteo.net \
    --cc=41369@debbugs.gnu.org \
    --cc=dannym@scratchpost.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).