mac: update of macosx_bundle.sh (#5786)
Various changes to improve compilation of RT on macOS thanks to @Benitoite and @Pandagrapher * mac: use sed -i.bak, add X's to mktemp template in macosx_bundle.sh * mac: test lensfun version in macosx_bundle.sh to select correct lensfun database version (version_1 for 3.2 and version_2 for 3.95) * mac: remove DYLD_FALLBACK_LIBRARY_PATH from main Info.plist * mac: removes some -cli codesigning commands * mac: remove erroneous newlines in macosx_bundle.sh and suppress superfluous codesigning of Contents/Frameworks/*dylib * mac: Apple arm64/homebrew compatibility update * mac: CMakeLists.txt arm64 homebrew compatibility * mac: add Apple arm64 CPU native flag * mac: fix pixbuf query syntax * mac: adapt. of Pandagrapher's patch * mac: additional instructions for the -cli exec. * mac: revert target 10 * mac: remove legacy environment variable Per https://github.com/Beep6581/RawTherapee/pull/5786#issuecomment-792276656 * mac: fix destination of credits/license * mac: copy {LOCAL_PREFIX}/share/locale to bundle * mac: fixes a path for the License * mac: fix of UpdateInfo command structure * mac: remove redundant copying * mac: use cmake to configure Info.plist values * mac: configurator for Info.plist version values * mac: fix locale detection / language * mac: remove an outdated key from Info.plist * mac: fix path usage for gtk.immodules / locale dir * mac: revert a change merged elsewhere * mac: follow more symlinks for 'brew builds * mac: link to CoreFoundation for locale detection * mac: link CoreFoundation for locale / C * mac: detect locale with CoreFoundation per https://github.com/Beep6581/RawTherapee/pull/5786#issuecomment-798926898 * mac: remove outdated lines * Update multilangmgr.cc * mac: Info.plist language fixes (Pandagrapher) https://github.com/Beep6581/RawTherapee/pull/5786#issuecomment-813004475 * Mac: also package libpng12 for homebrew compatibility. * macOS packaging and language updates
This commit is contained in:
@@ -5,14 +5,10 @@
|
||||
<dict>
|
||||
<key>XDG_DATA_DIRS</key>
|
||||
<string>/Applications/RawTherapee.app/Contents/Resources/share</string>
|
||||
<key>DYLD_FALLBACK_LIBRARY_PATH</key>
|
||||
<string>/Applications/RawTherapee.app/Contents/Frameworks</string>
|
||||
<key>GTK_PATH</key>
|
||||
<string>/Applications/RawTherapee.app/Contents/Frameworks</string>
|
||||
<key>GTK_IM_MODULE_FILE</key>
|
||||
<string>/Applications/RawTherapee.app/Contents/Resources/etc/gtk-3.0/gtk.immodules</string>
|
||||
<key>GTK_MODULES</key>
|
||||
<string>/Applications/RawTherapee.app/Contents/Frameworks/im-quartz.so</string>
|
||||
<key>XDG_DATA_HOME</key>
|
||||
<string>/Applications/RawTherapee.app/Contents/Resources/share</string>
|
||||
<key>GSETTINGS_SCHEMA_DIR</key>
|
||||
@@ -21,8 +17,6 @@
|
||||
<string>/Applications/RawTherapee.app/Contents/Resources/etc/gtk-3.0/gdk-pixbuf.loaders</string>
|
||||
<key>GDK_PIXBUF_MODULEDIR</key>
|
||||
<string>/Applications/RawTherapee.app/Contents/Frameworks</string>
|
||||
<key>FONTCONFIG_PATH</key>
|
||||
<string>/Applications/RawTherapee.app/Contents/Resources/etc/fonts</string>
|
||||
<key>LIBDIR</key>
|
||||
<string>/Applications/RawTherapee.app/Contents/Frameworks</string>
|
||||
<key>DATADIR</key>
|
||||
@@ -31,17 +25,13 @@
|
||||
<string>similar</string>
|
||||
<key>GTK_OVERLAY_SCROLLING</key>
|
||||
<string>0</string>
|
||||
<key>GDK_NATIVE_WINDOWS</key>
|
||||
<string>1</string>
|
||||
</dict>
|
||||
<key>ATSApplicationFontsPath</key>
|
||||
<string>etc/fonts</string>
|
||||
<key>LSMultipleInstancesProhibited</key>
|
||||
<true />
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>@minimum_macos_version@</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleAllowMixedLocalizations</key>
|
||||
<true />
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>RawTherapee</string>
|
||||
<key>CFBundleDocumentTypes</key>
|
||||
@@ -202,4 +192,4 @@
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
</plist>
|
||||
|
||||
Reference in New Issue
Block a user