Xfce4-Session: Difference between revisions

From CBLFS
Jump to navigationJump to search
mNo edit summary
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 5: Line 5:
|}
|}


== Introduction to Xfce4-Session ==
{{Package-Introduction|This is the session manager for the Xfce desktop environment.|http://www.xfce.org}}
 
This is the session manager for the Xfce desktop environment.
 
<b>Package Homepage:</b> http://www.xfce.org


== Dependencies ==
== Dependencies ==


=== Required ===
=== Required ===
* [[Perl Module XML::Parser|XML::Parser]]
* [[libxfce4util]]
* [[libxfce4util]]
* [[libxfce4mcs]]
* [[libxfce4mcs]]
Line 37: Line 34:
Compile the package:
Compile the package:


  ./configure --prefix=${XFCE_PREFIX} --sysconfdir=/etc/xfce &&
  ./configure --prefix=${XFCE_PREFIX} --sysconfdir=/etc/xfce \
    --libexecdir=${XFCE_PREFIX}/lib/xfce4 &&
  make
  make


Line 51: Line 49:


  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 \
    --libexecdir=${XFCE_PREFIX}/lib/xfce4 &&
  make
  make


Line 61: Line 60:


  USE_ARCH=N32 CC="gcc ${BUILDN32}"  PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
  USE_ARCH=N32 CC="gcc ${BUILDN32}"  PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
  ./configure --prefix=${XFCE_PREFIX} --libdir=${XFCE_PREFIX}/lib32 --sysconfdir=/etc/xfce &&
  ./configure --prefix=${XFCE_PREFIX} --libdir=${XFCE_PREFIX}/lib32 \
    --sysconfdir=/etc/xfce --libexecdir=${XFCE_PREFIX}/lib32/xfce4 &&
  make
  make


Line 71: Line 71:


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


Line 102: Line 103:
|
|
|}
|}
[[Category:XFCE]]

Latest revision as of 09:00, 19 October 2010

Download Source: http://www.xfce.org/archive/xfce-4.6.2/src/xfce4-session-4.6.2.tar.bz2

Introduction to Xfce4-Session

This is the session manager for the Xfce desktop environment.

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

Dependencies

Required

Optional

Configuration Information

--enable-gnome: Enable checking for assistive technologies support.
--enable-session-screenshots: Create screenshots of sessions on logout.

Non-Multilib

Compile the package:

./configure --prefix=${XFCE_PREFIX} --sysconfdir=/etc/xfce \
    --libexecdir=${XFCE_PREFIX}/lib/xfce4 &&
make

Install the package:

make install

Multilib

32Bit

Compile the package:

USE_ARCH=32 CC="gcc ${BUILD32}"  PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=${XFCE_PREFIX} --sysconfdir=/etc/xfce \
    --libexecdir=${XFCE_PREFIX}/lib/xfce4 &&
make

Install the package:

make install

N32

USE_ARCH=N32 CC="gcc ${BUILDN32}"  PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=${XFCE_PREFIX} --libdir=${XFCE_PREFIX}/lib32 \
    --sysconfdir=/etc/xfce --libexecdir=${XFCE_PREFIX}/lib32/xfce4 &&
make

Install the package:

make install

64Bit

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

Install the package:

make install

Contents

Installed Directories: $XFCE_PREFIX/include/xfce4/xfce4-session-4.2/libxfsm, $XFCE_PREFIX/share/themes/Default/balou, $XFCE_PREFIX/lib64/xfce4/splash/engines, $XFCE_PREFIX/share/icons/hicolor/{48x48,64x64,72x72,128x128,scalable}, /etc/xfce/xdg/xfce4-session
Installed Programs: xfce4-session, xfce4-session-logout, xfce4-autostart-editor, xfce4-tips
Installed Libraries: libxfsm-4.2.{la,so}, libbalou.{ls,so}, libmice.{la,so}, splash_settings.{la,so}

Short Descriptions