From debbugs-submit-bounces@debbugs.gnu.org Sun May 17 18:13:54 2020 Received: (at 41369) by debbugs.gnu.org; 17 May 2020 22:13:54 +0000 Received: from localhost ([127.0.0.1]:44983 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jaRXZ-0005uF-7k for submit@debbugs.gnu.org; Sun, 17 May 2020 18:13:54 -0400 Received: from mout02.posteo.de ([185.67.36.66]:60915) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jaRXW-0005u0-JN for 41369@debbugs.gnu.org; Sun, 17 May 2020 18:13:47 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 3BD8F2400FC for <41369@debbugs.gnu.org>; Mon, 18 May 2020 00:13:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1589753620; bh=84glkHyXd45Blgbun78MXzpbFrriCRWuc4+ylOghfVA=; h=Date:From:Subject:To:Cc:From; b=HULuVR4Z6ivPRPGS5s4QeaOAnBZxqDY8KuteA01/CdWHgQyVACdrszTp7+iRXqu23 i6tMxEGhGeXVvD3HAvKUV9H9mKIZq3no08FvS+fkDvWd+TQstJHo2ol0MrFmeEwoIO 1ADGs+SO6bH+8H5LqxwDiHjemba0fmEBst7JER3Au7CpLLZRWLhriWZmkvBDWnWuYf h6j7kMi08xsCdFcG3usn5xlJZTRLAkzv5V0pgeKn3MabbQlZAp2G7jopcpu9nqBb7O plm/0jPO8uyr6ktt5zJcX+5XcSWq3ZbOkxSQIOErdm1tByvyndgHpbH6xS15+dLBaN LDqNfSdNPtF6A== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 49QGcx6cxKz6tmB; Mon, 18 May 2020 00:13:37 +0200 (CEST) Date: Sun, 17 May 2020 19:13:29 -0300 From: Vinicius Monego Subject: Re: [bug#41369] [PATCH] gnu: homebank: update to 5.4.2 To: Danny Milosavljevic Message-Id: In-Reply-To: <20200517232638.71b19b99@scratchpost.org> References: <20200517232638.71b19b99@scratchpost.org> X-Mailer: geary/3.36.2 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-AOoJovS6yN3DPiRck8Mb" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 41369 Cc: 41369@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-AOoJovS6yN3DPiRck8Mb Content-Type: multipart/alternative; boundary="=-Uxfkns4FZFnpw2ArNpLU" --=-Uxfkns4FZFnpw2ArNpLU Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Hello, ok, they're in separate patches now. Em dom, 17 de mai de 2020 =E0s 23:26, Danny Milosavljevic=20 escreveu: > Hello, >=20 > thanks for the patch! >=20 > Please, if possible, put the updating and the adding of libofx in=20 > extra commits. > If both have to be done at the same time it's OK as-is. --=-Uxfkns4FZFnpw2ArNpLU Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
Hello,

ok= , they're in separate patches now.

Em dom, 17 de mai de 2020 =E0s 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 com= mits. If both have to be done at the same time it's OK as-is.
--=-Uxfkns4FZFnpw2ArNpLU-- --=-AOoJovS6yN3DPiRck8Mb Content-Type: multipart/mixed; boundary="=-fj1gMH2DpyO1Z03n6VWY" --=-fj1gMH2DpyO1Z03n6VWY Content-Type: text/x-patch Content-Disposition: attachment; filename=0002-gnu-homebank-link-against-libofx.patch Content-Transfer-Encoding: quoted-printable From 0dbc82f3232c149a65af97bb48700e916bfc5d9b Mon Sep 17 00:00:00 2001 From: Vinicius Monego 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 --=20 2.20.1 --=-fj1gMH2DpyO1Z03n6VWY Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-gnu-homebank-update-to-5.4.2.patch Content-Transfer-Encoding: quoted-printable From f6cc8f154b26e4062d5ad6532a911d9a5b3a8826 Mon Sep 17 00:00:00 2001 From: Vinicius Monego 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 =C2=A9 2020 Christopher Lemmer Webber ;;; Copyright =C2=A9 2020 Tom Zander ;;; Copyright =C2=A9 2020 Marius Bakke +;;; Copyright =C2=A9 2020 Vinicius Monego ;;; ;;; 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) --=20 2.20.1 --=-fj1gMH2DpyO1Z03n6VWY-- --=-AOoJovS6yN3DPiRck8Mb--