Comment 0 for bug 1502774

Revision history for this message
su_v (suv-lp) wrote :

Current packaging script(s) for OS X application bundle is based on autotools.
Add cmake support (optional) or switch to cmake for upcoming release 0.92.

* Build dependencies (possibly add variants for autotools and cmake):
https://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/view/head:/packaging/macosx/ports/devel/inkscape-packaging/Portfile

* Port option '--enable-osxapp' from configure.ac to cmake:
 option(ENABLE_OSX_APP_LOCATIONS "compile with OSX .app data dir paths" OFF)
in
https://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/view/head:/CMakeLists.txt

* Packaging script to modify:
https://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/view/head:/packaging/macosx/osx-build.sh

* Add cmake support for generated files used with application bundle:
https://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/view/head:/Info.plist.in
and possibly others.