Xfce-MCS-Plugin: Difference between revisions

From CBLFS
Jump to navigationJump to search
Created page.
 
No edit summary
Line 48: Line 48:
Compile the package:
Compile the package:


  ./configure --prefix=$XFCE_PREFIX --x-libraries=$XORG_PREFIX/lib &&
  ./configure --prefix=$XFCE_PREFIX &&
  make
  make


Line 61: Line 61:
Compile the package:
Compile the package:


  CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
  CC="gcc ${BUILD32}" USE_ARCH=32 \
  ./configure --prefix=$XFCE_PREFIX --x-libraries=$XORG_PREFIX/lib &&
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
  ./configure --prefix=$XFCE_PREFIX &&
  make
  make


Line 73: Line 74:
Compile the package:
Compile the package:


  CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
  CC="gcc ${BUILDN32}" USE_ARCH=n32 \
  ./configure --prefix=$XFCE_PREFIX --libdir=$XFCE_PREFIX/lib32 \
PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
--x-libraries=$XORG_PREFIX/lib32 &&
  ./configure --prefix=$XFCE_PREFIX \
    --libdir=$XFCE_PREFIX/lib32 &&
  make
  make


Line 86: Line 88:
Compile the package:
Compile the package:


  CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
  CC="gcc ${BUILD64}" USE_ARCH=64 \
  ./configure --prefix=$XFCE_PREFIX --libdir=$XFCE_PREFIX/lib64 \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
--x-libraries=$XORG_PREFIX/lib64 &&
  ./configure --prefix=$XFCE_PREFIX \
    --libdir=$XFCE_PREFIX/lib64 &&
  make
  make


Line 99: Line 102:
{| style="text-align: left;"
{| style="text-align: left;"
|-valign="top"
|-valign="top"
! Installed Directories:
! Installed Programs:
|
|
|-valign="top"
|-valign="top"
! Installed Programs:
! Installed Libraries:
|
|
|-valign="top"
|-valign="top"
! Installed Libraries:
! Installed Directories:
|
|
|}
|}

Revision as of 12:49, 11 January 2007

Download Source: http://www.xfce.org/archive/xfce-4.6.2/src/xfce-mcs-plugins-4.6.2.tar.bz2

Introduction to Xfce-MCS-Plugin

This package provides plugins for the Xfce 4 settings manager.

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

Dependencies

Required

Configuration Information

According to the Xfce documentation,

"If you are running XFree86, it is most likely, that you have only a static 
 variant of libXxf86misc installed. That might cause problems with the keyboard
 plugin. So, in order to create a shared variant of -lXxf86misc, become root and 
 type the following commands:
   
 	cd /usr/X11R6/lib
 	ld --whole-archive -share -o libXxf86misc.so.1 libXxf86misc.a
 	ln -s libXxf86misc.so.1 libXxf86misc.so
 
 The same applies for the libXxf86vm, libXrender and libXrandr."

Some X Window System options that can be passed to the configure script. To explicitly prohibit their use, pass them as --disable- options.

--enable-xf86misc: try to use the xf86misc extension.
--enable-xkb: try to use the XKB extension.
--enable-randr: try to use the XRANDR extension.
--enable-xf86vm: try to use the Xxf86vm extension.

Non-Multilib

Compile the package:

./configure --prefix=$XFCE_PREFIX &&
make

Install the package:

make install

Multilib

32Bit

Compile the package:

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

Install the package:

make install

N32

Compile the package:

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

Install the package:

make install

64Bit

Compile the package:

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

Install the package:

make install

Contents

Installed Programs:
Installed Libraries:
Installed Directories:

Short Descriptions