DeviceKit-power-012

Introduction to DeviceKit-power

The DeviceKit-power provides an interface to enumerate power sources on the system and control system-wide power management.

This package is known to build and work properly using an LFS-6.5 platform.

Package Information

DeviceKit-power Dependencies

Required

DeviceKit-003, polkit-0.94, and udev-145 (with gudev)

Optional

GTK-Doc-1.11

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/DeviceKit-power

Installation of DeviceKit-power

Install DeviceKit-power by running the following commands:

./configure --prefix=/usr \
    --sysconfdir=/etc \
    --localstatedir=/var \
    --libexecdir=/usr/lib/DeviceKit-power &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Contents

Installed Programs: devkit-power and devkit-power-daemon
Installed Library: libdevkit-power-gobject.{so,a}
Installed Directories: /usr/{include/DeviceKit-power/devkit-power-gobject, lib/DeviceKit-power,share/gtk-doc/html/devkit-power}, /var/lib/DeviceKit-power

Short Descriptions

devkit-power

is a simple command line client for the DeviceKit-power daemon.

devkit-power-daemon

provides the org.freedesktop.DeviceKit.Power service on the system message bus.

libdevkit-power-gobject.{so,a}

contains the DeviceKit-power API functions.

Last updated on 2009-11-14 03:28:12 +0000