# libgnomeui
# ==========
# Slackware 9.0's 'libgnomeui' package includes version 2.2.0, 9.1's
# includes 2.4.0, 10.0 and 10.1's include 2.6.1.1 As of Slackware 10.2,
# Gnome is no longer included.
# I keep versions here for several different versions of Gnome, but keep
# in mind that as I write this, I only actually use the Gnome 2.16.x
# version.
# If you ever want to uninstall libgnomeui, cd into the source directory,
# run 'make uninstall', remove the source directory, and remove the tarball.
mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "libgnomeui-*" -exec rm -r {} \;
tar xjvf ~/libgnomeui-2.2.2.tar.bz2
cd libgnomeui-2.2.2
test $UID = 0 && chown -R root:root .
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib
## If make fails with an error like this:
# /usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../../i686-pc-linux-gnu/bin/ld:
# cannot find -lssl
## Re-run it like this:
# make LDFLAGS=-L/usr/local/ssl/lib
make
# Become root to install it
su
test -x /sbin/removepkg && /sbin/removepkg libgnomeui
rm -f /usr/lib/libgnomeui-2.*
make install
ldconfig
find /usr/share/locale -type f -name "libgnomeui-2.0.mo" -exec rm {} \;
mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "libgnomeui-*" -exec rm -r {} \;
tar xjvf ~/libgnomeui-2.4.0.1.tar.bz2
cd libgnomeui-2.4.0.1
test $UID = 0 && chown -R root:root .
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib \
--enable-static=no
## If make fails with an error like this:
# /usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../../i686-pc-linux-gnu/bin/ld:
# cannot find -lssl
## Re-run it like this:
# make LDFLAGS=-L/usr/local/ssl/lib
make
# Become root to install it
su
test -x /sbin/removepkg && /sbin/removepkg libgnomeui
rm -f /usr/lib/libgnomeui-2.*
make install
ldconfig
find /usr/share/locale -type f -name "libgnomeui-2.0.mo" -exec rm {} \;
mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "libgnomeui-*" -exec rm -r {} \;
tar xjvf ~/libgnomeui-2.6.2.tar.bz2
cd libgnomeui-2.6.2
test $UID = 0 && chown -R root:root .
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib \
--enable-static=no
## If make fails with an error like this:
# /usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../../i686-pc-linux-gnu/bin/ld:
# cannot find -lssl
## Re-run it like this:
# make LDFLAGS=-L/usr/local/ssl/lib
make
# Become root to install it
su
test -x /sbin/removepkg && /sbin/removepkg libgnomeui
rm -f /usr/lib/libgnomeui-2.*
make install
ldconfig
find /usr/share/locale -type f -name "libgnomeui-2.0.mo" -exec rm {} \;
mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "libgnomeui-*" -exec rm -r {} \;
tar xjvf ~/libgnomeui-2.12.1.tar.bz2
cd libgnomeui-2.12.1
test $UID = 0 && chown -R root:root .
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib \
--enable-static=no
## If make fails with an error like this:
# /usr/lib/gcc/i686-pc-linux-gnu/3.4.5/../../../../i686-pc-linux-gnu/bin/ld:
# cannot find -lssl
## Re-run it like this:
# make LDFLAGS=-L/usr/local/ssl/lib
make
# Become root to install it
su
test -x /sbin/removepkg && /sbin/removepkg libgnomeui
rm -f /usr/lib/libgnomeui-2.*
make install
ldconfig
find /usr/share/locale -type f -name "libgnomeui-2.0.mo" -exec rm {} \;
chown -R $USER .
mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "libgnomeui-*" -exec rm -r {} \;
tar xjvf ~/libgnomeui-2.14.1.tar.bz2
cd libgnomeui-2.14.1
test $UID = 0 && chown -R root:root .
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib \
--enable-static=no
## If make fails with an error like this:
# /usr/lib/gcc/i686-pc-linux-gnu/3.4.5/../../../../i686-pc-linux-gnu/bin/ld:
# cannot find -lssl
## Re-run it like this:
# make LDFLAGS=-L/usr/local/ssl/lib
make
# Become root to install it
su
test -x /sbin/removepkg && /sbin/removepkg libgnomeui
rm -f /usr/lib/libgnomeui-2.*
make install
ldconfig
find /usr/share/locale -type f -name "libgnomeui-2.0.mo" -exec rm {} \;
chown -R $USER .
mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "libgnomeui-*" -exec rm -r {} \;
tar xjvf ~/libgnomeui-2.16.1.tar.bz2
cd libgnomeui-2.16.1
test $UID = 0 && chown -R root:root .
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib \
--enable-static=no
## If make fails with an error like this:
# /usr/lib/gcc/i686-pc-linux-gnu/3.4.5/../../../../i686-pc-linux-gnu/bin/ld:
# cannot find -lssl
## Re-run it like this:
# make LDFLAGS=-L/usr/local/ssl/lib
make
# Become root to install it
su
test -x /sbin/removepkg && /sbin/removepkg libgnomeui
rm -f /usr/lib/libgnomeui-2.*
make install
ldconfig
find /usr/share/locale -type f -name "libgnomeui-2.0.mo" -exec rm {} \;
chown -R $USER .