Get source:
git clone git://gitorious.org/sparkleshare/sparkleshare.git
Build dependencies:
aptitude install libndesk-dbus1.0-cil-dev libndesk-dbus-glib1.0-cil-dev gtk-sharp2 mono-2.0-devel python-nautilus
Building:
./autogen.sh ./configure --prefix=/usr ./make
Installing:
sudo checkinstall
Checkinstall will pack up the icon-theme.cache file, which it shouldn't. You should add the full path to it in the exclude line of /etc/checkinstallrc
# Comma delimited list of files/directories to be ignored EXCLUDE="/usr/share/sparkleshare/icons/hicolor/icon-theme.cache"