# Exit on error:
set -e

wget http://archive.xfce.org/src/xfce/xfce4-settings/4.12/xfce4-settings-4.12.0.tar.bz2
tar xf xfce4-settings-4.12.0.tar.bz2
cd xfce4-settings-4.12.0
./configure --prefix=
make install
cd ..
rm -rf xfce4-settings-4.12.0
rm xfce4-settings-4.12.0.tar.bz2

exit 0
