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-base/kleopatra/kleopatra-4.4.11.1.ebuild

54 lines
990 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kleopatra/kleopatra-4.4.11.1.ebuild,v 1.6 2011/06/01 19:40:51 ranger Exp $
EAPI=4
KMNAME="kdepim"
inherit kde4-meta
DESCRIPTION="Kleopatra - KDE X.509 key manager"
KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="debug +handbook"
SRC_URI+=" http://dev.gentoo.org/~dilfridge/distfiles/${PN}-4.4.3-assuan2.patch.bz2"
DEPEND="
app-crypt/gpgme
>=dev-libs/libassuan-2.0.0
dev-libs/libgpg-error
$(add_kdebase_dep kdepimlibs '' 4.6)
$(add_kdebase_dep libkdepim)
$(add_kdebase_dep libkleo)
"
RDEPEND="${DEPEND}
app-crypt/gnupg
"
KMEXTRACTONLY="
libkleo
"
KMLOADLIBS="libkleo"
PATCHES=(
"${DISTDIR}/${PN}-4.4.3-assuan2.patch.bz2"
)
src_unpack() {
if use handbook; then
KMEXTRA="
doc/kwatchgnupg
"
fi
kde4-meta_src_unpack
}
src_configure() {
mycmakeargs=(
-DWITH_QGPGME=ON
)
kde4-meta_src_configure
}