<table><tr><td style="">cgiboudeaux created this revision.<br />cgiboudeaux added reviewers: dfaure, apol.<br />Restricted Application added projects: Frameworks, Build System.<br />Restricted Application added subscribers: Build System, Frameworks.
</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/D9056" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>pkgconfig complains when the .pc file doesn't have a description. eg:<br />
$ pkg-config Baloo<br />
Package 'Baloo' has no Description: field</p>

<p>With this change, if the DESCRIPTION parameter is not used,<br />
ECM_GENERATE_PKGCONFIG_FILE will :</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">First look if there's a metainfo.yaml file and get the description from there</li>
<li class="remarkup-list-item">If the file doesn't exist, or if the description tag is empty or non-existent,</li>
</ul>

<p>create a description based on the LIB_NAME value</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Tests added & pass</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R240 Extra CMake Modules</div></div></div><br /><div><strong>BRANCH</strong><div><div>pkgconfig-part1</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D9056" rel="noreferrer">https://phabricator.kde.org/D9056</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>modules/ECMGeneratePkgConfigFile.cmake<br />
tests/ECMGeneratePkgConfigFile/KF5CoreAddons.pc<br />
tests/ECMGeneratePkgConfigFile/KF5CoreAddons2.pc<br />
tests/ECMGeneratePkgConfigFile/KF5CoreAddons3.pc<br />
tests/ECMGeneratePkgConfigFile/metainfo_with_description.yaml<br />
tests/ECMGeneratePkgConfigFile/metainfo_with_empty_description.yaml<br />
tests/ECMGeneratePkgConfigFile/metainfo_without_description.yaml<br />
tests/ECMGeneratePkgConfigFile/run_test.cmake.config</div></div></div><br /><div><strong>To: </strong>cgiboudeaux, dfaure, apol<br /><strong>Cc: </strong>Frameworks, Build System<br /></div>