blob: b129f20c53239cdf4bc51ccb02c758379f7cac2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# 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.1 2005/11/20 00:28:48 dragonheart 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="~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"
}
|