mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
More fixes to MacOS bundle file and README
This still seems to fail to open the icon in the About screen in some cases, but we don't quite understand why... Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
eba4b86788
commit
f3b9a37fb2
2 changed files with 10 additions and 4 deletions
|
@ -13,4 +13,10 @@ sudo port install pango +builtin_modules +no_x11 +quartz
|
||||||
|
|
||||||
Without the builtin modules the installed application fails to find the modules and doesn't render any text.
|
Without the builtin modules the installed application fails to find the modules and doesn't render any text.
|
||||||
|
|
||||||
|
Also, it seems that gtk-mac-bundler expects the charset.alias file to be
|
||||||
|
in the ${prefix}/lib folder which it isn't with the current version of
|
||||||
|
MacPorts. The following fixes that:
|
||||||
|
|
||||||
|
sudo cp /usr/lib/charset.alias /opt/local/lib
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -74,9 +74,9 @@
|
||||||
</binary>
|
</binary>
|
||||||
|
|
||||||
<!-- Starting with 2.24, gdk-pixbuf installs into its own directory. -->
|
<!-- Starting with 2.24, gdk-pixbuf installs into its own directory. -->
|
||||||
<binary>
|
<data>
|
||||||
${prefix}/lib/gdk-pixbuf-2.0/${pkg:${gtk}:gtk_binary_version}/*.so
|
${prefix}/lib/gdk-pixbuf-2.0/2.10.0/loaders/*.so
|
||||||
</binary>
|
</data>
|
||||||
|
|
||||||
<!-- Translation filenames, one for each program or library that you
|
<!-- Translation filenames, one for each program or library that you
|
||||||
want to copy in to the bundle. The "dest" attribute is
|
want to copy in to the bundle. The "dest" attribute is
|
||||||
|
@ -116,7 +116,7 @@
|
||||||
change the source path. -->
|
change the source path. -->
|
||||||
|
|
||||||
<data dest="${bundle}/Contents/Resources/etc/${gtkdir}/gtkrc">
|
<data dest="${bundle}/Contents/Resources/etc/${gtkdir}/gtkrc">
|
||||||
${project}/gtkrc
|
${prefix}/share/themes/Mac/gtk-2.0-key/gtkrc
|
||||||
</data>
|
</data>
|
||||||
|
|
||||||
<!-- Icon themes to copy. The "icons" property can be either of
|
<!-- Icon themes to copy. The "icons" property can be either of
|
||||||
|
|
Loading…
Reference in a new issue