=== modified file 'packaging/macosx/osx-app.sh' --- packaging/macosx/osx-app.sh 2012-02-08 01:26:12 +0000 +++ packaging/macosx/osx-app.sh 2012-02-10 03:02:06 +0000 @@ -270,6 +270,10 @@ mkdir -p "$pkgresources/share" cp -rp "$LIBPREFIX/share/mime" "$pkgresources/share/" +# Copy GTK hicolor icon theme index file +mkdir -p "$pkgresources/share/icons/hicolor" +cp -rp "$LIBPREFIX/share/icons/hicolor/index.theme" "$pkgresources/share/icons/hicolor" + # Icons and the rest of the script framework rsync -av --exclude ".svn" "$resdir"/Resources/* "$pkgresources/"