Branch: refs/heads/master
Author: Jiří Techet <techet(a)gmail.com>
Committer: Jiří Techet <techet(a)gmail.com>
Date: Sun, 28 Jan 2018 12:11:41 UTC
Commit: 94c08e85684f5a938a42d1e955d4784b14744b94
https://github.com/geany/geany-osx/commit/94c08e85684f5a938a42d1e955d4784b1…
Log Message:
-----------
Update jhbuild commands
Modified Paths:
--------------
README.md
Modified: README.md
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -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 && jhbuild build meta-gtk-osx-bootstrap && jhbuild build meta-gtk-osx-core
+ jhbuild bootstrap && jhbuild build python meta-gtk-osx-bootstrap meta-gtk-osx-core
```
* **GTK 3**
```
- jhbuild bootstrap && jhbuild build python && jhbuild build meta-gtk-osx-bootstrap && jhbuild build meta-gtk-osx-gtk3
+ jhbuild bootstrap && jhbuild build python 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.
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/lang_test
Author: Jiří Techet <techet(a)gmail.com>
Committer: Jiří Techet <techet(a)gmail.com>
Date: Sun, 28 Jan 2018 11:24:50 UTC
Commit: f05289da810f6c3deec09451fcbdeec59e97b792
https://github.com/geany/geany-osx/commit/f05289da810f6c3deec09451fcbdeec59…
Log Message:
-----------
Keep full LANG and append ".UTF-8"
Modified Paths:
--------------
launcher-gtk2.sh
Modified: launcher-gtk2.sh
6 lines changed, 5 insertions(+), 1 deletions(-)
===================================================================
@@ -87,7 +87,7 @@ if test "$APPLELANGUAGES"; then
fi
#OK, now test for just the first two letters:
if test -f "$I18NDIR/${L:0:2}/LC_MESSAGES/$APP.mo"; then
- export LANG=${L:0:2}
+ export LANG=$L
break
fi
#Same thing, but checking for any english variant.
@@ -99,6 +99,10 @@ if test "$APPLELANGUAGES"; then
fi
unset APPLELANGUAGES L
+if test -n ${LANG}; then
+ export LANG="${LANG}.UTF-8"
+fi
+
# If we didn't get a language from the language list, try the Collation preference, in case it's the only setting that exists.
APPLECOLLATION=`defaults read .GlobalPreferences AppleCollationOrder`
if test -z ${LANG} -a -n $APPLECOLLATION; then
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Matthew Brush <mbrush(a)codebrainz.ca>
Committer: Matthew Brush <mbrush(a)codebrainz.ca>
Date: Wed, 17 Jan 2018 05:13:05 UTC
Commit: c71df84b8bd966567c19527d7093688cb6164651
https://github.com/geany/geany-themes/commit/c71df84b8bd966567c19527d709368…
Log Message:
-----------
delt-dark: Change title capitalization
Modified Paths:
--------------
colorschemes/delt-dark.conf
Modified: colorschemes/delt-dark.conf
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -6,7 +6,7 @@
#
[theme_info]
-name=Delt dark
+name=Delt Dark
description=A dark-blueish theme, good for many programming languages
# incremented automatically, do not change manually
version=1
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).