gnome-icon-theme - A collection of icons used as the basis for GNOME themes ChangeLog

HOWTO


# gnome-icon-theme
# ================
# Slackware 9.0's 'gnome-icon-theme' package includes version 1.0.0, 9.1's
# includes 1.0.9, 10.0's and 10.1's include 1.2.3  As of Slackware 10.2,
# Gnome is no longer included.

# Below I include several different versions, each one for a different
# major release of Gnome, but keep in mind that I only actually use the
# 2.16.x version.  Install hicolor-icon-theme, then the version of
# gnome-icon-theme that matches the version of Gnome that you're using
# (or are installing).

# If you ever want to uninstall gnome-icon-theme, or clean up files from
# an old version before installing a new one, skip down to the bottom for
# instructions.

# Prerequisites (for all versions):
# Perl
# iconv
# gettext
# pkg-config
# hicolor-icon-theme (below)


# Install/update the XML::Parser perl module
su -c "perl -MCPAN -e shell"
o conf prerequisites_policy follow
o conf make_install_arg UNINST=1
install Bundle::CPAN
install XML::Parser
exit


# hicolor-icon-theme
# ==================
cd
test -f installed/hicolor-icon-theme-0.10.tar.gz &&
mv installed/hicolor-icon-theme-0.10.tar.gz .
test ! -f hicolor-icon-theme-0.10.tar.gz &&
wget http://icon-theme.freedesktop.org/releases/\
hicolor-icon-theme-0.10.tar.gz
mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "hicolor-icon-theme-*" -exec rm -r {} \;
tar xzvf ~/hicolor-icon-theme-0.10.tar.gz
cd hicolor-icon-theme-0.10
test $UID = 0 && chown -R root:root .
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib

# Become root to install it
su

# Remove the Slackware package
test -x /sbin/removepkg && /sbin/removepkg hicolor-icon-theme

# Install it
make install

# Become yourself again
exit

cd
mkdir -p -m 0700 installed
rm -f installed/hicolor-icon-theme-*.tar.*
mv hicolor-icon-theme-0.10.tar.gz installed/


# gnome-icon-theme 2.12.1 (for Gnome 2.12.x)
# =======================
cd
test -f installed/gnome-icon-theme-2.12.1.tar.bz2 &&
mv installed/gnome-icon-theme-2.12.1.tar.bz2 .
test ! -f gnome-icon-theme-2.12.1.tar.bz2 &&
wget http://ftp.gnome.org/pub/GNOME/sources/gnome-icon-theme/2.12/\
gnome-icon-theme-2.12.1.tar.bz2
mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "gnome-icon-theme-*" -exec rm -r {} \;
tar xjvf ~/gnome-icon-theme-2.12.1.tar.bz2
cd gnome-icon-theme-2.12.1
test $UID = 0 && chown -R root:root .
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib
make

# Become root to install it
su

# Remove the Slackware package
test -x /sbin/removepkg && /sbin/removepkg gnome-icon-theme

make install
chown -R $USER .
test -f /usr/share/pkgconfig/gnome-icon-theme.pc &&
( mv -f /usr/share/pkgconfig/gnome-icon-theme.pc /usr/lib/pkgconfig/
   rmdir /usr/share/pkgconfig )

# I only read/write English (well) so I don't need these
find /usr/share/locale -type f -name "gnome-icon-theme.mo" -exec rm {} \;

# Become yourself again
exit

cd
mkdir -p -m 0700 installed
rm -f installed/gnome-icon-theme-*.tar.*
mv gnome-icon-theme-2.12.1.tar.bz2 installed/


# gnome-icon-theme 2.14.2 (for Gnome 2.14.x)
# =======================
cd
test -f installed/gnome-icon-theme-2.14.2.tar.bz2 &&
mv installed/gnome-icon-theme-2.14.2.tar.bz2 .
test ! -f gnome-icon-theme-2.14.2.tar.bz2 &&
wget http://ftp.gnome.org/pub/GNOME/sources/gnome-icon-theme/2.14/\
gnome-icon-theme-2.14.2.tar.bz2
mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "gnome-icon-theme-*" -exec rm -r {} \;
tar xjvf ~/gnome-icon-theme-2.14.2.tar.bz2
cd gnome-icon-theme-2.14.2
test $UID = 0 && chown -R root:root .
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib
make

# Become root to install it
su

# Remove the Slackware package
test -x /sbin/removepkg && /sbin/removepkg gnome-icon-theme

make install
chown -R $USER .
test -f /usr/share/pkgconfig/gnome-icon-theme.pc &&
( mv -f /usr/share/pkgconfig/gnome-icon-theme.pc /usr/lib/pkgconfig/
   rmdir /usr/share/pkgconfig )

# I only read/write English (well) so I don't need these
find /usr/share/locale -type f -name "gnome-icon-theme.mo" -exec rm {} \;

# Become yourself again
exit

cd
mkdir -p -m 0700 installed
rm -f installed/gnome-icon-theme-*.tar.*
mv gnome-icon-theme-2.14.2.tar.bz2 installed/


# gnome-icon-theme 2.16.1 (for Gnome 2.16.x)
# =======================
# Prerequisites (beyond those listed above):
# icon-naming-utils >= 0.8.1

cd
test -f installed/gnome-icon-theme-2.16.1.tar.bz2 &&
mv installed/gnome-icon-theme-2.16.1.tar.bz2 .
test ! -f gnome-icon-theme-2.16.1.tar.bz2 &&
wget http://ftp.gnome.org/pub/GNOME/sources/gnome-icon-theme/2.16/\
gnome-icon-theme-2.16.1.tar.bz2
mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "gnome-icon-theme-*" -exec rm -r {} \;
tar xjvf ~/gnome-icon-theme-2.16.1.tar.bz2
cd gnome-icon-theme-2.16.1
test $UID = 0 && chown -R root:root .
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib
make

# Become root to install it
su

# Remove the Slackware package
test -x /sbin/removepkg && /sbin/removepkg gnome-icon-theme

make install
chown -R $USER .
test -f /usr/share/pkgconfig/gnome-icon-theme.pc &&
( mv -f /usr/share/pkgconfig/gnome-icon-theme.pc /usr/lib/pkgconfig/
   rmdir --ignore-fail-on-non-empty /usr/share/pkgconfig )

# I only read/write English (well) so I don't need these
find /usr/share/locale -type f -name "gnome-icon-theme.mo" -exec rm {} \;

# Become yourself again
exit

cd
mkdir -p -m 0700 installed
rm -f installed/gnome-icon-theme-*.tar.*
mv gnome-icon-theme-2.16.1.tar.bz2 installed/


# If you ever want to uninstall gnome-icon-theme, this should do it:
cd
su
test -d src/gnome-icon-theme-* &&
( cd src/gnome-icon-theme-* ; make uninstall )
# Other things may use this path, I'm not sure...
rm -f /usr/lib/pkgconfig/gnome-icon-theme.pc
test -d /usr/share/icons/gnome && rm -r /usr/share/icons/gnome
test -d /usr/share/icons/hicolor && rm -r /usr/share/icons/hicolor
ldconfig
exit
find ~/src -maxdepth 1 -type d -name "gnome-icon-theme-*" -exec rm -r {} \;
rm -f ~/installed/gnome-icon-theme-*.tar.*

List of HOWTOs

Web page itself last updated: 2023-12-20 8:06pm (EDT -0400)
HOWTO last updated: 2006-11-28 2:47pm
Copyright © 2001-2024 Jason Englander. All Rights reserved.
[HTML5]