# libgnomeprintui
# ===============
# Slackware 9.0's 'libgnomeprintui' package includes version 2.2.1.2, 9.1's
# includes 2.3.1, 10.0 and 10.1's include 2.6.1 As of Slackware 10.2, Gnome
# is no longer included.
# Below I include several different versions, each covering different
# releases of Gnome, but be aware that the only version that I actually use
# is the one for Gnome 2.16.x
# If you ever want to uninstall libgnomeprintui, cd into the source, run
# 'make uninstall' (as root), remove the source directory, and then the
# tarball.
# libgnomeprintui 2.8.2 (for Gnome 2.8.x)
# =====================
# Prerequisites (beyond those listed above):
# gtk-doc (Slackware includes this in it's sgml-tools or linuxdoc-tools
# packages; enabled if you pass --enable-gtk-doc to configure)
# GTK+-2.0 >= 2.4.0
# libgnomeprint-2.2 >= 2.8.2
# gnome-icon-theme >= 1.1.92
cd
test -f installed/libgnomeprintui-2.8.2.tar.bz2 &&
mv installed/libgnomeprintui-2.8.2.tar.bz2
test ! -f libgnomeprintui-2.8.2.tar.bz2 &&
wget http://ftp.gnome.org/pub/gnome/sources/libgnomeprintui/2.8/\
libgnomeprintui-2.8.2.tar.bz2
# libgnomeprintui 2.10.2 (for Gnome 2.10.x)
# ======================
# Prerequisites (beyond those listed above):
# gtk-doc (Slackware includes this in it's sgml-tools or linuxdoc-tools
# packages; enabled if you pass --enable-gtk-doc to configure)
# GTK+-2.0 >= 2.4.0
# libgnomeprint-2.2 >= 2.10.2
# gnome-icon-theme >= 1.1.92
cd
test -f installed/libgnomeprintui-2.10.2.tar.bz2 &&
mv installed/libgnomeprintui-2.10.2.tar.bz2
test ! -f libgnomeprintui-2.10.2.tar.bz2 &&
wget http://ftp.gnome.org/pub/gnome/sources/libgnomeprintui/2.10/\
libgnomeprintui-2.10.2.tar.bz2
# libgnomeprint 2.12.1 (for Gnome 2.12.x, 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; enabled if you pass --enable-gtk-doc to configure)
# GTK+-2.0 >= 2.6.0
# libgnomeprint-2.2 >= 2.12.1
# gnome-icon-theme >= 1.1.92
cd
test -f installed/libgnomeprintui-2.12.1.tar.bz2 &&
mv installed/libgnomeprintui-2.12.1.tar.bz2
test ! -f libgnomeprintui-2.12.1.tar.bz2 &&
wget http://ftp.gnome.org/pub/gnome/sources/libgnomeprintui/2.12/\
libgnomeprintui-2.12.1.tar.bz2