Xfce4-Utils: Difference between revisions
From CBLFS
Jump to navigationJump to search
| Line 49: | Line 49: | ||
== Multilib == | == Multilib == | ||
'''''This package does not provide any libraries so only one installation is required.''''' | |||
=== 32Bit === | === 32Bit === | ||
| Line 73: | Line 72: | ||
Install the package: | Install the package: | ||
make install | make install | ||
Revision as of 13:52, 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 |