Ticket #13617: osx.packaging.patch

File osx.packaging.patch, 1.3 KB (added by John Hoyt, 6 years ago)
  • OSX/build/makebundle.sh

    diff --git a/OSX/build/makebundle.sh b/OSX/build/makebundle.sh
    index ba55015..b94b7fd 100755
    a b echo "Installing language translations"  
    7070make -C ../../i18n              INSTALL_ROOT=`pwd`      install >/dev/null
    7171echo "Installing standard (basic) themes"
    7272make -C ../../themes            INSTALL_ROOT=`pwd`      install >/dev/null
    73 echo "Installing filters"
    74 make -C ../../filters           INSTALL_ROOT=`pwd`      install >/dev/null
     73#echo "Installing filters"
     74#make -C ../../filters          INSTALL_ROOT=`pwd`      install >/dev/null
    7575#echo "Installing extra themes"
    7676#make -C ../../../myththemes    INSTALL_ROOT=`pwd`      install >/dev/null
    7777
    rm -fr ./usr  
    8888
    8989#/usr/bin/install_name_tool -change /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration \@executable_path/../Frameworks/DiskArbitration.framework/DiskArbitration $BNDL/MacOS/mythfrontend
    9090
     91cp -pr /System/Library/Frameworks/AppKit.framework mythfrontend.app/Contents/Frameworks
     92/opt/local/bin/install_name_tool -change /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit \@executable_path/../Frameworks/AppKit.framework/Versions/C/AppKit mythfrontend.app/Contents/MacOS/mythfrontend
     93
    9194# ===========================================================================