Xfce-Panel

From CBLFS
Jump to navigationJump to search
Download Source: http://www.xfce.org/archive/xfce-4.6.2/src/xfce4-panel-4.6.2.tar.bz2
Download Patch: http://svn.cross-lfs.org/svn/repos/patches/xfce4/xfce4-panel-invisibility-1.patch

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.

Project 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

The patch provides transparency for the XFCE panels. It is provided by one of the XFCE Developers, in his words, "Still kind of an ugly hack, so use at your own risk..." Apply the patch, if you choose:

patch -Np0 -i ../xfce4-panel-invisibility-1.patch

Compile the package:

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

Install the package:

make install

Multilib

32Bit

The patch provides transparency for the XFCE panels. It is provided by one of the XFCE Developers, in his words, "Still kind of an ugly hack, so use at your own risk..." Apply the patch, if you choose:

patch -Np0 -i ../xfce4-panel-invisibility-1.patch

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

The patch provides transparency for the XFCE panels. It is provided by one of the XFCE Developers, in his words, "Still kind of an ugly hack, so use at your own risk..." Apply the patch, if you choose:

patch -Np0 -i ../xfce4-panel-invisibility-1.patch

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

The patch provides transparency for the XFCE panels. It is provided by one of the XFCE Developers, in his words, "Still kind of an ugly hack, so use at your own risk..." Apply the patch, if you choose:

patch -Np0 -i ../xfce4-panel-invisibility-1.patch

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