blob: b43776c2c16fd523190fdb07c3228987f785d6b6 (
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
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/oooqs/oooqs-2.0.3-r2.ebuild,v 1.6 2006/01/21 22:16:33 cryos Exp $
inherit kde eutils
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="amd64 ppc sparc x86"
IUSE=""
SLOT="0"
DEPEND=">=virtual/ooo-2.0.0"
need-kde 3
src_unpack() {
unpack ${A}
cd ${S}
epatch ${FILESDIR}/oooqs-20.patch
}
|