Xfce-Panel

From CBLFS
Revision as of 20:10, 14 January 2007 by 71.13.133.187 (talk) (Created page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://www.xfce.org/archive/xfce-4.6.2/src/xfce4-panel-4.6.2.tar.bz2

Introduction to Xfce Panel

The panel of the Xfce Desktop Environment. The panel provides program launchers with, optionally, non-hierarchical menus (easier to read at a glance), and several panel 'plugins' like a clock and a pager. Additional plugins may be installed separately.

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

Dependencies

Required

Optional

Configuration Information

--disable-startup-notification: disable the default check for startup notification library.
--enable-gtk-doc: use gtk-doc to build documentation.

Non-Multilib

Compile the package:

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

Install the package:

make install

Multilib

32Bit

Compile the package:

USE_ARCH=32 CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=$XFCE_PREFIX --sysconfdir=/etc/xfce &&
make

Install the package:

make install

N32

Compile the package:

USE_ARCH=N32 CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=${XFCE_PREFIX} --sysconfdir=/etc/xfce --libdir=${XFCE_PREFIX}/lib32 &&
make

Install the package:

make install

64Bit

Compile the package:

USE_ARCH=64 CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=${XFCE_PREFIX} --sysconfdir=/etc/xfce --libdir=${XFCE_PREFIX}/lib64 &&
make

Install the package:

make install

Contents

Installed Directories: /etc/xfce/xdg/panel, $XFCE_PREFIX/lib{64}/xfce4/panel-plugins
Installed Programs: xfce4-panel, xftaskbar4, xfce4-iconbox, xfce4-popup-windowlist
Installed Libraries: libxfce4panel.{la,so}, libactions.{la,so}, libclock.{la,so}, libiconbox.{la,so}, liblauncher.{la,so}, libpager.{la,so}, libshowdesktop.{la,so}, libsystray.{la,so}, libtasklist.{la,so}, libwindowlist.{la,so}, libxfce4settings.{la,so}

Short Descriptions