WrapEarnPass left a comment (geany/geany#4632)
> Is this
>
> ```diff
> -gtk_update_icon_cache = find_program('gtk4-update-icon-cache',
> 'gtk-update-icon-cache')
> +gtk_update_icon_cache = find_program('gtk-update-icon-cache',
> 'gtk4-update-icon-cache')
> ```
>
> really necessary? In some cases, the version of the utility from GTK3 will be
> used instead of the more modern version from GTK4.
On my system, no, it is currently the same file.
>From what I can tell, the whole reason gtk-update-icon-cache exists as a
>package was that at some point the gtk tool stopped working for gtk2 and gtk3,
>so it was split into a package.
Depending on the gtk4 version to continue outputting a file that validates in
gtk3, which geany has a dependency to, seemed like the wrong preference. So, if
the gtk3 version exists, prefer that one, in case.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/4632#issuecomment-5215668933
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/4632/[email protected]>