# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="1" KMNAME=kdebase-workspace inherit kde4overlay-meta DESCRIPTION="KDE menu editor" KEYWORDS="" IUSE="debug htmlhandbook" DEPEND="kde-base/khotkeys:${SLOT}" src_compile() { mkdir -pv "${WORKDIR}"/${PN}_build/khotkeys/app/ || die "mkdir failed" ln -s ${KDEDIR}/share/dbus-1/interfaces/org.kde.khotkeys.xml \ "${WORKDIR}"/${PN}_build/khotkeys/app/org.kde.khotkeys.xml \ || die "symlinking xml file failed" kde4overlay-meta_src_compile }