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/net-libs/libkpeople/libkpeople-0.3.0.ebuild

41 lines
888 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
VIRTUALX_REQUIRED="test"
KDE_LINGUAS="bs cs da de el fi fr hu ja lt nl pl pt pt_BR ro ru sk sl sv uk"
inherit kde4-base
if [[ ${KDE_BUILD_TYPE} != live ]]; then
KEYWORDS="~amd64 ~x86"
SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.bz2"
else
KEYWORDS=""
fi
DESCRIPTION="KDE contact person abstraction library"
HOMEPAGE="https://projects.kde.org/projects/playground/network/kpeople"
LICENSE="LGPL-2.1"
SLOT="4/4"
IUSE="debug examples semantic-desktop test"
RDEPEND="
$(add_kdeapps_dep kdepimlibs)
semantic-desktop? ( kde-frameworks/baloo:4 )
"
DEPEND="${RDEPEND}
sys-devel/gettext
"
src_configure() {
local mycmakeargs=(
-DENABLE_EXAMPLES=$(usex examples)
$(cmake-utils_use_find_package semantic-desktop Baloo)
)
kde4-base_src_configure
}