# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde eutils DESCRIPTION="Frontend to powersave daemon" HOMEPAGE="http://powersave.sf.net" SRC_URI="mirror://sourceforge/powersave/${P}.tar.bz2" LICENSE="GPL 2" SLOT="0" KEYWORDS="~x86 ~amd64" DEPEND=">=sys-apps/hal-0.5.4 >=sys-apps/dbus-0.33 >=sys-power/powersave-0.11.5" need-kde 3.3 src_unpack() { kde_src_unpack cd ${S} # epatch ${FILESDIR}/dbus_socket.patch }