Frameworks/Epics/Modularization
< Frameworks | Epics
(Redirected from Frameworks/Modularization)Standalone Builds
Introduction
It must be possible to build frameworks standalone. This is a necessary step before we can split frameworks in their own git repositories.
The goal of this epic is to ensure all frameworks currently split in the tier1, tier2, tier3 and tier4 repositories build standalone.
Building a framework standalone
To test if a framework builds standalone, one must run cmake pointing to the framework dir, as opposed to running it on the kdelibs top-level dir. Here is how one can build ki18n standalone:
mkdir build cd build cmake <relevant-cmake-options> /path/to/kdelibs/tier2/ki18n make make install
Superbuild
Superbuild is a tool provided by kdelibs to make it easy to build all frameworks standalone, you can learn more about it from its README file.
Frameworks which build standalone must be added to kdelibs/superbuild/CMakeLists.txt.
Tier 1
All done.
Tier 2
Status | Module | Coordination |
---|---|---|
DONE | dnssd | narvaez |
DONE | kauth | agateau |
DONE | kcompletion | agateau |
DONE | kcrash | agateau |
DONE | kdoctools | agateau |
DONE | ki18n | agateau |
DONE | kjobwidgets | narvaez |
DONE | knotifications | agateau |
DONE | kwallet | narvaez |
Tier 3
Status | Module | Coordination |
---|---|---|
DONE | kbookmarks | agateau |
DONE | kconfigwidgets | agateau |
DONE | kdeclarative | mdemeyer |
DONE | kded | apol |
DONE | kdesu | mdemeyer |
DONE | kdewebkit | apol |
DONE | kdewidgets | apol |
DONE | kemoticons | mdemeyer |
DONE | kiconthemes | agateau |
DONE | kinit (waiting for staging/kiowidgets) | agateau |
DONE | kjsembed | apol, agateau |
DONE | knewstuff | apol |
DONE | knotifyconfig | apol |
DONE | kparts | apol |
DONE | kprintutils | agateau |
DONE | kpty | mdemeyer |
DONE | kross | mdemeyer |
DONE | kservice | agateau |
DONE | ktextwidgets | agateau |
DONE | kunitconversion | apol |
DONE | xmlgui | agateau |
DONE | kio | apol, agateau |
Tier 4
Status | Module | Coordination |
---|---|---|
DONE | frameworkintegration | apol |
DONE | kcmutils | mdemeyer |
DONE | kde4support | apol |
DONE | khtml | apol |