blob: 21bd3c43c2c222f3e6d5743ae8a4bb822b206601 [file] [log] [blame]
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB es et fi fr gl he hu it ja
kk km ko lt nb nds nl pa pl pt pt_BR ru si sk sl sr sr@ijekavian
sr@ijekavianlatin sr@latin sv tr uk zh_CN zh_TW"
KDE_HANDBOOK="optional"
inherit kde4-base
DESCRIPTION="A user friendly IRC Client for KDE4"
HOMEPAGE="https://kde.org/applications/internet/konversation/ https://konversation.kde.org"
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
LICENSE="GPL-2 handbook? ( FDL-1.2 )"
SLOT="4"
KEYWORDS="amd64 x86"
IUSE="+crypt debug"
DEPEND="
$(add_kdebase_dep kdepimlibs)
media-libs/phonon[qt4]
crypt? ( app-crypt/qca:2[qt4(+)] )
"
RDEPEND="${DEPEND}
crypt? ( app-crypt/qca:2[openssl] )
"
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_with crypt QCA2)
)
kde4-base_src_configure
}