Branch: refs/heads/master
Author: Jiří Techet <techet(a)gmail.com>
Committer: Jiří Techet <techet(a)gmail.com>
Date: Tue, 13 Oct 2020 17:38:43 UTC
Commit: 86b09dafc112fb6abb85ddfa4447734a954117fb
https://github.com/geany/geany-osx/commit/86b09dafc112fb6abb85ddfa4447734a9…
Log Message:
-----------
Require macOS 10.11 or later
This is now required by gtk-osx
Modified Paths:
--------------
Info.plist
README.md
Modified: Info.plist
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -26,7 +26,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>LSMinimumSystemVersion</key>
- <string>10.9</string>
+ <string>10.11</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>NSHighResolutionCapable</key>
Modified: README.md
6 lines changed, 2 insertions(+), 4 deletions(-)
===================================================================
@@ -94,13 +94,11 @@ To create the bundle, you need to first install JHBuild and GTK as described bel
4. Add the following lines to `~/.jhbuildrc-custom`:
```
- setup_sdk(target="10.9", sdk_version="native", architectures=["x86_64"])
+ setup_sdk(target="10.11", sdk_version="native", architectures=["x86_64"])
setup_release()
```
With this settings, the build creates a 64-bit binary that works on
- macOS 10.9 and later. macOS 10.9 is the first version which uses
- libc++ by default which is now required by Scintilla and VTE libraries
- because of C++11 support. By default, jhbuild compiles without
+ macOS 10.11 and later. By default, jhbuild compiles without
optimization flags. The `setup_release()` call enables optimizations.
5. Install GTK and all of its dependencies by running the following
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Frank Lanitz <fl(a)flyingcircus.io>
Committer: Frank Lanitz <fl(a)flyingcircus.io>
Date: Tue, 13 Oct 2020 06:33:19 UTC
Commit: e15fa9ea64a4b6f492b0ae5913eee3c7985b1105
https://github.com/geany/geany/commit/e15fa9ea64a4b6f492b0ae5913eee3c7985b1…
Log Message:
-----------
Italian and Japanese translation were updated for 1.37
Modified Paths:
--------------
NEWS
Modified: NEWS
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -47,7 +47,7 @@ Geany 1.37 (unreleased)
Internationalization
* New translations: ie
- * Updated translations: da, de, el, fr, id, lv, pl, pt, ru, sk, sv
+ * Updated translations: da, de, el, fr, id, it, ja, lv, pl, pt, ru, sk, sv
Geany 1.36 (September 28, 2019)
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).