diff options
| author | su_v <suv-sf@users.sourceforge.net> | 2012-10-09 05:04:30 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2012-10-09 05:04:30 +0000 |
| commit | 7fd2c5191914bcca90585257e76f5a37f53328db (patch) | |
| tree | 1a315ddfc4fa76fe05614fe6f00d32c9ab00565e /packaging | |
| parent | Translations. Massive po files update. (diff) | |
| download | inkscape-7fd2c5191914bcca90585257e76f5a37f53328db.tar.gz inkscape-7fd2c5191914bcca90585257e76f5a37f53328db.zip | |
packaging/macosx: copy hicolor index.theme into app bundle
Fixed bugs:
- https://launchpad.net/bugs/446842
(bzr r11762)
Diffstat (limited to 'packaging')
| -rwxr-xr-x | packaging/macosx/osx-app.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/macosx/osx-app.sh b/packaging/macosx/osx-app.sh index c413e2d0f..ef4301c17 100755 --- a/packaging/macosx/osx-app.sh +++ b/packaging/macosx/osx-app.sh @@ -270,6 +270,10 @@ rsync -av "$binary_dir/../share/locale"/* "$pkgresources/locale" 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 "$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/" |
