Building kdepim from the 3.5.13 source tarball results in two include libkcal directories:
$PREFIX/include/libkcal
$PREFIX/include/kde/libkcal
All but two of the header files are in the latter directory.
In KDE 3.5.10 there was only $PREFIX/include/libkcal.
Why is kdepim creating two libkcal directories? Is there a way to patch that?
does your package system allow you to modify the package tree? why not just do a quick "mv" and put all the headers into the correct dirs?
I thought about that but closer inspection of the kdepim package shows a whole bunch of $PREFIX/include/kde/.. subdirectories. I suspect there is a fundamental problem with the make files that should be fixed.