diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2012-10-02 12:13:19 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2012-10-02 12:13:19 -0700 |
commit | f3b9a37fb2e853717723ca98d07101201a328518 (patch) | |
tree | dbca58648b9387a9078b3d6377a8e7d227eaaafa /packaging/macosx/subsurface.bundle | |
parent | eba4b867880c99fc25fdca615af92ae6f909ed8d (diff) | |
download | subsurface-f3b9a37fb2e853717723ca98d07101201a328518.tar.gz |
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>
Diffstat (limited to 'packaging/macosx/subsurface.bundle')
-rw-r--r-- | packaging/macosx/subsurface.bundle | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packaging/macosx/subsurface.bundle b/packaging/macosx/subsurface.bundle index 8544e77a2..fcfd4f7f1 100644 --- a/packaging/macosx/subsurface.bundle +++ b/packaging/macosx/subsurface.bundle @@ -74,9 +74,9 @@ </binary> <!-- Starting with 2.24, gdk-pixbuf installs into its own directory. --> - <binary> - ${prefix}/lib/gdk-pixbuf-2.0/${pkg:${gtk}:gtk_binary_version}/*.so - </binary> + <data> + ${prefix}/lib/gdk-pixbuf-2.0/2.10.0/loaders/*.so + </data> <!-- Translation filenames, one for each program or library that you want to copy in to the bundle. The "dest" attribute is @@ -116,7 +116,7 @@ change the source path. --> <data dest="${bundle}/Contents/Resources/etc/${gtkdir}/gtkrc"> - ${project}/gtkrc + ${prefix}/share/themes/Mac/gtk-2.0-key/gtkrc </data> <!-- Icon themes to copy. The "icons" property can be either of |