gnucash-on-flatpak master: Swig is now a regular module.

John Ralls jralls at code.gnucash.org
Sat Jul 25 20:18:42 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-on-flatpak/commit/67863e9c (commit)
	from  https://github.com/Gnucash/gnucash-on-flatpak/commit/82067ea8 (commit)



commit 67863e9c6fa3698a23b6c05320ea147e154366dd
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Apr 26 13:28:22 2020 -0700

    Swig is now a regular module.

diff --git a/org.gnucash.GnuCash.json b/org.gnucash.GnuCash.json
index 0a77c53..c63c145 100644
--- a/org.gnucash.GnuCash.json
+++ b/org.gnucash.GnuCash.json
@@ -33,6 +33,7 @@
     "modules/boost.json",
     "modules/googletest.json",
     "modules/perl.json",
+    "modules/swig.json",
     "./gnucash-extra-modules.json",
     {
         "name": "gnucash",
diff --git a/templates/gnucash-extra-modules-git.json.tpl b/templates/gnucash-extra-modules-git.json.tpl
index 25c9574..5189a8e 100644
--- a/templates/gnucash-extra-modules-git.json.tpl
+++ b/templates/gnucash-extra-modules-git.json.tpl
@@ -1,6 +1,3 @@
 {
-    "name": "gnucash-extra-modules",
-    "modules": [
-        "modules/swig.json"
-    ]
+    "name": "gnucash-extra-modules"
 }



Summary of changes:
 org.gnucash.GnuCash.json                     | 1 +
 templates/gnucash-extra-modules-git.json.tpl | 5 +----
 2 files changed, 2 insertions(+), 4 deletions(-)



More information about the gnucash-changes mailing list