# libgnomecanvas
# ==============
# Slackware 9.0's 'libgnomecanvas' package includes version 2.2.0.2, 9.1's
# includes 2.4.0, 10.0 and 10.1's include 2.6.1.1 As of version 10.2,
# Slackware no longer includes GNOME.
# I include several versions here covering different major releases of
# Gnome, but keep in mind that I only actually use the Gnome 2.16.x one.
# libgnomecanvas 2.2.1 (for Gnome 2.2.x)
# ====================
# Prerequisites (beyond those listed above):
# bison
# XFree86's or X.org's xrdb utility
# GTK+-2.0 >= 2.0.3
# libart-2.0 >= 2.3.8
# pango >= 1.0.1
# gtk-doc (Slackware includes this in it's sgml-tools or linuxdoc-tools
# packages)
cd
test -f installed/libgnomecanvas-2.2.1.tar.bz2 &&
mv installed/libgnomecanvas-2.2.1.tar.bz2
test ! -f libgnomecanvas-2.2.1.tar.bz2 &&
wget http://ftp.gnome.org/pub/gnome/sources/libgnomecanvas/2.2/\
libgnomecanvas-2.2.1.tar.bz2
# libgnomecanvas 2.4.0 (for Gnome 2.4.x)
# ====================
# Prerequisites (beyond those listed above):
# bison
# XFree86's or X.org's xrdb utility
# GTK+-2.0 >= 2.0.3
# libart-2.0 >= 2.3.8
# pango >= 1.0.1
# gtk-doc (Slackware includes this in it's sgml-tools or linuxdoc-tools
# packages)
cd
test -f installed/libgnomecanvas-2.4.0.tar.bz2 &&
mv installed/libgnomecanvas-2.4.0.tar.bz2
test ! -f libgnomecanvas-2.4.0.tar.bz2 &&
wget http://ftp.gnome.org/pub/gnome/sources/libgnomecanvas/2.4/\
libgnomecanvas-2.4.0.tar.bz2
# libgnomecanvas 2.6.1.1 (for Gnome 2.6.x, 2.8.x, or 2.10.x)
# ======================
# Prerequisites (beyond those listed above):
# bison
# XFree86's or X.org's xrdb utility
# GTK+-2.0 >= 2.0.3
# libart-2.0 >= 2.3.8
# pango >= 1.0.1
# gtk-doc (Slackware includes this in it's sgml-tools or linuxdoc-tools
# packages)
cd
test -f installed/libgnomecanvas-2.6.1.1.tar.bz2 &&
mv installed/libgnomecanvas-2.6.1.1.tar.bz2
test ! -f libgnomecanvas-2.6.1.1.tar.bz2 &&
wget http://ftp.gnome.org/pub/gnome/sources/libgnomecanvas/2.6/\
libgnomecanvas-2.6.1.1.tar.bz2
# libgnomecanvas 2.12.0 (for Gnome 2.12.x)
# =====================
# Prerequisites (beyond those listed above):
# gtk-doc (Slackware includes this in it's sgml-tools or linuxdoc-tools
# packages; used if you pass --enable-gtk-doc to configure)
cd
test -f installed/libgnomecanvas-2.12.0.tar.bz2 &&
mv installed/libgnomecanvas-2.12.0.tar.bz2
test ! -f libgnomecanvas-2.12.0.tar.bz2 &&
wget http://ftp.gnome.org/pub/gnome/sources/libgnomecanvas/2.12/\
libgnomecanvas-2.12.0.tar.bz2
# libgnomecanvas 2.14.0 (for Gnome 2.14.x or 2.16.x)
# =====================
# Prerequisites (beyond those listed above):
# gtk-doc (Slackware includes this in it's sgml-tools or linuxdoc-tools
# packages; used if you pass --enable-gtk-doc to configure)
cd
test -f installed/libgnomecanvas-2.14.0.tar.bz2 &&
mv installed/libgnomecanvas-2.14.0.tar.bz2
test ! -f libgnomecanvas-2.14.0.tar.bz2 &&
wget http://ftp.gnome.org/pub/gnome/sources/libgnomecanvas/2.14/\
libgnomecanvas-2.14.0.tar.bz2