Re: Finding kf5 libs (Re: Move kde-config to kde4support.)

2013-02-23 Thread Ben Cooksley
On Sat, Feb 23, 2013 at 11:14 PM, Alexander Neundorf wrote: > On Friday 22 February 2013, Ben Cooksley wrote: > ... >> Just adding in here that if we split frameworks into multiple >> repositories, it is a absolute, unalterable requirement that >> frameworks CMake logic look into all prefixes in C

Re: Finding kf5 libs (Re: Move kde-config to kde4support.)

2013-02-23 Thread Alexander Neundorf
On Friday 22 February 2013, Ben Cooksley wrote: ... > Just adding in here that if we split frameworks into multiple > repositories, it is a absolute, unalterable requirement that > frameworks CMake logic look into all prefixes in CMAKE_PREFIX_PATH for > the various frameworks components. Otherwise,

Re: Finding kf5 libs (Re: Move kde-config to kde4support.)

2013-02-22 Thread Ben Cooksley
On Sat, Feb 23, 2013 at 10:39 AM, David Faure wrote: > On Friday 22 February 2013 18:54:45 Alexander Neundorf wrote: >> On Friday 22 February 2013, David Faure wrote: >> > [This is no longer about kde*-config, retitling] >> > >> > On Friday 22 February 2013 18:38:39 Alexander Neundorf wrote: >> >

Re: Finding kf5 libs (Re: Move kde-config to kde4support.)

2013-02-22 Thread David Faure
On Friday 22 February 2013 18:54:45 Alexander Neundorf wrote: > On Friday 22 February 2013, David Faure wrote: > > [This is no longer about kde*-config, retitling] > > > > On Friday 22 February 2013 18:38:39 Alexander Neundorf wrote: > > > If you do > > > find_package(KF5 COMPONENTS kidletime kaut

Re: Finding kf5 libs (Re: Move kde-config to kde4support.)

2013-02-22 Thread Alexander Neundorf
On Friday 22 February 2013, David Faure wrote: > [This is no longer about kde*-config, retitling] > > On Friday 22 February 2013 18:38:39 Alexander Neundorf wrote: > > If you do > > find_package(KF5 COMPONENTS kidletime kauth kconfig) > > it will search the kidletime library, and once it has found

Finding kf5 libs (Re: Move kde-config to kde4support.)

2013-02-22 Thread David Faure
[This is no longer about kde*-config, retitling] On Friday 22 February 2013 18:38:39 Alexander Neundorf wrote: > If you do > find_package(KF5 COMPONENTS kidletime kauth kconfig) > it will search the kidletime library, and once it has found it, it will > search kauth and kconfig only in the same pr

Re: Move kde-config to kde4support.

2013-02-22 Thread Alexander Neundorf
On Friday 22 February 2013, David Faure wrote: > On Thursday 21 February 2013 11:55:37 Alex Merry wrote: > > On 21/02/13 11:24, David Faure wrote: > > > For others on the list: I agree that a pure-Qt tool will be useful too, > > > but it won't give us "--prefix, the prefix where KF5 was installed",

Re: Move kde-config to kde4support.

2013-02-22 Thread David Faure
On Thursday 21 February 2013 11:55:37 Alex Merry wrote: > On 21/02/13 11:24, David Faure wrote: > > For others on the list: I agree that a pure-Qt tool will be useful too, > > but it won't give us "--prefix, the prefix where KF5 was installed", for > > instance. And kf5-config is useful for compati

Re: Move kde-config to kde4support.

2013-02-22 Thread Alex Merry
On 21/02/13 11:24, David Faure wrote: For others on the list: I agree that a pure-Qt tool will be useful too, but it won't give us "--prefix, the prefix where KF5 was installed", for instance. And kf5-config is useful for compatibility (easier porting from scripts that use kde4-config). So let's

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