blob: d20c54d0764a55dfe4fd3a254b80c073eba548e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-terms/kuake/kuake-0.3-r1.ebuild,v 1.3 2005/03/28 21:33:52 hansmi Exp $
inherit kde
DESCRIPTION="A Quake-style terminal emulator"
HOMEPAGE="http://www.nemohackers.org/kuake.php"
SRC_URI="http://199.231.140.154/software/kuake/${P}.tar.gz"
KEYWORDS="x86 ~sparc ~amd64 ppc"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
need-kde 3.3
src_unpack() {
kde_src_unpack
epatch ${FILESDIR}/${P}-dropdown-fix.patch
}
|