On Monday 30 December 2013 14:05:21 Dominik Haumann wrote: > Hi, > > the KTextEditor interfaces as well as Kate and KWrite are ported to the > frameworks libs and Qt5 for some weeks now (big thanks to Michal!). > It's quite stable and therefore it can safely be included into kdesrc-build > by default.
Cool. > The required change is: > > > diff --git a/kf5-qt5-build-include b/kf5-qt5-build-include > index c6fd9c2..c8a0ebe 100644 > --- a/kf5-qt5-build-include > +++ b/kf5-qt5-build-include > @@ -43,9 +43,15 @@ module-set frameworks > end module > > +module kate > + repository kde:kate > + branch frameworks > +end module > + > module kde-kactivities > repository kde:kactivities > > > Who will commit this to kf5-qt5-build-include? > Would be cool, if 'you' (as someone who feels responsible for the file > kf5-qt5-build-include) committed this at the right spot :-) That would be me. However this is making me realize that we might want to split up this file into frameworks, workspace and apps. Not everyone might want to build everything - which, as time goes by, this is going to end up doing. We could split it up in: kf5-frameworks-build-include kf5-workspace-build-include kf5-apps-build-include matching the planned split for future releases. In fact, the current file could just include all this, for compat. I'll do that. If anyone has objections, let me know :) -- David Faure, [email protected], http://www.davidfaure.fr Working on KDE, in particular KDE Frameworks 5 _______________________________________________ Kde-frameworks-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-frameworks-devel
