Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
liblinphone
Commits
57da1e20
Commit
57da1e20
authored
9 years ago
by
François Grisez
Browse files
Options
Download
Patches
Plain Diff
Patches the gtkrc file of the Quartz theme while making the MacOS bundle
parent
bd48c492
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile.am
+1
-0
Makefile.am
build/macos/quartz-theme-gtkrc.patch
+4
-0
build/macos/quartz-theme-gtkrc.patch
with
5 additions
and
0 deletions
Makefile.am
+
1
−
0
View file @
57da1e20
...
...
@@ -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
-
...
...
This diff is collapsed.
Click to expand it.
build/macos/quartz-theme-gtkrc.patch
0 → 100644
+
4
−
0
View file @
57da1e20
85c85
< buttontype = "textured"
---
> buttontype = "aqua"
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets