-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+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"
LICENSE="LGPL-2.1"
SLOT="4/4"
-IUSE="debug examples minimal semantic-desktop test"
+IUSE="debug examples semantic-desktop test"
RDEPEND="
$(add_kdeapps_dep kdepimlibs)
sys-devel/gettext
"
-src_prepare() {
- use minimal && comment_add_subdirectory po
- kde4-base_src_prepare
-}
-
src_configure() {
local mycmakeargs=(
- $(cmake-utils_use_with examples)
+ -DENABLE_EXAMPLES=$(usex examples)
$(cmake-utils_use_find_package semantic-desktop Baloo)
)