summaryrefslogtreecommitdiff
blob: 52e7e5fb7a64d11d91ae82aaa9173e7e4f9b12d4 (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
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-terms/kuake/kuake-0.3-r3.ebuild,v 1.9 2008/02/19 02:05:11 ingmar Exp $

ARTS_REQUIRED="never"

inherit kde eutils

DESCRIPTION="A Quake-style terminal emulator."
HOMEPAGE="http://www.nemohackers.org/kuake.php"
SRC_URI="http://199.231.140.154/software/${PN}/${P}.tar.gz
		mirror://gentoo/kde-admindir-3.5.3.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ppc ~sparc x86"
IUSE="arts"

DEPEND="|| ( =kde-base/konsole-3.5* =kde-base/kdebase-3.5* )"

need-kde 3.3

PATCHES="${FILESDIR}/${P}-dropdown-fix.patch
	${FILESDIR}/${P}-alignment-fix.patch"