summaryrefslogtreecommitdiff
blob: 61903fbdf765e1e2f34cf57c89534d5e24f996f4 (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
27
28
29
30
31
32
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-irc/konversation/konversation-1.2.3.ebuild,v 1.2 2010/02/12 09:01:09 ssuominen Exp $

EAPI=2
KDE_LINGUAS="bg ca cs da de el en_GB es et fi fr gl he hu it ja nb nds nl pl pt
pt_BR ru sk sv tr uk zh_CN zh_TW"
KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}"
inherit kde4-base

DESCRIPTION="A user friendly IRC Client for KDE4"
HOMEPAGE="http://konversation.kde.org"
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"

LICENSE="GPL-2 FDL-1.2"
SLOT="4"
KEYWORDS="~amd64 ~x86"
IUSE="+crypt debug +handbook"

DEPEND="x11-libs/libXScrnSaver
	>=kde-base/kdepimlibs-${KDE_MINIMAL}
	crypt? ( app-crypt/qca:2 )"

DOCS="AUTHORS ChangeLog NEWS README TODO"

src_configure() {
	mycmakeargs+=(
		$(cmake-utils_use_with crypt QCA2)
		)

	kde4-base_src_configure
}