Changes between Version 1 and Version 2 of KDEProblems/KDEMacPortsCI/Status


Ignore:
Timestamp:
May 22, 2014, 10:10:10 PM (10 years ago)
Author:
mkae (Marko Käning)
Comment:

redo N)

Legend:

Unmodified
Added
Removed
Modified
  • KDEProblems/KDEMacPortsCI/Status

    v1 v2  
    8888}}}
    8989
    90  N) Installation of KDE frameworks, starting with kauth:
     90 N) Installation of other projects and KDE frameworks:
    9191
    92  N.1) Framework kauth:
     92 The various frameworks have to be handled by replacing "PROJECT" with the framework's project name:
    9393{{{
    94 $ python2.7 tools/prepare-environment.py --project kauth --branchGroup kf5-qt5 --platform darwin-mavericks --sources ~/WC/KDECI-build/kauth
     94$ python2.7 tools/prepare-environment.py --project PROJECT --branchGroup kf5-qt5 --platform darwin-mavericks --sources ~/WC/KDECI-build/PROJECT
    9595...
    96 $ python2.7 tools/perform-build.py --project kauth --branchGroup kf5-qt5 --platform darwin-mavericks --sources ~/WC/KDECI-build/kauth
     96$ python2.7 tools/perform-build.py --project PROJECT --branchGroup kf5-qt5 --platform darwin-mavericks --sources ~/WC/KDECI-build/PROJECT
    9797...
    9898}}}
     99 which has been successfully done so far for:
     100{{{
     101- extra-cmake-modules
     102}}}
    99103
    100  N.2) Framework polkit-qt-1 (still fails due to inability to find package Polkit):
     104 Problems currently appear for:
    101105{{{
    102 $ python2.7 tools/prepare-environment.py --project polkit-qt-1 --branchGroup kf5-qt5 --platform darwin-mavericks --sources ~/WC/KDECI-build/polkit-qt-1
    103 ...
    104 $ python2.7 tools/perform-build.py --project polkit-qt-1 --branchGroup kf5-qt5 --platform darwin-mavericks --sources ~/WC/KDECI-build/polkit-qt-1
    105 ...
     106- polkit-qt-1 (still fails due to inability to find package Polkit - this is still Linux-specific and needs to be fixed for use on OSX):
    106107}}}