Re: New "official" way how to use an installed kdelibs from the frameworks branch

2013-02-21 Thread Kevin Ottens
On Friday 08 February 2013 22:36:22 Alexander Neundorf wrote: > Is it only me who would prefer CamelCase to alllowercase names ? > find_package(KConfig NO_MODULE) Probably makes sense yes, AFAIK the Qt5 modules are camel cased too, right? Also I'm wondering if that'd make sense to namespace them

Re: libexec (Re: "kde5" or "kf5" ?)

2013-02-21 Thread Alexander Neundorf
On Thursday 21 February 2013, Alexander Neundorf wrote: > On Thursday 21 February 2013, David Faure wrote: > > On Thursday 21 February 2013 18:38:46 Alexander Neundorf wrote: > > > On Thursday 21 February 2013, David Faure wrote: > > > > On Wednesday 20 February 2013 22:47:15 Alexander Neundorf wro

Jenkins build is back to stable : kdelibs_frameworks_qt5 #434

2013-02-21 Thread KDE CI System
See ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: libexec (Re: "kde5" or "kf5" ?)

2013-02-21 Thread Alexander Neundorf
On Thursday 21 February 2013, David Faure wrote: > On Thursday 21 February 2013 18:38:46 Alexander Neundorf wrote: > > On Thursday 21 February 2013, David Faure wrote: > > > On Wednesday 20 February 2013 22:47:15 Alexander Neundorf wrote: > > > > please have a look at the attached patch. > > > > Ok

libexec (Re: "kde5" or "kf5" ?)

2013-02-21 Thread David Faure
On Thursday 21 February 2013 18:38:46 Alexander Neundorf wrote: > On Thursday 21 February 2013, David Faure wrote: > > On Wednesday 20 February 2013 22:47:15 Alexander Neundorf wrote: > > > please have a look at the attached patch. > > > Ok to commit ? > > > > This looks good, but it will break th

Re: "kde5" or "kf5" ?

2013-02-21 Thread Alexander Neundorf
On Thursday 21 February 2013, David Faure wrote: > On Wednesday 20 February 2013 22:47:15 Alexander Neundorf wrote: > > please have a look at the attached patch. > > Ok to commit ? > > This looks good, but it will break the code, if you don't also update the > code to look into these paths :) > >

Re: Move kde-config to kde4support.

2013-02-21 Thread David Faure
On Thursday 21 February 2013 16:13:31 Jignesh Kakadiya wrote: > Hi David, > > Please review it. You moved config-kstandarddirs.h too, but it's still used in kdecore, by kstandarddirs.cpp, unfortunately. I think the only solution for now is to leave it in kdecore (until we can move kstandarddir

Move kde-config to kde4support.

2013-02-21 Thread Jignesh Kakadiya
Hi David, Please review it. Thanks, Jignesh move_kde-config.patch Description: Binary data ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: "kde5" or "kf5" ?

2013-02-21 Thread David Faure
On Wednesday 20 February 2013 22:47:15 Alexander Neundorf wrote: > please have a look at the attached patch. > Ok to commit ? This looks good, but it will break the code, if you don't also update the code to look into these paths :) Don't forget to run perl -pi -e 's,kde5/service,kf5/service,g'