GARNAME = gnome-power-manager
GARVERSION = 2.23.1
CATEGORIES = desktop
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2

LIBDEPS = freedesktop/dbus freedesktop/hal platform/libgnomeui platform/libglade desktop/libnotify desktop/notification-daemon

DESCRIPTION = gnome-power-manager
define BLURB
GNOME Power Manager is a GNOME session daemon that acts as a policy agent on
top of the Project Utopia stack, which includes the kernel, hotplug, udev, and
HAL.  GNOME Power Manager listens for HAL events and responds with user-
configurable reactions.  Currently it supports UPSs, laptop batteries and AC
adapters.  Its goal is to be architecture neutral and free of polling and
other hacks.
endef

CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile

CONFIGURE_ARGS = $(DIRPATHS)

include ../category.mk
