[gimp/gimp-2-8] build/osx: fix the way mime data is copied into the bundle



commit 025dd489ac520a9610f0fd939c14eea14715c816
Author: Kristian Rietveld <kris loopnest org>
Date:   Sun Jul 17 14:56:23 2016 +0200

    build/osx: fix the way mime data is copied into the bundle

 build/osx/gimp-2.8-python.bundle |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/build/osx/gimp-2.8-python.bundle b/build/osx/gimp-2.8-python.bundle
index ca41702..7715631 100644
--- a/build/osx/gimp-2.8-python.bundle
+++ b/build/osx/gimp-2.8-python.bundle
@@ -156,7 +156,6 @@
        <translations name="shared-mime-info">${prefix}/share/locale</translations>
        <data dest="${bundle}/Contents/Resources">${prefix}/share/strings</data>
 
-       <!-- Copy in mime data -->
        <!-- Used for opening up help in browser -->
        <!--<data dest="${bundle}/Contents/Resources/share/applications/gimp.desktop"> 
                ${project}/custom/gimp.desktop </data> -->
@@ -164,14 +163,15 @@
        <data dest="${bundle}/Contents/Resources/share/applications/open.desktop">
                ${project}/custom/open.desktop
        </data>
+
+       <!-- Copy in mime data -->
        <data dest="${bundle}/Contents/Resources/share/applications/mimeinfo.cache">
                ${project}/custom/mimeinfo.cache
        </data>
 
        <data>
-               ${prefix}/share/mime/*
+               ${prefix}/share/mime
        </data>
-       <!--<data> ${prefix}/share/mime-info/* </data> -->
 
        <!-- Copy in D-Bus Launch session support -->
        <data>${prefix}/etc/dbus-1/system.conf</data>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]