mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-02 03:09:23 +00:00
Improve GTK quartz theme patch for Mac OS.
This commit is contained in:
parent
4b1bdd7da0
commit
9956491d55
2 changed files with 21 additions and 5 deletions
|
|
@ -226,7 +226,7 @@ Linphone.app:
|
|||
MS2_PLUGINS_INSTALL_PREFIX=$(prefix) \
|
||||
LINPHONE_ADDITIONAL_DEPENDENCIES_PREFIX=$(LINPHONE_ADDITIONAL_DEPENDENCIES_PREFIX) \
|
||||
gtk-mac-bundler $(PACKAGE_BUNDLE_FILE)
|
||||
patch -R ${BUNDLEDIR}/Contents/Resources/share/themes/Quartz/gtk-2.0/gtkrc ${srcdir}/build/macos/quartz-theme-gtkrc.patch
|
||||
patch ${BUNDLEDIR}/Contents/Resources/share/themes/Quartz/gtk-2.0/gtkrc ${srcdir}/build/macos/quartz-theme-gtkrc.patch
|
||||
rm -f ${BUNDLEDIR}/Contents/Resources/lib/libopenh264*
|
||||
|
||||
bundle: $(MACAPPNAME)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,20 @@
|
|||
85c85
|
||||
< buttontype = "textured"
|
||||
---
|
||||
> buttontype = "aqua"
|
||||
--- /opt/local/share/themes/Quartz/gtk-2.0/gtkrc 2015-03-25 15:29:53.000000000 +0100
|
||||
+++ gtkrc 2015-10-29 13:43:15.000000000 +0100
|
||||
@@ -12,7 +12,7 @@
|
||||
gtk-menu-images = 0
|
||||
gtk-toolbar-style = 0
|
||||
gtk-enable-mnemonics = 0
|
||||
-gtk-icon-sizes = "gtk-small-toolbar=16,16:gtk-large-toolbar=22,22"
|
||||
+gtk-icon-sizes = "gtk-menu=12,12:gtk-button=16,16:gtk-small-toolbar=16,16:gtk-large-toolbar=22,22"
|
||||
gtk-toolbar-icon-size = large-toolbar
|
||||
gtk-error-bell = 0
|
||||
gtk-show-input-method-menu = 0
|
||||
@@ -82,7 +82,7 @@
|
||||
|
||||
engine "quartz"
|
||||
{
|
||||
- buttontype = "aqua"
|
||||
+ buttontype = "textured"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue