<table><tr><td style="">kossebau created this revision.<br />kossebau added reviewers: ilic, heikobecker.<br />Herald added a project: Frameworks.<br />Herald added a subscriber: kde-frameworks-devel.<br />kossebau 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/D29299">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>a) LOCALE_INSTALL_DIR is a deprecated variable from KDEInstallDirs,</p>
<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">which will not be set with KDE_INSTALL_DIRS_NO_DEPRECATED</pre></div>
<p>b) if using KI18n without KDEInstallDirs, but e.g. GnuInstallDirs or</p>
<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">custom install dir variables, having to explicitly set LOCALE_INSTALL_DIR
before calling KI18N_INSTALL() is not best DX. Best is to follow
typical install command macros and have this as explicit argument
by the name DESTINATION, instead of (KDE-specific) automagic</pre></div></div></div><br /><div><strong>REPOSITORY</strong><div><div>R249 KI18n</div></div></div><br /><div><strong>BRANCH</strong><div><div>adddestinationargtoki18ninstall</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D29299">https://phabricator.kde.org/D29299</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>cmake/KF5I18nMacros.cmake.in</div></div></div><br /><div><strong>To: </strong>kossebau, ilic, heikobecker<br /><strong>Cc: </strong>kde-frameworks-devel, LeGast00n, cblack, michaelh, ngraham, bruns<br /></div>