diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-02-15 02:34:33 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-02-15 02:34:33 -0800 |
commit | 4790850a60a0b55ab867eb473d3e4a8101ec2283 (patch) | |
tree | 5f176988b277c915f9b61a6f9a3074025e29bb80 /packaging/macosx/subsurface.bundle | |
parent | c6da79e1b0157aa286ce65c41b491fbf43f6731e (diff) | |
parent | 61066b9ea941abbaa9b82f211eccb354a4d61d2a (diff) | |
download | subsurface-4790850a60a0b55ab867eb473d3e4a8101ec2283.tar.gz |
Merge branch 'mac-dmg'
Diffstat (limited to 'packaging/macosx/subsurface.bundle')
-rw-r--r-- | packaging/macosx/subsurface.bundle | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packaging/macosx/subsurface.bundle b/packaging/macosx/subsurface.bundle index 7cbeb9ee0..6f767b508 100644 --- a/packaging/macosx/subsurface.bundle +++ b/packaging/macosx/subsurface.bundle @@ -110,6 +110,17 @@ ${prefix}/share/themes </data> + <!-- Copy the mime.cache --> + <data> + ${prefix}/share/mime/mime.cache + </data> + + <!-- Copy the jpeg library that is missed by the dependency generation + --> + <data> + ${prefix}/lib/libjpeg.9.dylib + </data> + <!-- Copy icons. Note that the .icns file is an Apple format which contains up to 4 sizes of icon. You can use /Developer/Applications/Utilities/Icon Composer.app to import |