Changes between Version 30 and Version 31 of KDEProblems/KDEMacPortsCI/Status


Ignore:
Timestamp:
May 26, 2014, 6:21:54 PM (10 years ago)
Author:
mkae (Marko Käning)
Comment:

temporary fix for kconfig's kconfig_compiler_kf5.app

Legend:

Unmodified
Added
Removed
Modified
  • KDEProblems/KDEMacPortsCI/Status

    v30 v31  
    152152$
    153153}}}
     154
     155
     156Problems 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
     157introducing a temporary configuration file for kconfig:
     158{{{
     159$ cat ~/scripts/config/build/kconfig/darwin-mavericks.cfg
     160[DEFAULT]
     161configureExtraArgs=-DCMAKE_INSTALL_BUNDLEDIR="/opt/kde/install/darwin/mavericks/clang/kf5-qt5/frameworks/kconfig/inst/lib/libexec/kf5"
     162}}}
     163which makes sure that the application bundle gets installed below PREFIX/lib/libexec/.
    154164
    155165In order to always have the latest KDE/CI running it makes sense to temporally stash away the changes made locally and upgrade via git
     
    260270 - threadweaver
    261271
    262 Tier2 frameworks (IN THE WORKS):
     272Tier2 frameworks (COMPLETE):
    263273 - kauth
     274 - kcompletion
    264275 - kcrash
    265276 - kdoctools
     
    276287}}}
    277288
    278 Problems currently appear for these 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"):
    279 {{{
    280 Tier2:
    281  - kcompletion
    282 
     289Still to be done:
     290{{{
    283291Tier3:
    284292 - kactivities