Difference between revisions of "Xfce-MCS-Plugin"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (Added contents.) |
|||
Line 9: | Line 9: | ||
This package provides plugins for the Xfce 4 settings manager. | This package provides plugins for the Xfce 4 settings manager. | ||
− | + | <b>Package Homepage:</b> http://www.xfce.org | |
== Dependencies == | == Dependencies == | ||
Line 48: | Line 48: | ||
Compile the package: | Compile the package: | ||
− | ./configure --prefix=$XFCE_PREFIX && | + | ./configure --prefix=${XFCE_PREFIX} && |
make | make | ||
Line 61: | Line 61: | ||
Compile the package: | Compile the package: | ||
− | CC="gcc ${BUILD32}" USE_ARCH=32 | + | CC="gcc ${BUILD32}" USE_ARCH=32 PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ |
− | + | ./configure --prefix=${XFCE_PREFIX} && | |
− | ./configure --prefix=$XFCE_PREFIX && | ||
make | make | ||
Line 74: | Line 73: | ||
Compile the package: | Compile the package: | ||
− | CC="gcc ${BUILDN32}" USE_ARCH=n32 | + | CC="gcc ${BUILDN32}" USE_ARCH=n32 PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ |
− | + | ./configure --prefix=${XFCE_PREFIX} \ | |
− | ./configure --prefix=$XFCE_PREFIX \ | + | --libdir=${XFCE_PREFIX}/lib32 && |
− | --libdir=$XFCE_PREFIX/lib32 && | ||
make | make | ||
Line 88: | Line 86: | ||
Compile the package: | Compile the package: | ||
− | CC="gcc ${BUILD64}" USE_ARCH=64 | + | CC="gcc ${BUILD64}" USE_ARCH=64 PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ |
− | + | ./configure --prefix=${XFCE_PREFIX} --libdir=${XFCE_PREFIX}/lib64 && | |
− | ./configure --prefix=$XFCE_PREFIX | ||
− | |||
make | make | ||
Line 101: | Line 97: | ||
{| style="text-align: left;" | {| style="text-align: left;" | ||
+ | |-valign="top" | ||
+ | ! Installed Directories: | ||
+ | | $XFCE_PREFIX/lib/xfce4/mcs-plugins | ||
|-valign="top" | |-valign="top" | ||
! Installed Programs: | ! Installed Programs: | ||
− | | | + | | <i>None</i> |
|-valign="top" | |-valign="top" | ||
! Installed Libraries: | ! 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} |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | { | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} |
Revision as of 11:11, 15 January 2007
Download Source: | http://www.xfce.org/archive/xfce-4.6.2/src/xfce-mcs-plugins-4.6.2.tar.bz2 |
---|
Contents
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 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} |