# Note: depends on gtk-vnc
# Note: depends on libsecret
# Note: depends on itstool
wget -c http://ftp.gnome.org/pub/GNOME/sources/vinagre/3.22/vinagre-3.22.0.tar.xz
tar -xJf vinagre-3.22.0.tar.xz
cd vinagre-3.22.0
mkdir -p build
cd build
../configure --prefix="/usr"
make # Doesn't mind -j#
make install