[Libreoffice-commits] core.git: 2 commits - distro-configs/LibreOfficeMacOSX64.conf sysui/desktop

Norbert Thiebaud nthiebaud at gmail.com
Tue Oct 22 19:53:47 PDT 2013


 distro-configs/LibreOfficeMacOSX64.conf |   16 ++++++++++++++++
 sysui/desktop/macosx/Info.plist.in      |    6 ++++--
 2 files changed, 20 insertions(+), 2 deletions(-)

New commits:
commit a55d02bacb2c8f21cba759c8fe3931df07a85b0c
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Tue Oct 22 21:51:11 2013 -0500

    macosx: add a LSMinimumSystemVersion in Info.plist
    
    the minimum version is set based on MACOSX_DEPLOYMENT_VERSION
    It's purpose is to prevent the generated app to be executed
    on a system that does not meet the requirement
    
    Change-Id: I4ec09f8d1f96af1263d40bbe0e4b144c9622bba4

diff --git a/sysui/desktop/macosx/Info.plist.in b/sysui/desktop/macosx/Info.plist.in
index 6cc1343..9602a25 100755
--- a/sysui/desktop/macosx/Info.plist.in
+++ b/sysui/desktop/macosx/Info.plist.in
@@ -71,7 +71,7 @@
 				</array>
 			</dict>
 		</dict>
-		
+
 		<!-- Calc documents -->
 		<dict>
 			<key>UTTypeIdentifier</key>
@@ -847,7 +847,7 @@
 			</dict>
 		</dict>
 	</array>
-	
+
 	<!-- Document type declaration for OS X < 10.4 -->
 	<key>CFBundleDocumentTypes</key>
 	<array>
@@ -1422,6 +1422,8 @@
 	<string>VCL_NSApplication</string>
     <key>LSApplicationCategoryType</key>
     <string>public.app-category.productivity</string>
+    <key>LSMinimumSystemVersion</key>
+    <string>@MACOSX_DEPLOYMENT_TARGET at .0<string>
 </dict>
 </plist>
 
commit 48331c402fa5f22aed4067947fffac20fe61df14
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Tue Oct 22 21:49:48 2013 -0500

    add a distro config for MacOSX 64 bits build (10.8 min sdk)
    
    Change-Id: I21fbfce72cdf7446845df8ae8f65d6d899163d2f

diff --git a/distro-configs/LibreOfficeMacOSX64.conf b/distro-configs/LibreOfficeMacOSX64.conf
new file mode 100644
index 0000000..73a50b5
--- /dev/null
+++ b/distro-configs/LibreOfficeMacOSX64.conf
@@ -0,0 +1,16 @@
+--with-vendor=The Document Foundation
+--enable-64-bit
+--enable-epm
+--enable-scripting-beanshell
+--enable-scripting-javascript
+--enable-ext-wiki-publisher
+--enable-ext-nlpsolver
+--enable-extension-integration
+--enable-online-update
+--without-system-postgresql
+--disable-gtk
+--with-help
+--with-myspell-dicts
+--with-package-format=dmg
+--with-macosx-sdk=10.8
+--with-macosx-version-min-required=10.8


More information about the Libreoffice-commits mailing list