[Libreoffice-commits] core.git: external/python3

Tor Lillqvist tml at collabora.com
Fri Sep 19 07:17:41 PDT 2014


 external/python3/python-3.3.0-darwin.patch.1 |   11 +++++++++++
 1 file changed, 11 insertions(+)

New commits:
commit 24d1a89285caeaaa0289a06c6be909160ee57583
Author: Tor Lillqvist <tml at collabora.com>
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 at .
    
    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 ec4f45f..8e14381 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>


More information about the Libreoffice-commits mailing list