unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#38733] [PATCH 0/2] Update gwenhywfar and aqbanking
@ 2019-12-24 15:14 Hartmut Goebel
  2019-12-24 15:16 ` [bug#38733] [PATCH 1/2] gnu: gwenhywfar: Update to 4.99.25rc9 Hartmut Goebel
       [not found] ` <handler.38733.B.157720045028336.ack@debbugs.gnu.org>
  0 siblings, 2 replies; 4+ messages in thread
From: Hartmut Goebel @ 2019-12-24 15:14 UTC (permalink / raw)
  To: 38733

These are marked as "beta", but are required for PSD2 support.

Hartmut Goebel (2):
  gnu: gwenhywfar: Update to 4.99.25rc9.
  gnu: aqbanking: Update to 5.99.44beta.

 gnu/packages/gnucash.scm | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

-- 
2.21.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#38733] [PATCH 1/2] gnu: gwenhywfar: Update to 4.99.25rc9.
  2019-12-24 15:14 [bug#38733] [PATCH 0/2] Update gwenhywfar and aqbanking Hartmut Goebel
@ 2019-12-24 15:16 ` Hartmut Goebel
  2019-12-24 15:16   ` [bug#38733] [PATCH 2/2] gnu: aqbanking: Update to 5.99.44beta Hartmut Goebel
       [not found] ` <handler.38733.B.157720045028336.ack@debbugs.gnu.org>
  1 sibling, 1 reply; 4+ messages in thread
From: Hartmut Goebel @ 2019-12-24 15:16 UTC (permalink / raw)
  To: 38733

* gnu/packages/gnucash.scm (gwenhywfar): Update to 4.99.25rc9.
---
 gnu/packages/gnucash.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm
index af017e108d..dc9831328a 100644
--- a/gnu/packages/gnucash.scm
+++ b/gnu/packages/gnucash.scm
@@ -231,14 +231,14 @@ to be read using the GNOME Yelp program.")
 (define-public gwenhywfar
   (package
     (name "gwenhywfar")
-    (version "4.20.2")
+    (version "4.99.25rc9")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.aquamaniac.de/rdm/attachments/"
-                           "download/108/gwenhywfar-" version ".tar.gz"))
+                           "download/223/gwenhywfar-" version ".tar.gz"))
        (sha256
-        (base32 "0w1j7ppr1247kr3bpn4dqwyxp6cl8mfgr0m4782iz8f8a4ixjkqg"))))
+        (base32 "14ws780zfyv9qg41z42hlk8sh31w80w3v8n5riaslqhvvxqbfgkq"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags
-- 
2.21.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#38733] [PATCH 2/2] gnu: aqbanking: Update to 5.99.44beta.
  2019-12-24 15:16 ` [bug#38733] [PATCH 1/2] gnu: gwenhywfar: Update to 4.99.25rc9 Hartmut Goebel
@ 2019-12-24 15:16   ` Hartmut Goebel
  0 siblings, 0 replies; 4+ messages in thread
From: Hartmut Goebel @ 2019-12-24 15:16 UTC (permalink / raw)
  To: 38733

* gnu/packages/gnucash.scm (aqbanking): Update to 5.99.44beta.
  [argmuents]<configure-flags>: Remove.
  [native-inputs]. Add gettext-minimal.
---
 gnu/packages/gnucash.scm | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm
index dc9831328a..e1dc5512a1 100644
--- a/gnu/packages/gnucash.scm
+++ b/gnu/packages/gnucash.scm
@@ -37,6 +37,7 @@
   #:use-module (gnu packages databases)
   #:use-module (gnu packages docbook)
   #:use-module (gnu packages documentation)
+  #:use-module (gnu packages gettext)
   #:use-module (gnu packages gnome)
   #:use-module (gnu packages gnupg)
   #:use-module (gnu packages glib)
@@ -268,22 +269,19 @@ applications and libraries.  It is used by AqBanking.")
 (define-public aqbanking
   (package
     (name "aqbanking")
-    (version "5.8.1")
+    (version "5.99.44beta")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.aquamaniac.de/rdm/attachments/"
-                           "download/105/aqbanking-" version ".tar.gz"))
+                           "download/224/aqbanking-" version ".tar.gz"))
        (sha256
-        (base32 "0m44n2hyxprxzq7ijkrd7rmhhl0r033s1k21ix9y67a0p9skl1mg"))))
+        (base32 "1cgj8g3wy53galp9pk50a85w0kmwfx3dwl93cbvq6sqb9izxmwdb"))))
     (build-system gnu-build-system)
     (arguments
      `(;; Parallel building fails because aqhbci is required before it's
        ;; built.
-       #:parallel-build? #f
-       #:configure-flags
-       (list (string-append "--with-gwen-dir="
-                            (assoc-ref %build-inputs "gwenhywfar")))))
+       #:parallel-build? #f))
     (propagated-inputs
      `(("gwenhywfar" ,gwenhywfar)))
     (inputs
@@ -292,6 +290,7 @@ applications and libraries.  It is used by AqBanking.")
        ("gnutls" ,gnutls)))
     (native-inputs
      `(("pkg-config" ,pkg-config)
+       ("gettext-minimal", gettext-minimal)
        ("libltdl" ,libltdl)))
     (home-page "https://www.aquamaniac.de/sites/aqbanking/index.php")
     (synopsis "Interface for online banking tasks")
-- 
2.21.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#38733: Acknowledgement ([PATCH 0/2] Update gwenhywfar and aqbanking)
       [not found] ` <handler.38733.B.157720045028336.ack@debbugs.gnu.org>
@ 2020-01-10 22:02   ` Hartmut Goebel
  0 siblings, 0 replies; 4+ messages in thread
From: Hartmut Goebel @ 2020-01-10 22:02 UTC (permalink / raw)
  To: 38733-close

Pushed as 219fe54c8a4d1eebea175dd600108f7130aa40a6

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-01-10 22:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-24 15:14 [bug#38733] [PATCH 0/2] Update gwenhywfar and aqbanking Hartmut Goebel
2019-12-24 15:16 ` [bug#38733] [PATCH 1/2] gnu: gwenhywfar: Update to 4.99.25rc9 Hartmut Goebel
2019-12-24 15:16   ` [bug#38733] [PATCH 2/2] gnu: aqbanking: Update to 5.99.44beta Hartmut Goebel
     [not found] ` <handler.38733.B.157720045028336.ack@debbugs.gnu.org>
2020-01-10 22:02   ` bug#38733: Acknowledgement ([PATCH 0/2] Update gwenhywfar and aqbanking) Hartmut Goebel

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).