Where does KAuth belong?

Alexander Neundorf neundorf at kde.org
Wed Sep 14 20:39:27 UTC 2011


On Tuesday, September 13, 2011 09:41:31 PM Stephen Kelly wrote:
> Forwarding to kcd which is probably more appropriate.
> 
> Stephen Kelly wrote:
> > Hi,
> > 
> > KAuth became a tier1 library in the last week. It's nice to see it
> > separated out.
> > 
> > However, it depends on Polkit-Qt, which is in `kdesupport` in the KDE 4
> > world currently.
> > 
> > Polkit-Qt seems like something that would become a tier1 library if
> > that's what its developers go for.
> > 
> > That would make libkauth tier2, right? I'll move it to the tier2
> > directory soonish unless someone else does, though that in itself
> > doesn't mean much.
> > 
> > The tier1/2 subdirectories will likely go away when each library becomes
> > its own git repo I guess.
> > 
> > Then tier1/2 distinction will only be a matter of documentation (possibly
> > -- Actually I don't think it's a distinction that should be

Yes, I think we will not really have three levels of dependencies, but 
basically a full dependency tree between the libs.

Should there still be something which makes some library/application a "KDE" 
application ?
Right now it is linking against kdecore basically (which includes using the 
KDE cmake macros).
Which is related to the question where the macros and settings from 
FindKDE4Internal.cmake and KDE4Macros.cmake will go.
The stuff in there is really KDE-specific (e.g. the way we install icons, and 
how we figure out compiler flags, etc.).
Will there be a KDEStuff.cmake in extra-cmake-modules ?
But it doesn't really belong there, it belongs to the basic "KDE" component.
Will there be something like that ?
A libkcore ?

Alex


More information about the Kde-buildsystem mailing list