# Note: depends on intltool
wget -c http://ftp.gnome.org/pub/GNOME/sources/gnome-backgrounds/3.14/gnome-backgrounds-3.14.1.tar.xz
tar -xJf gnome-backgrounds-3.14.1.tar.xz
cd gnome-backgrounds-3.14.1
mkdir -p build
cd build
../configure --prefix="/usr"
make
make install