blob: 2aef0099adccec59197724e5a9d5c17375e818de (
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
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/yakuake/yakuake-2.9.4.ebuild,v 1.1 2008/10/10 03:25:07 jmbsvicetto Exp $
EAPI="2"
NEED_KDE=":4.1"
KDE_LINGUAS="ca cs da de el en_GB fr ga gl ja ko nds nl pt pt_BR ro ru sv tr uk"
inherit kde4-base
DESCRIPTION="A quake-style terminal emulator based on KDE konsole technology"
HOMEPAGE="http://yakuake.kde.org/"
SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2"
LICENSE="GPL-2 LGPL-2"
KEYWORDS="~amd64 ~x86"
SLOT="4.1"
IUSE=""
DEPEND="kde-base/konsole:${SLOT}
!kdeprefix? ( !kde-misc/yakuake:0 )
sys-devel/gettext"
RDEPEND="${DEPEND}"
# take care of wrong prefixing
PREFIX="${KDEDIR}"
|