# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/kde-base/ksmserver/ksmserver-3.5.7.ebuild,v 1.7 2007/08/11 16:37:15 armin76 Exp $ KMNAME=kdebase MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta eutils SRC_URI="${SRC_URI} mirror://gentoo/kdebase-3.5-patchset-03.tar.bz2" DESCRIPTION="The reliable KDE session manager that talks the standard X11R6" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="kdehiddenvisibility dbus hal" DEPEND="dbus? (sys-apps/dbus) hal? (sys-apps/hal)" KMEXTRACTONLY="kdm/kfrontend/themer/" KMCOMPILEONLY="kdmlib/" KMNODOCS=true if use dbus && use hal; then PATCHES="${FILESDIR}/kubuntu_76_ksmserver_suspend.diff ${FILESDIR}/ksmserver_suspend_configure.diff" pkg_postinst() { einfo "" einfo "If you don't see any icons next to the suspend/hibernate buttons," einfo "make sure you use an icon set that provides the files" einfo "\"suspend.png\" and \"hibernate.png\"." einfo "" } fi