# libglade
# ========
# Slackware 9.0 and 9.1's 'libglade' packages include version 2.0.1, 10.0
# and 10.1's include 2.4.0, and 10.2's includes 2.4.2 Slackware 10.2 and
# up don't include GNOME, but they do include libglade.
# I include four versions here: the latest 2.0.x, 2.3.x, 2.5.x, and 2.6.x
# versions. Mainly those because they are listed as prerequisites of
# different releases of Gnome (see below). Be aware that I am currently
# only using the 2.6.x version, though I will keep the others updated if
# new versions are released.
# If you ever want to uninstall libglade, cd into the source directory,
# run (as root) 'make uninstall ; ldconfig', remove the source directory,
# and remove the tarball.
# libglade 2.0.1 (for Gnome 2.2.x or 2.4.x)
# ==============
# Prerequisites (beyond those listed above):
# ATK >= 1.0.0
# GTK+ >= 2.0.0
# gtk-doc (Slackware includes this in it's sgml-tools or linuxdoc-tools
# packages)
cd
test -f installed/libglade-2.0.1.tar.bz2 &&
mv installed/libglade-2.0.1.tar.bz2 .
test ! -f libglade-2.0.1.tar.bz2 &&
wget http://ftp.gnome.org/pub/GNOME/sources/libglade/2.0/\
libglade-2.0.1.tar.bz2
# libglade 2.3.6 (for Gnome 2.6.x, 2.8.x, or 2.10.x)
# ==============
# Prerequisites (beyond those listed above):
# ATK >= 1.0.0
# GTK+-2.0 >= 2.3.0
# Glib-2.0 >= 2.3.1
# gtk-doc (Slackware includes this in it's sgml-tools or linuxdoc-tools
# packages; used if --enable-gtk-doc is passed to configure)
# If you have 2.4.x installed, I'd stick with it (if you use gnome
# 2.(6|8|10).x)
cd
test -f installed/libglade-2.3.6.tar.bz2 &&
mv installed/libglade-2.3.6.tar.bz2 .
test ! -f libglade-2.3.6.tar.bz2 &&
wget http://ftp.gnome.org/pub/GNOME/sources/libglade/2.3/\
libglade-2.3.6.tar.bz2
# libglade 2.5.1 (for Gnome 2.12.x)
# ==============
# Prerequisites (beyond those listed above):
# ATK >= 1.9.0
# GTK+ >= 2.5.0
# Glib-2.0 >= 2.5.0
# gtk-doc (Slackware includes this in it's sgml-tools or linuxdoc-tools
# packages; used if --enable-gtk-doc is passed to configure)
cd
test -f installed/libglade-2.5.1.tar.bz2 &&
mv installed/libglade-2.5.1.tar.bz2 .
test ! -f libglade-2.5.1.tar.bz2 &&
wget http://ftp.gnome.org/pub/GNOME/sources/libglade/2.5/\
libglade-2.5.1.tar.bz2
# libglade 2.6.0 (for Gnome 2.12.x, 2.14.x, or 2.16.x)
# ==============
# Prerequisites (beyond those listed above):
# ATK >= 1.9.0
# GTK+ >= 2.5.0
# Glib-2.0 >= 2.5.0
# gtk-doc (Slackware includes this in it's sgml-tools or linuxdoc-tools
# packages; used if --enable-gtk-doc is passed to configure)
cd
test -f installed/libglade-2.6.0.tar.bz2 &&
mv installed/libglade-2.6.0.tar.bz2 .
test ! -f libglade-2.6.0.tar.bz2 &&
wget http://ftp.gnome.org/pub/GNOME/sources/libglade/2.6/\
libglade-2.6.0.tar.bz2