kwavecontrol installs files all over the place, totally in conflict with the FHS. Reproducible: Always Steps to Reproduce: 1. emerge net-wireless/kwavecontrol-0.3 2. Check /opt/.kwavecontrol 3. Check /de Actual Results: There are spurious directories created. Expected Results: The directories in (2) and (3) are not supposed to be there; the locale files should be installed in /usr/share/locale somewhere, the auxiliary files in /opt/.kwavecontrol should go in /usr/share/kwavecontrol-0.3. Should the binary be installed in /usr/kde/<version>/bin, too?
No, the binary should go to /usr/bin as it is not part of the kde release.
I have found this bug too.
The /de seems to be an easy fix in kwavecontrol/Makefile.am and kwavecontrol/Makefile.in, the ${kde.localedir} should be replaced by ${kde.locale}. The /opt/ is a little trickier as it requires also a change in options.cpp to read from the correct directory.
I have now created version 0.3-r1 which includes a patch that should fix the direcotry-locations. Currently, I just hardcoded the location of the icons to /usr/share/apps/kwavecontrol/icons/. Also the homepage seems to be http://kwavecontrol.sourceforge.net/ now.