gnucash-on-osx master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Mon Jan 29 22:47:16 EST 2018


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/7feda421 (commit)
	 via  https://github.com/Gnucash/gnucash-on-osx/commit/a4a3b302 (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/6237c8fd (commit)



commit 7feda421688bb8666a008f18e38a5ad241d339ee
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Jan 29 19:46:58 2018 -0800

    Remove obsolete reference to svn.

diff --git a/.jhbuildrc-custom b/.jhbuildrc-custom
index b6eb9de..e3202dc 100644
--- a/.jhbuildrc-custom
+++ b/.jhbuildrc-custom
@@ -7,7 +7,7 @@
 
 #Select one of these, or use a different one: Do keep the directories
 #separate for stable and unstable as they have different
-#dependencies. You can use 2.3.x for svn builds.
+#dependencies. 
 prefix = os.path.join(os.environ["HOME"], "gnucash-stable")
 #prefix = os.path.join(os.environ["HOME"], "gnucash-unstable")
 

commit a4a3b302a91f9611477f25e6d551cd750ca60bac
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Jan 29 19:45:30 2018 -0800

    Fix up modules arrays for current modules.

diff --git a/.jhbuildrc-custom b/.jhbuildrc-custom
index ab404b9..b6eb9de 100644
--- a/.jhbuildrc-custom
+++ b/.jhbuildrc-custom
@@ -8,14 +8,14 @@
 #Select one of these, or use a different one: Do keep the directories
 #separate for stable and unstable as they have different
 #dependencies. You can use 2.3.x for svn builds.
-#prefix = os.path.join(os.environ["HOME"], "gnucash-stable")
-prefix = os.path.join(os.environ["HOME"], "gnucash-unstable")
+prefix = os.path.join(os.environ["HOME"], "gnucash-stable")
+#prefix = os.path.join(os.environ["HOME"], "gnucash-unstable")
 
 #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-gtk-osx-core", "meta-gnucash-stable"]
-modules = ["python", "meta-gtk-osx-bootstrap", "meta-gtk-osx-core", "gnucash-unstable"]
-#modules = ["python", "meta-gtk-osx-bootstrap", "meta-gtk-osx-core", "gnucash-git"]
+modules = ["meta-gnucash-stable"]
+#modules = ["gnucash-unstable"]
+#modules = ["gnucash-git"]
 
 # This will set up the build for your system. The result will run on
 # the same or newer versionss of MacOS for the same archechture.



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



More information about the gnucash-changes mailing list