gnucash-on-osx master: Add python3 to modules list, replace meta-gnucash-stable with gnucash.

John Ralls jralls at code.gnucash.org
Sat Feb 29 15:21:04 EST 2020


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/f7995f55 (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/053c024e (commit)



commit f7995f551582d58320d9706923884042603caf96
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Feb 29 13:17:17 2020 -0700

    Add python3 to modules list, replace meta-gnucash-stable with gnucash.
    
    python3 is needed to resolve a soft dependency in libxml2 that's in turn
    needed to build itstool, required for gtk-doc, required for gtk+ and
    gtk+-3.0. There is no meta-gnucash-stable, all of the dependencies are
    pulled in with gnucash.

diff --git a/jhbuildrc-custom b/jhbuildrc-custom
index 8b8f8c3..d0a402c 100644
--- a/jhbuildrc-custom
+++ b/jhbuildrc-custom
@@ -15,9 +15,9 @@ checkoutroot = os.path.join(prefix, 'src')
 
 #Select which modules to build. The only difference is which gnucash
 #module (and all of the dependencies, see above) get built. "
-modules = ["meta-gtk-osx-bootstrap", "meta-gnucash-stable"]
-#modules = ["meta-gtk-osx-bootstrap", "gnucash-unstable"]
-#modules = ["meta-gtk-osx-bootstrap", "gnucash-git"]
+modules = ["python3", "meta-gtk-osx-bootstrap", "gnucash"]
+#modules = ["python3", "meta-gtk-osx-bootstrap", "gnucash-unstable"]
+#modules = ["python3", "meta-gtk-osx-bootstrap", "gnucash-git"]
 #branches["gnucash-git"] = (None, "maint")
 
 # This will set up the build for your system. The result will run on



Summary of changes:
 jhbuildrc-custom | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)



More information about the gnucash-changes mailing list