# Note: depends on gtk+
# Note: depends on itstool
# Note: depends on docbook-xsl
wget -c http://ftp.gnome.org/pub/GNOME/sources/glade/3.20/glade-3.20.0.tar.xz
tar -xJf glade-3.20.0.tar.xz
cd glade-3.20.0
mkdir -p builddir
cd builddir
../configure --prefix="/usr"
make # Doesn't mind -j#
make install