gnucash-on-flatpak master: Improve cleanup commands

Geert Janssens gjanssens at code.gnucash.org
Thu Apr 23 09:58:28 EDT 2026


Updated	 via  https://github.com/Gnucash/gnucash-on-flatpak/commit/2acfd7ca (commit)
	from  https://github.com/Gnucash/gnucash-on-flatpak/commit/f6420d82 (commit)



commit 2acfd7ca3f3d7d6cb094857e5b24630d6deb37cc
Author: Sabri Ünal <yakushabb at gmail.com>
Date:   Sat Apr 18 16:30:27 2026 +0300

    Improve cleanup commands
    
    Improve the cleanup commands to reduce the Flatpak size.
    
    Related to:
    - https://github.com/flathub/org.gnucash.GnuCash/issues/108
    - https://github.com/flathub/org.gnucash.GnuCash/pull/109

diff --git a/org.gnucash.GnuCash.json b/org.gnucash.GnuCash.json
index 2ace845..e5d6773 100644
--- a/org.gnucash.GnuCash.json
+++ b/org.gnucash.GnuCash.json
@@ -24,7 +24,13 @@
     "*.a",
     "*.la",
     "/include",
-    "/lib/pkgconfig"
+    "/lib/cmake",
+    "/lib/pkgconfig",
+    "/man",
+    "/share/aclocal",
+    "/share/doc",
+    "/share/info",
+    "/share/man"    
   ],
   "modules": [
     "modules/guile.json",



Summary of changes:
 org.gnucash.GnuCash.json | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)



More information about the gnucash-changes mailing list