Xfapplet
From CBLFS
| Download Source: | http://goodies.xfce.org/_media/projects/panel-plugins/xfce4-xfapplet-plugin-0.1.0.tar.bz2 |
|---|
Introduction to Xfapplet
Xfapplet is an Xfce-Panel plugin that allows you to use GNOME Panel plugins in your XFCE environment.
Project Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-xfapplet-plugin
Dependencies
Required
- libxfce4util
- libxfcegui4
- Xfce-Panel >=4.4b1
- GNOME Panel
- ORBit2 >=2.12.5
Non-Multilib
Compile the package:
./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib &&
make
Install the package:
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib &&
make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib32 &&
make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib64 &&
make
Install the package:
make install
Contents
| Installed Directories: | None |
|---|---|
| Installed Programs: | None |
| Installed Libraries: | xfce4-xfapplet-plugin |
Short Descriptions
| xfce4-xfapplet-plugin | is a plugin for the XFCE panel that allows the use of GNOME panel plugins. |
|---|