# gail
# ====
# Slackware 9.0's 'gail' package includes gail version 1.2.0, 9.1's includes
# 1.4.0, 10.0 and 10.1's includes 1.6.6 As of Slackware 10.2, Gnome is
# no longer included (neither is gail).
# I have several versions below covering various releases of Gnome. I'll
# keep all versions updated, but keep in mind that I only actually use the
# version for Gnome 2.16.x
# If you need to uninstall gail, cd into the source directory, run 'make
# uninstall' (as root), remove the source directory, then remove the
# tarball.
# Prerequisites (for all versions):
# gettext
# pkg-config
# ATK >= 1.7.0
# libgnomecanvas-2.0 >= 2.0.0
# gtk-doc (Slackware includes this in it's sgml-tools or linuxdoc-tools
# packages; used if --enable-gtk-doc is passed to configure)
# gail 1.8.11 (for Gnome 2.12.x and 2.14.x)
# ===========
# gail 1.8.8 was bundled with Gnome 2.12.3, but 1.8.11 should work just fine
# with it or 2.14.x
# Prerequisites (beyond those listed above):
# GTK+ >= 2.3.5
cd
test -f installed/gail-1.8.11.tar.bz2 && mv installed/gail-1.8.11.tar.bz2 .
test ! -f gail-1.8.11.tar.bz2 &&
wget http://ftp.gnome.org/pub/gnome/sources/gail/1.8/gail-1.8.11.tar.bz2
cd
test -f installed/gail-1.9.3.tar.bz2 && mv installed/gail-1.9.3.tar.bz2 .
test ! -f gail-1.9.3.tar.bz2 &&
wget http://ftp.gnome.org/pub/gnome/sources/gail/1.9/gail-1.9.3.tar.bz2