blob: 8b2748fdce77918f434bd42f7acda30c6382bdac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/oooqs/oooqs-2.0.2.ebuild,v 1.1 2003/10/31 18:00:35 caleb Exp $
inherit kde
need-kde 3
DESCRIPTION="OpenOffice.org Quickstarter, runs in the KDE SystemTray"
HOMEPAGE="http://segfaultskde.berlios.de/index.php"
SRC_URI="http://download.berlios.de/segfaultskde/${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="x86"
pkg_postinst()
{
einfo "If upgrading from version 2.0, please remove the oooqs.desktop file from"
einfo "your "Autostart" directory (linked in the "Goto" menu in Konqueror)."
}
|