gnucash stable: Add new Arch package gwenhywfar-gtk3 to Dockerfile.

John Ralls jralls at code.gnucash.org
Mon Apr 13 20:42:25 EDT 2026


Updated	 via  https://github.com/Gnucash/gnucash/commit/9f8f4d9e (commit)
	from  https://github.com/Gnucash/gnucash/commit/ea67f3a8 (commit)



commit 9f8f4d9ed3a44d548fdbe361a087b73508663378
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Apr 13 16:57:57 2026 -0700

    Add new Arch package gwenhywfar-gtk3 to Dockerfile.
    
    Fixes broken build. gwengui-gtk3 used to be included in the
    gwenhywfar package.

diff --git a/util/ci/actions/archlinux-test/Dockerfile b/util/ci/actions/archlinux-test/Dockerfile
index 7c8f850ead..2c447f1807 100644
--- a/util/ci/actions/archlinux-test/Dockerfile
+++ b/util/ci/actions/archlinux-test/Dockerfile
@@ -2,11 +2,12 @@ from archlinux:latest
 
 run echo "NoExtract = !*locale*/fr*/* !usr/share/i18n/locales/fr_FR*" >> /etc/pacman.conf
 
-run pacman -Syu --noconfirm glibc gcc cmake make boost boost-libs python3 pkg-config gettext gtk3 guile git ninja gtest gmock sqlite3 webkit2gtk-4.1 swig gwenhywfar aqbanking intltool libxslt libofx postgresql-libs libmariadbclient libdbi libdbi-drivers wayland-protocols > /dev/null
+run pacman -Syu --noconfirm glibc gcc cmake make boost boost-libs python3 pkg-config gettext gtk3 guile git ninja gtest gmock sqlite3 webkit2gtk-4.1 swig gwenhywfar gwenhywfar-gtk aqbanking intltool libxslt libofx postgresql-libs libmariadbclient libdbi libdbi-drivers wayland-protocols
 
 run echo en_US.UTF-8 UTF-8 > /etc/locale.gen
 run echo en_GB.UTF-8 UTF-8 >> /etc/locale.gen
 run echo fr_FR.UTF-8 UTF-8 >> /etc/locale.gen
 run locale-gen
+
 copy entrypoint.sh /
 entrypoint /entrypoint.sh



Summary of changes:
 util/ci/actions/archlinux-test/Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)



More information about the gnucash-changes mailing list