Xfce4-Icon-Theme: Difference between revisions
From CBLFS
Jump to navigationJump to search
Weibullguy (talk | contribs) Created page. |
Weibullguy (talk | contribs) No edit summary |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 6: | Line 6: | ||
|} | |} | ||
{{Package-Introduction|This is the default Xfce Rodent vector icon theme.|http://www.xfce.org}} | |||
This is the default Xfce Rodent vector icon theme. | |||
== Dependencies == | == Dependencies == | ||
| Line 32: | Line 28: | ||
== Multilib == | == Multilib == | ||
<b><i>This package | <b><i>This package does not provide any libraries so only one installation is required.</i></b> | ||
=== 32Bit === | === 32Bit === | ||
| Line 84: | Line 80: | ||
|-valign="top" | |-valign="top" | ||
! Installed Directories: | ! Installed Directories: | ||
| | | $XFCE_PREFIX/share/icons/Rodent/{48x48,scalable}/{apps,devices,emblems,filesystems,mimetypes,misc,stock} | ||
|-valign="top" | |-valign="top" | ||
! Installed Programs: | ! Installed Programs: | ||
| Line 92: | Line 88: | ||
| <i>None</i> | | <i>None</i> | ||
|} | |} | ||
[[Category:XFCE]] | |||
Latest revision as of 06:23, 20 October 2010
| 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 |