Difference between revisions of "Xfce-Panel"

From CBLFS
Jump to navigationJump to search
(Created page.)
 
(Added transparency patch.)
Line 3: Line 3:
 
!Download Source:
 
!Download Source:
 
| http://www.xfce.org/archive/xfce-{{Xfce-Version}}/src/xfce4-panel-{{Xfce-Version}}.tar.bz2
 
| http://www.xfce.org/archive/xfce-{{Xfce-Version}}/src/xfce4-panel-{{Xfce-Version}}.tar.bz2
 +
|-
 +
!Download Patch:
 +
| http://svn.cross-lfs.org/svn/repos/patches/xfce4-panel/xfce4-panel-{{Xfce-Version}}-invisibility-1.patch
 
|}
 
|}
  
Line 31: Line 34:
  
 
== Non-Multilib ==
 
== 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-{{Xfce-Version}}-invisibility-1.patch
  
 
Compile the package:
 
Compile the package:
Line 44: Line 51:
  
 
=== 32Bit ===
 
=== 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-{{Xfce-Version}}-invisibility-1.patch
  
 
Compile the package:
 
Compile the package:
  
 
  USE_ARCH=32 CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
 
  USE_ARCH=32 CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
  ./configure --prefix=$XFCE_PREFIX --sysconfdir=/etc/xfce &&
+
  ./configure --prefix=${XFCE_PREFIX} --sysconfdir=/etc/xfce &&
 
  make
 
  make
  
Line 56: Line 67:
  
 
=== N32 ===
 
=== 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-{{Xfce-Version}}-invisibility-1.patch
  
 
Compile the package:
 
Compile the package:
Line 68: Line 83:
  
 
=== 64Bit ===
 
=== 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-{{Xfce-Version}}-invisibility-1.patch
  
 
Compile the package:
 
Compile the package:

Revision as of 17:46, 28 January 2007

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-panel/xfce4-panel-4.6.2-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.

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

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-4.6.2-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-4.6.2-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-4.6.2-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-4.6.2-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