# Note: depends on intltool
# Note: depends on pkg-config
# Note: depends on exo
# Note: depends on garcon
# Note: depends on libXi
wget -c http://archive.xfce.org/src/xfce/xfce4-settings/4.13/xfce4-settings-4.13.0.tar.bz2
tar -xjf xfce4-settings-4.13.0.tar.bz2
cd xfce4-settings-4.13.0
mkdir -p build
cd build
../configure --prefix="/usr" --sysconfdir="/etc"
make # Doesn't mind -j#
make install