external/python3/python-3.3.0-darwin.patch.1 | 11 +++++++++++ 1 file changed, 11 insertions(+)
New commits: commit bb03775f9a73aeb4f25ad25c733bd88a2b6677d9 Author: Tor Lillqvist <[email protected]> Date: Fri Sep 19 17:10:15 2014 +0300 Use correct CFBundleExecutable for the LibreOfficePython framework It should be the basename of the framework. The Python configury already provides that as @PYTHONFRAMEWORK@. Change-Id: I116a34c3bcc8f661abe16b2b5cc1b9268ecd2780 diff --git a/external/python3/python-3.3.0-darwin.patch.1 b/external/python3/python-3.3.0-darwin.patch.1 index a32b7f5..ca70279 100644 --- a/external/python3/python-3.3.0-darwin.patch.1 +++ b/external/python3/python-3.3.0-darwin.patch.1 @@ -61,3 +61,14 @@ no /usr/include. CPMAC=CpMac APPTEMPLATE=$(srcdir)/Resources/app +--- python3/Mac/Resources/framework/Info.plist.in ++++ python3/Mac/Resources/framework/Info.plist.in +@@ -5,7 +5,7 @@ + <key>CFBundleDevelopmentRegion</key> + <string>English</string> + <key>CFBundleExecutable</key> +- <string>Python</string> ++ <string>@PYTHONFRAMEWORK@</string> + <key>CFBundleGetInfoString</key> + <string>Python Runtime and Library</string> + <key>CFBundleIdentifier</key> _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
