wget -c http://pub.mate-desktop.org/sources/mate-common/1.20/mate-common-1.20.0.tar.xz
tar -xJf mate-common-1.20.0.tar.xz
cd mate-common-1.20.0
mkdir -p build
cd build
../configure --prefix="/usr"
make
make install