# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ inherit kde DESCRIPTION="D-BUS service browser for KDE." SRC_URI="http://rohanpm.net/files/${P}.tar.gz" HOMEPAGE="http://rohanpm.net/kdbus" IUSE="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND=">=sys-apps/dbus-0.50" need-kde 3.3 src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${PN}-desktop.patch }