# Note: depends on intltool
# Note: depends on libX11
# Note: depends on exo
wget -c http://archive.xfce.org/src/xfce/thunar/1.6/Thunar-1.6.11.tar.bz2
tar -xjf Thunar-1.6.11.tar.bz2
cd Thunar-1.6.11
mkdir -p build
cd build
../configure --prefix="/usr" --sysconfdir="/etc"
make # Doesn't mind -j#
make install