Issues for Qt5/KF5/KDE/CI system on OSX/MacPorts

Alex Merry alex.merry at kde.org
Wed May 28 11:09:33 UTC 2014


On 28/05/14 07:47, Ben Cooksley wrote:
> On Tue, May 27, 2014 at 9:55 PM, Alex Merry <alex.merry at kde.org> wrote:
>> On Monday 26 May 2014 20:37:23 mk-lists at email.de wrote:
>>> I hope that Ben can give me a hint about how to make use of proper variable
>>> substitution in that cfg file, since the following unfortunately doesn’t
>>> work:
>>> ---
>>> #configureExtraArgs=-DCMAKE_INSTALL_BUNDLEDIR="%(installPrefix)s/lib/libexec
>>> /kf5" ---
>>
>> Actually, I think that
>>
>> configureExtraArgs=-DCMAKE_INSTALL_BUNDLEDIR="lib/libexec/kf5"
> 
> I'd prefer bundles get installed into a separate part of the prefix.
> Otherwise when we get to actual applications we'll end up with their
> bundles being placed in lib/libexec/kf5 within the install prefix on
> the CI - which isn't correct.

Then

configureExtraArgs=-DCMAKE_INSTALL_BUNDLEDIR="Applications"

or something. Mostly I was just pointing out that you can pass a
relative path.

Alex



More information about the Kde-frameworks-devel mailing list