You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/kde-apps/kleopatra/kleopatra-4.14.11_pre201606...

41 lines
726 B

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
KDE_HANDBOOK="optional"
KMNAME="kdepim"
inherit kde4-meta
DESCRIPTION="Certificate manager and GUI for OpenPGP and CMS cryptography"
HOMEPAGE="https://www.kde.org/applications/utilities/kleopatra/"
KEYWORDS="amd64 x86"
IUSE="debug"
DEPEND="
$(add_kdeapps_dep kdepim-common-libs '' 4.14.11_pre20160611)
$(add_kdeapps_dep kdepimlibs '' 4.14.11_pre20160611)
app-crypt/gpgme
dev-libs/boost:=
dev-libs/libassuan
dev-libs/libgpg-error
"
RDEPEND="${DEPEND}
app-crypt/gnupg
"
KMEXTRACTONLY="
libkleo/
"
src_unpack() {
if use handbook; then
KMEXTRA="
doc/kwatchgnupg
"
fi
kde4-meta_src_unpack
}