Changes between Version 255 and Version 256 of KDEProblems/KDEMacPortsCI/Status


Ignore:
Timestamp:
Feb 14, 2015, 1:18:28 PM (9 years ago)
Author:
mkae (Marko Käning)
Comment:

comment on CMAKE_INSTALL_BUNDLEDIR and DATA_INSTALL_DIR

Legend:

Unmodified
Added
Removed
Modified
  • KDEProblems/KDEMacPortsCI/Status

    v255 v256  
    255255 - Problems appeared for some frameworks since kconfig_compiler_kf5.app doesn't yet get installed on OSX (the build scripts error out with "/Applications/KDE/kconfig_compiler_kf5.app/Contents/MacOS/kconfig_compiler_kf5 as location is wrong"). This can be fixed for now introducing a temporary configuration file for kconfig which sets CMAKE_INSTALL_BUNDLEDIR to make sure that the application bundle gets installed below PREFIX/lib/libexec/.
    256256
    257  - CMAKE_INSTALL_BUNDLEDIR and DATA_INSTALL_DIR need to be set for OSX-like directories.
     257 - CMAKE_INSTALL_BUNDLEDIR and DATA_INSTALL_DIR need to be set for OSX-like directories. (NOT USED AT THE MOMENT, since all files currently get installed just like on Linux, as long as the [https://codereview.qt-project.org/#/c/103277/ QSP patch is still not finalized].)
    258258
    259259 - Disable searching for X11 by setting CMAKE_DISABLE_FIND_PACKAGE_X11=ON.