Changes between Version 26 and Version 27 of KDEProblems/KDEMacPortsCI/Status


Ignore:
Timestamp:
May 25, 2014, 3:29:34 PM (10 years ago)
Author:
mkae (Marko Käning)
Comment:

fix regarding polkit-qt-1 (kauth etc.)

Legend:

Unmodified
Added
Removed
Modified
  • KDEProblems/KDEMacPortsCI/Status

    v26 v27  
    186186$ cd ~/scripts; git stash; git pull; git stash pop
    187187}}}
     188
     189One also has to modify the configuration settings for KF5 after every run of {{{./update-setup.sh}}}:
     190{{{
     191$ cd ~/scripts
     192$ ./update-setup.sh
     193$ vi config/base/kf5-qt5
     194$ grep kauth config/base/kf5-qt5
     195#frameworks/kauth: kdesupport/polkit-qt-1
     196$
     197}}}
     198since that dependency is only needed on Linux!
    188199
    189200
     
    236247
    237248Tier2 frameworks (IN THE WORKS):
     249 - kauth
    238250 - kcrash
    239251 - kdoctools
     
    253265{{{
    254266Tier2:
    255  - kauth (due to polkit-qt-1 dependency)
    256267 - kcompletion (/Applications/KDE/kconfig_compiler_kf5.app/Contents/MacOS/kconfig_compiler_kf5 as location is wrong)
    257268
     
    289300 - krunner
    290301 - kross
    291 
    292 Other stuff:
    293  - 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):
    294302}}}
    295303