Frameworks/Epics/Modularization: Difference between revisions

From KDE Community Wiki
No edit summary
No edit summary
Line 56: Line 56:
{{FeatureTodo|kdeclarative (waiting for staging/kiowidgets)|}}
{{FeatureTodo|kdeclarative (waiting for staging/kiowidgets)|}}
{{FeatureTodo|kded (waiting for kinit)|}}
{{FeatureTodo|kded (waiting for kinit)|}}
{{FeatureTodo|kdesu (waiting for kpty) |}}
{{FeatureInProgress|kdesu (waiting for kpty) |mdemeyer}}
{{FeatureInProgress|kdewebkit|apol}}
{{FeatureInProgress|kdewebkit|apol}}
{{FeatureTodo|kdewidgets (waiting for staging/kiofilewidgets) |}}
{{FeatureTodo|kdewidgets (waiting for staging/kiofilewidgets) |}}

Revision as of 11:19, 9 November 2013

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
IN PROGRESS dnssd narvaez
DONE kauth agateau
DONE kcompletion agateau
DONE kcrash agateau
DONE kdoctools agateau
DONE ki18n agateau
IN PROGRESS kjobwidgets narvaez
DONE knotifications agateau
IN PROGRESS kwallet narvaez

Tier 3

Status Module Coordination
DONE kbookmarks agateau
DONE kconfigwidgets agateau
TO DO kdeclarative (waiting for staging/kiowidgets) <{{{3}}}>
TO DO kded (waiting for kinit) <{{{3}}}>
IN PROGRESS kdesu (waiting for kpty) mdemeyer
IN PROGRESS kdewebkit apol
TO DO kdewidgets (waiting for staging/kiofilewidgets) <{{{3}}}>
DONE kemoticons mdemeyer
DONE kiconthemes agateau
TO DO kinit (waiting for staging/kiowidgets) <{{{3}}}>
IN PROGRESS kjsembed apol
IN PROGRESS knewstuff apol
IN PROGRESS knotifyconfig apol
IN PROGRESS kparts apol
TO DO kprintutils agateau <{{{3}}}>
IN PROGRESS kpty mdemeyer
DONE kross mdemeyer
DONE kservice agateau
DONE ktextwidgets agateau
DONE kunitconversion apol
DONE xmlgui agateau

Tier 4

Status Module Coordination
TO DO frameworkintegration <{{{3}}}>
IN PROGRESS kcmutils mdemeyer
TO DO kde4support <{{{3}}}>
TO DO khtml <{{{3}}}>