Xfapplet

From CBLFS
Revision as of 15:07, 11 May 2008 by Weibullguy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
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

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.