gnucash-on-flatpak master: Use built-in libgcrypt and gpg-error.

John Ralls jralls at code.gnucash.org
Fri Feb 6 19:38:25 EST 2026


Updated	 via  https://github.com/Gnucash/gnucash-on-flatpak/commit/4cc34939 (commit)
	from  https://github.com/Gnucash/gnucash-on-flatpak/commit/7fd3a26e (commit)



commit 4cc34939514f6b7be81bae4a0c5a3e7ae8c7f0bd
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Feb 6 16:37:22 2026 -0800

    Use built-in libgcrypt and gpg-error.
    
    Fixes https://github.com/flathub/org.gnucash.GnuCash/issues/107

diff --git a/modules/aqbanking.json b/modules/aqbanking.json
index 35c6b94..ebcca97 100644
--- a/modules/aqbanking.json
+++ b/modules/aqbanking.json
@@ -41,7 +41,7 @@
             "name": "gwenhywfar",
             "config-opts": [
                 "--with-guis='gtk3'",
-                "GPGRT_CONFIG=/app/bin/gpgrt-config"
+                "GPGRT_CONFIG=/usr/bin/gpgrt-config"
             ],
             "sources": [
                 {
@@ -49,30 +49,6 @@
                     "url": "https://www.aquamaniac.de/rdm/attachments/download/630/gwenhywfar-5.14.1.tar.gz",
                     "sha256": "8916feaa99cb954f963f2cba8dd2dffe57cacf7f284daf00eab071aad6fe2ab3"
                 } 
-            ],
-            "modules": [
-                {
-                    "name": "libgcrypt",
-                    "sources": [
-                        {
-                            "type": "archive",
-                            "url": "https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.11.1.tar.bz2",
-                            "sha256": "24e91c9123a46c54e8371f3a3a2502f1198f2893fbfbf59af95bc1c21499b00e"
-                        }
-                    ],
-                    "modules": [
-                        {
-                            "name": "libgpg-error",
-                            "sources": [
-                                {
-                                    "type": "archive",
-                                    "url": "https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.55.tar.bz2",
-                                    "sha256": "95b178148863f07d45df0cea67e880a79b9ef71f5d230baddc0071128516ef78"
-                                }
-                            ]
-                        }
-                    ]
-                }
             ]
         },
         {



Summary of changes:
 modules/aqbanking.json | 26 +-------------------------
 1 file changed, 1 insertion(+), 25 deletions(-)



More information about the gnucash-changes mailing list