Difference between revisions of "Xfce4-Utils"

From CBLFS
Jump to navigationJump to search
(Multilib)
(Multilib)
Line 56: Line 56:
  
 
  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 &&
+
  ./configure --prefix=${XFCE_PREFIX} --sysconfdir=/etc &&
 
  make
 
  make
  
Line 68: Line 68:
  
 
  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} --sysconfdir=/etc &&
+
  ./configure --prefix=${XFCE_PREFIX} --sysconfdir=/etc &&
 
  make
 
  make
  
Line 80: Line 80:
  
 
  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} --sysconfdir=/etc &&
+
  ./configure --prefix=${XFCE_PREFIX} --sysconfdir=/etc &&
 
  make
 
  make
  

Revision as of 14:53, 14 January 2007

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

Introduction to Xfce4-Utils

Utility programs for Xfce.

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

Dependencies

Required

Optional

Configuration Information

--enable-gdm: enable the installation of GDM specific files.
--disable-dbus: disable checking for D-BUS support.
--with-browser=BROWSER: set the default browser.
--with-terminal=TERMINAL: set the default terminal.

Non-Multilib

Compile the package:

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

Install the package:

make install

Multilib

This package does not provide any libraries so only one installation is required.

32Bit

Compile the package:

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

Install the package:

make install

N32

Compile the package:

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

Install the package:

make install

64Bit

Compile the package:

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

Install the package:

make install

Contents

Installed Directories: $XFCE_PREFIX/share/xfce4/doc, $XFCE_PREFIX/share/dbus-1/services
Installed Programs: xfrun4, xfterm4, xflock4, xfmountdev4, xfbrowser4, startxfce4, xfhelp4, xfce4-about
Installed Libraries: None

Short Descriptions

xfrun4
xfterm4
xflock4
xfmountdev4
xfbrowser4
startxfce4
xfhelp4
xfce4-about