Xfce4-Icon-Theme

From CBLFS
Jump to navigationJump to search
Download Source:

http://www.xfce.org/archive/xfce-4.6.2/src/xfce4-icon-theme-4.6.2.tar.bz2

Introduction to Xfce4-Icon-Theme

This is the default Xfce Rodent vector icon theme.

Project Homepage: http://www.xfce.org

Dependencies

Optional

Configuration Information

Non-Multilib

Compile the package:

./configure --prefix=${XFCE_PREFIX} &&
make

Install the package:

make install

Multilib

This package does not provide any libraries so only one installation is required.

32Bit

Compile the package:

CC="gcc ${BUILD32}" ./configure --prefix=${XFCE_PREFIX} &&
make

Install the package:

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" ./configure --prefix=${XFCE_PREFIX} --libdir=${XFCE_PREFIX}/lib32 &&
make

Install the package:

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" ./configure --prefix=${XFCE_PREFIX} --libdir=${XFCE_PREFIX}/lib64 &&
make

Install the package:

make install

Configuring

If you want to use the "stock" icons of this theme, you must add the path to the Rodent iconrc file to your $DATADIR/themes/favorite_theme/gtk-2.0/gtkrc file.

To achieve this, add one of the following lines at the top of your gtkrc:

include "$DATADIR/icons/Rodent/iconrc"

or, if your system does not support the SVG format:

include "$DATADIR/icons/Rodent/iconrc-png"

Contents

Installed Directories: $XFCE_PREFIX/share/icons/Rodent/{48x48,scalable}/{apps,devices,emblems,filesystems,mimetypes,misc,stock}
Installed Programs: None
Installed Libraries: None