Difference between revisions of "Xfce-MCS-Plugin"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (Created page.) |
Weibullguy (talk | contribs) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
|} | |} | ||
− | + | {{Package-Introduction|This package provides plugins for the Xfce 4 settings manager.|http://www.xfce.org}} | |
− | |||
− | This package provides plugins for the Xfce 4 settings manager. | ||
− | |||
− | |||
== Dependencies == | == Dependencies == | ||
Line 48: | Line 44: | ||
Compile the package: | Compile the package: | ||
− | ./configure --prefix=$XFCE_PREFIX | + | ./configure --prefix=${XFCE_PREFIX} && |
make | make | ||
Line 61: | Line 57: | ||
Compile the package: | Compile the package: | ||
− | CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | + | CC="gcc ${BUILD32}" USE_ARCH=32 PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ |
− | ./configure --prefix=$XFCE_PREFIX | + | ./configure --prefix=${XFCE_PREFIX} && |
make | make | ||
Line 73: | Line 69: | ||
Compile the package: | Compile the package: | ||
− | CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ | + | CC="gcc ${BUILDN32}" USE_ARCH=n32 PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ |
− | ./configure --prefix=$XFCE_PREFIX --libdir=$XFCE_PREFIX | + | ./configure --prefix=${XFCE_PREFIX} \ |
− | + | --libdir=${XFCE_PREFIX}/lib32 && | |
make | make | ||
Line 86: | Line 82: | ||
Compile the package: | Compile the package: | ||
− | CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ | + | CC="gcc ${BUILD64}" USE_ARCH=64 PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ |
− | ./configure --prefix=$XFCE_PREFIX --libdir=$XFCE_PREFIX | + | ./configure --prefix=${XFCE_PREFIX} --libdir=${XFCE_PREFIX}/lib64 && |
− | |||
make | make | ||
Line 100: | Line 95: | ||
|-valign="top" | |-valign="top" | ||
! Installed Directories: | ! 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} |
|} | |} | ||
− | + | [[Category:XFCE]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 08:59, 19 October 2010
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.
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} |