OK, sounds like a plan. Working on kdepim now; looks
like the libical API
changed slightly in 0.46.
I was able to build that version here. I forget, but the README said to run some bootstrap
script, which basically recreated the make and configure files and then the package
compiled.
Regarding libcaldav and libcarddav, both will build
with
this sequence:
./autogen.sh
./configure --prefix=/usr --mandir=/usr/share/man
make
make install
Okay, thanks. You said you were going to merge them into svn dependencies. Will that
happen soon? If so, I'll wait to create my build script.