mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 23:58:17 +00:00
Patches the gtkrc file of the Quartz theme while making the MacOS bundle
This commit is contained in:
parent
bd48c4928d
commit
57da1e2023
2 changed files with 5 additions and 0 deletions
|
|
@ -229,6 +229,7 @@ bundle:
|
|||
> $(BUNDLEDIR)/Contents/Resources/etc/pango/pangorc
|
||||
cp -f $(BUNDLEDIR)/Contents/Resources/etc/pango/pango.modules $(BUNDLEDIR)/Contents/Resources/etc/pango/pango.modules.orig
|
||||
sed -e 's:@executable_path.*/::g' $(BUNDLEDIR)/Contents/Resources/etc/pango/pango.modules.orig > $(BUNDLEDIR)/Contents/Resources/etc/pango/pango.modules
|
||||
patch -R ${BUNDLEDIR}/Contents/Resources/share/themes/Quartz/gtk-2.0/gtkrc ${srcdir}/build/macos/quartz-theme-gtkrc.patch
|
||||
cd $(BUNDLEDIR)/.. && rm -f $(MACAPPZIP) && zip -r $(MACAPPZIP) $(MACAPPNAME) && cd -
|
||||
cd $(BUNDLEDIR)/.. && rm -f $(MAXAPPDMG) && hdiutil create $(MACAPPDMG) -srcfolder $(MACAPPNAME) -ov && cd -
|
||||
|
||||
|
|
|
|||
4
build/macos/quartz-theme-gtkrc.patch
Normal file
4
build/macos/quartz-theme-gtkrc.patch
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
85c85
|
||||
< buttontype = "textured"
|
||||
---
|
||||
> buttontype = "aqua"
|
||||
Loading…
Add table
Reference in a new issue