[geany/geany-osx] 40d7c3: Add settings.ini file and use it in the bundle
Jiří Techet
git-noreply at xxxxx
Tue Oct 17 09:05:35 UTC 2017
Branch: refs/heads/master
Author: Jiří Techet <techet at gmail.com>
Committer: Jiří Techet <techet at gmail.com>
Date: Tue, 17 Oct 2017 09:05:35 UTC
Commit: 40d7c3041171397cec6f29f947e258714fd5b2c7
https://github.com/geany/geany-osx/commit/40d7c3041171397cec6f29f947e258714fd5b2c7
Log Message:
-----------
Add settings.ini file and use it in the bundle
Modified Paths:
--------------
geany-gtk3.bundle
settings.ini
Modified: geany-gtk3.bundle
4 lines changed, 4 insertions(+), 0 deletions(-)
===================================================================
@@ -144,6 +144,10 @@
${project}/Arc
</data>
+ <data dest="${bundle}/Contents/Resources/etc/${gtkdir}/settings.ini">
+ ${project}/settings.ini
+ </data>
+
<!-- Copy icons. Note that the .icns file is an Apple format which
contains up to 4 sizes of icon. You can use
/Developer/Applications/Utilities/Icon Composer.app to import
Modified: settings.ini
3 lines changed, 3 insertions(+), 0 deletions(-)
===================================================================
@@ -0,0 +1,3 @@
+[Settings]
+gtk-icon-theme-name = Papirus
+gtk-theme-name = Arc
--------------
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