sys-devel/distcc: do not rename gui binary anymore

While the renaming seems convenient it can cause issues in the whole xdg
system, where binary names desktop file names etc. have to match for
everything to work as expected.

The rename was incomplete and a complete rename involves too many
things, so drop it and do what upstream does.

Closes: https://bugs.gentoo.org/965994
Signed-off-by: Henning Schild <henning@hennsch.de>
Part-of: https://github.com/gentoo/gentoo/pull/44600
Closes: https://github.com/gentoo/gentoo/pull/44600
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Henning Schild 2025-11-13 12:09:59 +01:00 committed by Sam James
parent fb4dbb6f92
commit 1325cf5d0a
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -138,13 +138,6 @@ src_install() {
dobin "${T}/distcc-config" dobin "${T}/distcc-config"
if use gui; then
einfo "Renaming /usr/bin/distccmon-gnome to /usr/bin/distccmon-gui"
einfo "This is to have a little sensability in naming schemes between distccmon programs"
mv "${ED}/usr/bin/distccmon-gnome" "${ED}/usr/bin/distccmon-gui" || die
dosym distccmon-gui /usr/bin/distccmon-gnome
fi
if use xinetd; then if use xinetd; then
insinto /etc/xinetd.d insinto /etc/xinetd.d
newins "doc/example/xinetd" distcc newins "doc/example/xinetd" distcc