[geany/geany-osx] eed361: Updates related to the latest gtk-osx version

Jiří Techet git-noreply at xxxxx
Mon Jun 10 10:36:29 UTC 2019


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Mon, 10 Jun 2019 10:36:29 UTC
Commit:      eed3615c6b9c632c5d6068ac5f76ab6e7254be56
             https://github.com/geany/geany-osx/commit/eed3615c6b9c632c5d6068ac5f76ab6e7254be56

Log Message:
-----------
Updates related to the latest gtk-osx version


Modified Paths:
--------------
    README.md

Modified: README.md
20 lines changed, 10 insertions(+), 10 deletions(-)
===================================================================
@@ -70,22 +70,22 @@ To create the bundle, you need to first install JHBuild and GTK as described bel
 	jhbuild will not interfere with some other command-line tools installed
 	on your system).
 
-2.	Get `gtk-osx-build-setup.sh` by
+2.	Get `gtk-osx-setup.sh` by
 
 	```
-	curl -L -o gtk-osx-build-setup.sh https://gitlab.gnome.org/GNOME/gtk-osx/raw/master/gtk-osx-build-setup.sh
+	curl -L -o gtk-osx-setup.sh https://gitlab.gnome.org/GNOME/gtk-osx/raw/master/gtk-osx-setup.sh
 	```
 	
 	and run it:
 	
 	```
-	sh gtk-osx-build-setup.sh
+	sh gtk-osx-setup.sh
 	```
 
 3.	Run
 
 	```
-	export PATH=$PATH:"$HOME/.local/bin"
+	export PATH=$PATH:"$HOME/.new_local/bin"
 	```
 
 	to set path to jhbuild installed in the previous step.
@@ -107,11 +107,11 @@ To create the bundle, you need to first install JHBuild and GTK as described bel
 	commands:
 	* **GTK 2**
 		```
-		jhbuild bootstrap && jhbuild build python meta-gtk-osx-bootstrap meta-gtk-osx-freetype meta-gtk-osx-core 
+		jhbuild bootstrap-gtk-osx && jhbuild build python python3 meta-gtk-osx-bootstrap meta-gtk-osx-core
 		```
 	* **GTK 3**
 		```
-		jhbuild bootstrap && jhbuild build python meta-gtk-osx-bootstrap meta-gtk-osx-freetype meta-gtk-osx-gtk3 
+		jhbuild bootstrap-gtk-osx && jhbuild build python python3 meta-gtk-osx-bootstrap meta-gtk-osx-gtk3
 		```
 	This is the moment when you have to make a decision whether to build
 	Geany with GTK 2 or GTK 3 - they cannot be installed side by side.
@@ -132,20 +132,20 @@ Geany Installation
 	* **GTK 2**
 		* **Geany from release tarball**
 			```
-			jhbuild -m geany.modules build geany-bundle-release-gtk2
+			jhbuild -m `pwd`/geany.modules build geany-bundle-release-gtk2
 			```
 		* **Geany from git master**
 			```
-			jhbuild -m geany.modules build geany-bundle-git-gtk2
+			jhbuild -m `pwd`/geany.modules build geany-bundle-git-gtk2
 			```
 	* **GTK 3**
 		* **Geany from release tarball**
 			```
-			jhbuild -m geany.modules build geany-bundle-release-gtk3
+			jhbuild -m `pwd`/geany.modules build geany-bundle-release-gtk3
 			```
 		* **Geany from git master**
 			```
-			jhbuild -m geany.modules build geany-bundle-git-gtk3
+			jhbuild -m `pwd`/geany.modules build geany-bundle-git-gtk3
 			```
 
 Bundling



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list