# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/kde-misc/kxdocker/kxdocker-0.39.ebuild,v 1.2 2005/11/20 12:03:04 kugelfang Exp $ inherit kde DESCRIPTION="KXDocker is the KDE animated docker, supports plugins and notifications" HOMEPAGE="http://www.xiaprojects.com/www/prodotti/kxdocker/main.php" SRC_URI="http://www.xiaprojects.com/www/downloads/files/kxdocker/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=kde-misc/kxdocker-resources-0.14" need-kde 3.2 src_install() { kde_src_install rm -rf ${D}/usr/share/doc/HTML } pkg_postinst() { einfo "If you are upgrading for version older than 0.27 please use new default configuration." einfo "since 0.28 has AutoSave enabled by default, please remember it will overwrite your HOME/.kde/share/apps/kxdocker/kxdocker_conf.xml" }