lyx_mirror/config
Kornel Benko 20359572ed Patch from Benjamin Piwowarski
Just some comments on the patch:

- The executable name has to match the information in Info.plist (development/MacOSX/Info.plist.in and CMakeLists.txt).  The autoconf config/lyxinclude.m4 file has been modified to make it work with autotools.

- The process to build OS X bundle is to first add all the files to be included to the bundle when calling add_executable (src/CMakeLists.txt) and then by calling setting the source file property of each of these files (development/cmake/Install.cmake, l.14) so that the files are properly located into the bundle. This is also why Install.cmake has to be included two times in src/CMakeLists.txt (once to build the list of files, once to set the location of the list of files).

- in CMakeLists.txt there is a line
install(CODE "set(BU_CHMOD_BUNDLE_ITEMS 1)")
What it does is to fix the owner permissions within the bundle - this is necessary because some libraries are copied within the bundle and might be owned by root

- An empty qt.conf is included in the bundle so that QT does not try to link to other QT libraries (which will not be included in the bundle)

- In development/cmake/Install.cmake, some OS X specific files (*.sdef, qt.conf, *.icns) have to be included in the bundle

Benjamin
2012-10-13 09:53:20 +02:00
..
.gitignore Setup .gitignore for generated files 2012-03-22 02:16:12 +01:00
common.am boost filesystem and iostream are no longer used. 2009-05-28 08:57:49 +00:00
config.rpath
lyxinclude.m4 Patch from Benjamin Piwowarski 2012-10-13 09:53:20 +02:00
Makefile.am remove libtool 2008-11-15 17:45:55 +00:00
pkg.m4
qt4.m4 use -F instead of -L to link Qt frameworks 2012-09-23 16:06:55 +02:00
spell.m4 restore old hunspell library detection code as fallback when pkg-config is not available - for Mac OS X 2011-08-14 07:17:12 +00:00