[geany/geany-osx] de1854: Update config files to use the Mojave theme

Jiří Techet git-noreply at xxxxx
Sun Oct 13 16:56:27 UTC 2019


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Sun, 13 Oct 2019 16:56:27 UTC
Commit:      de185493205b2e2c6abb83df122ecb7bb6f9f8c4
             https://github.com/geany/geany-osx/commit/de185493205b2e2c6abb83df122ecb7bb6f9f8c4

Log Message:
-----------
Update config files to use the Mojave theme


Modified Paths:
--------------
    COPYING
    LauncherGtk3/geany/geany/main.m
    geany-gtk3.bundle
    launcher-gtk3.sh
    settings.ini

Modified: COPYING
8 lines changed, 2 insertions(+), 6 deletions(-)
===================================================================
@@ -9,17 +9,13 @@ Papirus icon theme:
 	LGPLv3
 	https://github.com/PapirusDevelopmentTeam/papirus-icon-theme
 
-Faenza-Cupertino icon theme:
-	GPL (version not specified)
-	https://gnome-look.org/content/show.php/Faenza-Cupertino?content=129008
-
 Greybird GTK2 theme:
 	dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later
 	https://github.com/shimmerproject/Greybird
 
-Sierra GTK3 Theme:
+Mojave GTK3 Theme:
 	GPLv2
-	https://github.com/vinceliuice/Sierra-gtk-theme
+	https://github.com/vinceliuice/Mojave-gtk-theme
 
 The rest of the geany-osx project (scripts, configuration files, etc.):
 	public domain


Modified: LauncherGtk3/geany/geany/main.m
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -70,7 +70,7 @@ int run_geany()
         
         //for some reason GTK doesn't find settings.ini file inside $XDG_CONFIG_DIRS
         //even though it should, so specify manually
-        @"GTK_THEME": @"Sierra-light-solid",
+        @"GTK_THEME": @"Mojave-light-solid",
 
         //Locale variables
         @"LANG": lang,


Modified: geany-gtk3.bundle
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -138,8 +138,8 @@
     ${prefix}/share/themes/Mac
   </data>
 
-  <data dest="${bundle}/Contents/Resources/share/themes/Sierra-light-solid">
-    ${project}/Sierra-light-solid
+  <data dest="${bundle}/Contents/Resources/share/themes/Mojave-light-solid">
+    ${project}/Mojave-light-solid
   </data>
 
   <data dest="${bundle}/Contents/Resources/etc/${gtkdir}/settings.ini">


Modified: launcher-gtk3.sh
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -44,7 +44,7 @@ export GTK_DATA_PREFIX="$bundle_res"
 export GTK_EXE_PREFIX="$bundle_res"
 export GTK_PATH="$bundle_res"
 
-export GTK_THEME="Sierra-light-solid"
+export GTK_THEME="Mojave-light-solid"
 
 # PANGO_* is no longer needed for pango >= 1.38
 export PANGO_RC_FILE="$bundle_etc/pango/pangorc"


Modified: settings.ini
5 lines changed, 3 insertions(+), 2 deletions(-)
===================================================================
@@ -1,3 +1,4 @@
 [Settings]
-gtk-icon-theme-name = Papirus
-gtk-theme-name = Sierra-light-solid
+gtk-icon-theme-name=Papirus
+gtk-theme-name=Mojave-light-solid
+



--------------
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