GNOME Power Manager: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
|||
| Line 21: | Line 21: | ||
* [[libnotify]] | * [[libnotify]] | ||
* [[DocBook Utils]] | * [[DocBook Utils]] | ||
* [[GtkUnique]] | |||
== Configuration Information == | == Configuration Information == | ||
Revision as of 10:21, 19 August 2007
| Download Source: | http://ftp.gnome.org/pub/GNOME/sources/gnome-power-manager/2.26/gnome-power-manager-2.26.4.tar.bz2 |
|---|
Introduction to GNOME Power Manager
Project Homepage: Unknown
Dependencies
Required
Recommended
Optional
Configuration Information
If you do not have PolicyKit installed remove the following from the configure command:
--enable-policykit
Non-Multilib
Compile the package:
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
--localstatedir=/var/lib --with-dbus-sys=/etc/dbus-1/system.d \
--enable-policykit &&
make
Install the package
make install
Multilib
This package does not install any libraries so only one installation is needed.
32Bit
Compile the package:
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" &&
CC="gcc ${BUILD32}" USE_ARCH=32 \
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
--localstatedir=/var/lib --with-dbus-sys=/etc/dbus-1/system.d \
--with-dbus-sys=/etc/dbus-1/system.d --enable-policykit &&
make
Install the package
make install && unset PKG_CONFIG_PATH
N32
Compile the package:
export PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" &&
CC="gcc ${BUILDN32}" USE_ARCH=n32 \
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
--localstatedir=/var/lib --with-dbus-sys=/etc/dbus-1/system.d \
--with-dbus-sys=/etc/dbus-1/system.d --enable-policykit &&
make
Install the package
make install && unset PKG_CONFIG_PATH
64Bit
Compile the package:
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" &&
CC="gcc ${BUILD64}" USE_ARCH=64 \
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
--localstatedir=/var/lib --with-dbus-sys=/etc/dbus-1/system.d \
--with-dbus-sys=/etc/dbus-1/system.d --enable-policykit &&
make
Install the package
make install && unset PKG_CONFIG_PATH