# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde eutils IUSE="opengl" DESCRIPTION="Powerfull pager plugin for kicker" HOMEPAGE="http://www.uni-weimar.de/~wolff3/" SRC_URI="http://www.uni-weimar.de/%7Ewolff3/kdelook/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" RDEPEND="opengl? ( x11-misc/3ddesktop )" need-kde 3.3 DOCS="AUTHORS ChangeLog INSTALL NEWS REDME TODO" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${PN}-desktop.patch epatch ${FILESDIR}/${PN}-runtime_error.patch } pkg_postinst() { echo einfo "Please remaind that kpager2 plugin is currently" einfo "not working well with kde 3.4.x series" einfo "As an ugly workaround for kde 3.4.x you can use" einfo "script available here:" einfo "http://retronetworks.com/resources/kicker.start" einfo "but remember - this is only an ugly workaround" echo }