<p></p>
<blockquote>
<ul dir="auto">
<li><code>share/icons/Tango/icon-theme.cache</code> is missing with Meson but probably harmless</li>
</ul>
</blockquote>
<p dir="auto">In autotools this is: <a href="https://github.com/geany/geany/blob/41624c411702d29834da0ff926f3c9f7c895bb47/icons/Makefile.am#L13-L24">https://github.com/geany/geany/blob/41624c411702d29834da0ff926f3c9f7c895bb47/icons/Makefile.am#L13-L24</a></p>
<p dir="auto">In meson this is: <a href="https://github.com/geany/geany/pull/2761/files#diff-d1e552a6e8f531b9bf5c39efd19586bc133ac2770ad8d65654b93634bd660cdfR41-R46">https://github.com/geany/geany/pull/2761/files#diff-d1e552a6e8f531b9bf5c39efd19586bc133ac2770ad8d65654b93634bd660cdfR41-R46</a></p>
<div class="highlight highlight-source-meson"><pre><span class="pl-k">if</span> <span class="pl-c1">meson</span>.version().version_compare(<span class="pl-s"><span class="pl-pds">'</span>>=0.57.0<span class="pl-pds">'</span></span>)
    gnome.post_install(<span class="pl-smi">gtk_update_icon_cache</span>: <span class="pl-c1">true</span>)
<span class="pl-k">else</span>
    <span class="pl-c1">warning</span>(<span class="pl-s"><span class="pl-pds">'</span>You may need to run `gtk-update-icon-cache` yourself after installing<span class="pl-pds">'</span></span>)
    <span class="pl-c1">warning</span>(<span class="pl-s"><span class="pl-pds">'</span>E.g. gtk-update-icon-cache -f -t <span class="pl-pds">'</span></span> <span class="pl-k">+</span> <span class="pl-c1">join_paths</span>(prefix, icons_dir))
<span class="pl-k">endif</span></pre></div>
<p dir="auto">Note that to correctly handle <code>if test -z "$(DESTDIR)";</code> in meson you need those Meson 0.57 features, or you need to add a custom python script. There is some existing discussion about that in this PR here: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="830890432" data-permission-text="Title is private" data-url="https://github.com/geany/geany/issues/2761" data-hovercard-type="pull_request" data-hovercard-url="/geany/geany/pull/2761/hovercard?comment_id=1046495333&comment_type=issue_comment" href="https://github.com/geany/geany/pull/2761#issuecomment-1046495333">#2761 (comment)</a></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/2761#issuecomment-1066114275">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ7RLWFGB7M2CK4EG7DU7YC2LANCNFSM4ZDZAFLA">unsubscribe</a>.<br />Triage notifications on the go with GitHub Mobile for <a href="https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675">iOS</a> or <a href="https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub">Android</a>.
<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAIOWJ2LKG3MOALV3JZOVUDU7YC2LA5CNFSM4ZDZAFLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOH6FZZYY.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><geany/geany/pull/2761/c1066114275</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/pull/2761#issuecomment-1066114275",
"url": "https://github.com/geany/geany/pull/2761#issuecomment-1066114275",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>