Changes between Version 71 and Version 72 of KDEProblems/KDEMacPortsCI/Status


Ignore:
Timestamp:
Jul 5, 2014, 2:29:07 PM (10 years ago)
Author:
mkae (Marko Käning)
Comment:

kf5umbrella successfully built, section about kdesupport-svn, move sections re installed files into subsections, other projects section

Legend:

Unmodified
Added
Removed
Modified
  • KDEProblems/KDEMacPortsCI/Status

    v71 v72  
    342342 - kross
    343343 - krunner
    344 }}}
    345 
    346 Still to be done (but actually not needed/useful on OSX):
    347 {{{
    348 Other projects:
     344
     345 Meta-project including tier 1-4 + porting aids:
    349346 - kf5umbrella
    350  - okteta (needs kf5umbrella)
    351347}}}
    352348
     
    355351Having 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].
    356352
    357 
    358 
    359 
    360 == Installs into "/Library/Application Support" ==
     353'''July 5h 2014 - all KF5 frameworks build successfully!''' {NOTE: Still using the above workaround for the CI system!}
     354
     355
     356
     357== Notes concerning some files installed by the frameworks ==
     358
     359
     360=== Installs into "/Library/Application Support" ===
    361361
    362362These folders should be copied into the MacPorts/KDE-CI system's "/Library/Application Support" directory (as it was done for as a temporary work-around for kdoctools above):
     
    380380
    381381
    382 == Problematic installs into "/Library/Application Support" ==
     382=== Problematic installs into "/Library/Application Support" ===
    383383
    384384The following folders do not reside below a kf5 sub-directory of "/Library/Application Support" which seems to indicate that there is a problem in the corresponding CMake files of {{{khtml}}} and {{{ktexteditor}}} frameworks:
     
    402402
    403403
    404 == Installs into "/Applications/KF5" ==
     404=== Installs into "/Applications/KF5" ===
    405405
    406406These are all application packages which might have to be copied into {{{/Applications/KF5}}} on the KDE/CI system:
     
    419419
    420420
    421 == Installs NOT into "/Applications/KF5" ==
     421=== Installs NOT into "/Applications/KF5" ===
    422422
    423423These are all application packages which MIGHT NOT have to be copied into {{{/Applications/KF5}}} on the KDE/CI system:
     
    431431./kjsembed/local-inst/opt/kde/install/darwin/mavericks/clang/kf5-qt5/frameworks/kjsembed/inst/bin/kjsconsole.app
    432432}}}
     433
     434
     435
     436== [https://techbase.kde.org/Getting_Started/Build/KDE_Support#kdesupport_svn_module kdesupport-svn] - a prerequisite for further projects ==
     437 
     438In order to be able to build some KDE applications it is necessary to install kdesupport-svn, which is not automatically handled by the prepare script.
     439Therefore one needs to check out its sources using Subversion and install it like this:
     440{{{
     441$ mkdir ~/WC/KDECI-builds/kdesupport-svn
     442$ svn checkout svn://anonsvn.kde.org/home/kde/trunk/kdesupport ~/WC/KDECI-builds/kdesupport-svn
     443$ ./build.sh kdesupport-svn
     444}}}
     445
     446
     447
     448
     449== KF5 software beyond the basic frameworks ==
     450 
     451Since the basic set of frameworks is now ready for use on OSX one can go ahead and start building those.
     452
     453
     454{{{
     455Done:
     456 - kde-cli-tools
     457
     458Planned:
     459 - kate
     460}}}