<p></p>
<blockquote>
<blockquote>
<p>Geany plugins now build if configured --prefix=/home/lex/geany_meson --with-geany-libdir=/home/lex/geany_meson/lib and install to $PREFIX/lib/geany but do not appear in plugin manager.</p>
</blockquote>
</blockquote>
<blockquote>
<p>You have to use the correct libdir, obviously, i.e. --with-geany-libdir=/home/lex/geany_meson/lib/x86_64-linux-gnu. Typically you avoid setting --with-geany-libdir and instead point pkg-config to the correct geany.pc. Under ubuntu, geany.pc has this line: libdir=${exec_prefix}/lib/x86_64-linux-gnu</p>
</blockquote>
<p>As I said configuring <code> --with-geany-libdir=/home/lex/geany_meson/lib/x86_64-linux-gnu</code> fails.  According to <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/hyperair/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/hyperair">@hyperair</a> when this option was added, this is the "proper" way of configuring this for Debian and derivative systems.  But anyway until G-P is mesoned (meson subprojects might be a good fit?) it needs to work.</p>
<p>On this system <em>all</em> the system pkg-configs are under <code>x86_64-linux-gnu/pkgconfig</code> so a geany installed to the system would be out of place and not found if it installed in <code>lib/pkgconfig</code>.</p>
<p>It seems like there are still things being installed in a mixture of <code>lib</code> and <code>lib/x86_64-linux-gnu</code> whereas it should all be the latter if thats the system default determined by meson.  I guess its hard to notice on your system if <code>lib</code> is the default, but the meson build should never force <code>lib</code>.</p>
<blockquote>
<p>Maybe my meson-geany gets the icons from my system-geany from /usr/local/... ?</p>
</blockquote>
<p>The advantage of my habit of <em>only</em> using prefixed geanys and having no system install :-)</p>
<p>The meson build isn't installing <code>$PREFIX/share/icons</code> which is likely the problem.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/2761#issuecomment-817395986">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ44CPEGY7PK7X37RLTTIIZLFANCNFSM4ZDZAFLA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJ3N7GTCUSF6OECXCOLTIIZLFA5CNFSM4ZDZAFLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGC4HSEQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/pull/2761#issuecomment-817395986",
"url": "https://github.com/geany/geany/pull/2761#issuecomment-817395986",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>