<table><tr><td style="">bshah created this revision.<br />Restricted Application added a project: Frameworks.<br />Restricted Application added a subscriber: Frameworks.<br />bshah requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D11642">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>kpackage_install_bundled_package used install(CODE ..) for the<br />
generation and installation of the rcc file. This had multiple flows,</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">It didn't respect the DESTDIR variable of install target which made</li>
</ul>

<p>most of distribution packaging fail as it tried to write to installation<br />
prefix directly.</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">It used the execute_process which resulted in the rcc file generation</li>
</ul>

<p>at time of install instead of the build-time, so it would fail with<br />
permission errors if make install is run as normal user</p></div></div><br /><div><strong>TEST PLAN</strong><div><ul class="remarkup-list">
<li class="remarkup-list-item">tested with kdeplasma-addons that it installs all the applets</li>
<li class="remarkup-list-item">it installs the content.rrc in $prefix/share/plasma/plasmoids/$id/</li>
</ul></div></div><br /><div><strong>REPOSITORY</strong><div><div>R290 KPackage</div></div></div><br /><div><strong>BRANCH</strong><div><div>fix-bundled-packages</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D11642">https://phabricator.kde.org/D11642</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>KF5PackageMacros.cmake</div></div></div><br /><div><strong>To: </strong>bshah<br /><strong>Cc: </strong>Frameworks, michaelh, ngraham<br /></div>