Kaydet (Commit) 167ff1e7 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Mac OS X: Add back into installset LibreOffice.app/Contents/MacOS/ files

...that were erroneously removed with 6492c857
"Make the 'Mac-like' or 'canonical' app bundle structure always used on OS X":

* gengal script (ultimately calling gengal.bin); this script still needs
  adaption to the new LibreOffice.app layout, though!

* python script (ultimately calling Python.app)

* unoinfo script

* unopkg symlink to unopkg.bin (which could be dropped for Mac by renaming
  unopkg.bin to just unopkg, similarly to soffice/soffice.bin)

Change-Id: Ic3eb340a183388939b1c812faf7fb509c9f53a8a
üst 4404b718
......@@ -89,6 +89,9 @@ Module gid_Module_Root_Brand
git_License_Odt,
gid_Credits_Odt,
gid_Apache_Notice);
#if defined MACOSX
Unixlinks = (gid_Brand_Unixlink_Unopkg);
#endif
End
// Language specific brand module
......@@ -514,7 +517,7 @@ File gid_Brand_File_Desktophelper_Txt
End
#endif
#if !defined MACOSX && !defined WNT
#if !defined WNT
File gid_Brand_File_Bin_Unoinfo
BIN_FILE_BODY;
Dir = gid_Brand_Dir_Program;
......@@ -532,6 +535,16 @@ File gid_Brand_File_Script_Unopkg
End
#endif
#if defined MACOSX
Unixlink gid_Brand_Unixlink_Unopkg
BIN_FILE_BODY;
Dir = gid_Brand_Dir_Program;
Name = "unopkg";
Target = "unopkg.bin";
Styles = ();
End
#endif
File gid_Brand_File_Bmp_IntroAboutShell
TXT_FILE_BODY;
Dir = FILELIST_DIR;
......
......@@ -122,7 +122,7 @@ File gid_File_Basic_Tutorials
Name = "wizards_basicsrvtutorials.filelist";
End
#if defined UNX && !defined MACOSX
#if defined UNX
File gid_File_Script_Gengal
BIN_FILE_BODY;
......
......@@ -43,7 +43,7 @@ End
#ifndef SYSTEM_PYTHON
#if !defined MACOSX && !defined WNT
#if !defined WNT
File gid_File_Py_Bin_Python
BIN_FILE_BODY;
Name = "python_shell.filelist";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment