-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
DESCRIPTION="Extra Plasma applets and engines"
LICENSE="GPL-2 LGPL-2"
KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-IUSE="attica debug desktopglobe eigen exif fcitx ibus json oauth +pim
+IUSE="attica debug desktopglobe exif fcitx ibus json oauth +pim
qalculate qwt scim"
RESTRICT=test
# tests hang
# krunner is only needed to generate dbus interface for lancelot
-COMMON_DEPEND="
+DEPEND="
app-crypt/qca:2[qt4(+)]
kde-plasma/krunner:4
kde-plasma/plasma-workspace:4
qwt? ( x11-libs/qwt:5 )
scim? ( app-i18n/scim )
"
-DEPEND="${COMMON_DEPEND}
- eigen? ( dev-cpp/eigen:2 )
-"
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="${DEPEND}
app-crypt/qca:2[ssl]
"
local mycmakeargs=(
-DDBUS_INTERFACES_INSTALL_DIR="${EPREFIX}/usr/share/dbus-1/interfaces/"
-DWITH_Nepomuk=OFF
+ -DCMAKE_DISABLE_FIND_PACKAGE_Eigen2=OFF
$(cmake-utils_use_with attica LibAttica)
$(cmake-utils_use_with desktopglobe Marble)
- $(cmake-utils_use_find_package eigen Eigen2)
$(cmake-utils_use_with exif Kexiv2)
$(cmake-utils_use_build ibus)
$(cmake-utils_use_with json QJSON)
<flag name="attica">Enable support for <pkg>dev-libs/libattica</pkg></flag>
<flag name="ibus">Use ibus input method via <pkg>app-i18n/ibus</pkg></flag>
<flag name="desktopglobe">Enable Desktop Globe wallpaper using <pkg>kde-apps/marble</pkg></flag>
- <flag name="eigen">Build Mandelbrot wallpaper plugin using <pkg>dev-cpp/eigen</pkg> using SLOT 2</flag>
<flag name="fcitx">Use fcitx input method via <pkg>app-i18n/fcitx</pkg></flag>
<flag name="json">Enable JSON support via <pkg>dev-libs/qjson</pkg></flag>
<flag name="oauth">Enable OAuth support via <pkg>dev-libs/qoauth</pkg></flag>