Changes between Version 66 and Version 67 of KDEProblems/KDEMacPortsCI/Status


Ignore:
Timestamp:
Jul 3, 2014, 8:44:10 PM (10 years ago)
Author:
mkae (Marko Käning)
Comment:

add some small comments

Legend:

Unmodified
Added
Removed
Modified
  • KDEProblems/KDEMacPortsCI/Status

    v66 v67  
    265265$ sudo rm -rf /Library/Application\ Support/kf5/kdoctools/ ; sudo cp -Rp /opt/kde/install/darwin/mavericks/clang/kf5-qt5/frameworks/kdoctools/inst/Library/Application\ Support/kf5 /Library/Application\ Support
    266266}}}
    267 '''{It seems like that this can be avoided by patching Qt5's QStandardPaths in an appropriate manner. Details concerning this will be updated later.}'''
     267'''{It should be possible to avoid this by patching Qt5's QStandardPaths in an appropriate manner, which is atm still investigated...}'''
    268268
    269269KF5 builds have been successfully done so far for:
     
    355355}}}
    356356
    357 Curly brackets in the above lists mark frameworks not needed on MacOSX, since plasma won't be running for now.
     357Curly brackets in the above lists mark frameworks not needed on MacOSX, since plasma won't be running for now, but it doesn't seem to be a good idea to skip building them, since other frameworks still need them around...
    358358
    359359Having the very compact [http://wiki.gentoo.org/wiki/Project:KDE/Frameworks#kdelibs Gentoo's Project:KDE/Frameworks wiki page] around turned out to be very helpful while building the above KDE frameworks manually. More info is found on [http://api.kde.org/frameworks-api/frameworks5-apidocs/ KDE's official API page] and the above lists have been aligned with it. Nice dependency graphs for every framework can be found there by clicking the "Dependencies" link on each frameworks page, some more (overview) graphs are [http://agateau.com/2013/12/05/kf5-diagrams/ here].