Xfce-MCS-Plugin

From CBLFS
Jump to navigationJump to search
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.

Project 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 Directories: $XFCE_PREFIX/lib/xfce4/mcs-plugins
Installed Programs: None
Installed Libraries: fm_plugin.{la,so}, ui_plugin.{la,so}, keyboard_plugin.{la,so}, mouse_plugin.{la,so}, screensaver_plugin.{la,so}, display_plugin.{la,so}