From kde-frameworks-devel Mon May 26 18:37:23 2014 From: mk-lists () email ! de Date: Mon, 26 May 2014 18:37:23 +0000 To: kde-frameworks-devel Subject: Re: Issues for Qt5/KF5/KDE/CI system on OSX/MacPorts Message-Id: <84E10C27-005A-489A-8D51-663C817912F8 () email ! de> X-MARC-Message: https://marc.info/?l=kde-frameworks-devel&m=140117160926442 Hi Alex & Ben, On 26 May 2014, at 11:04 , Alex Merry wrote: > -DCMAKE_INSTALL_BUNDLEDIR=3Dsome/relative/path thanks to your hint I was able to insert a temporary workaround here on my = CI system by supplying an additional configuration file for kconfig as this: --- $ cat ~/scripts/config/build/kconfig/darwin-mavericks.cfg = [DEFAULT] configureExtraArgs=3D-DCMAKE_INSTALL_BUNDLEDIR=3D"/opt/kde/install/darwin/m= avericks/clang/kf5-qt5/frameworks/kconfig/inst/lib/libexec/kf5=94 --- and kconfig installs with the application bundle in the same folder: --- $ pwd; ls -l /opt/kde/install/darwin/mavericks/clang/kf5-qt5/frameworks/kconfig/inst/lib= /libexec/kf5 total 136 -rwxr-xr-x 1 marko staff 136364 May 26 20:09 kconf_update drwxr-xr-x 3 marko staff 102 May 26 20:09 kconfig_compiler_kf5.app --- 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=92t work: --- #configureExtraArgs=3D-DCMAKE_INSTALL_BUNDLEDIR=3D"%(installPrefix)s/lib/li= bexec/kf5" --- With this change I was already able to complete the installation and deploy= ment of my last "tier 2 show stopper" kcompletion. :-) Proceeding now... Thanks again, Marko _______________________________________________ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel