From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 87DDC59CA9 for ; Sat, 26 Mar 2016 11:34:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CCA1E081D; Sat, 26 Mar 2016 11:34:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1D92E081D for ; Sat, 26 Mar 2016 11:34:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CACC2340CD6 for ; Sat, 26 Mar 2016 11:34:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 454A5845 for ; Sat, 26 Mar 2016 11:34:24 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1458992045.0d6524fdbb1fe6b5403306703a5c471b300e39e2.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-base/kdeplasma-addons/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-base/kdeplasma-addons/kdeplasma-addons-4.14.3-r1.ebuild kde-base/kdeplasma-addons/metadata.xml X-VCS-Directories: kde-base/kdeplasma-addons/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 0d6524fdbb1fe6b5403306703a5c471b300e39e2 X-VCS-Branch: master Date: Sat, 26 Mar 2016 11:34:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f43757d5-363c-49c1-a986-748063113706 X-Archives-Hash: abdf98346d83ed7a04d77edccc87f44f commit: 0d6524fdbb1fe6b5403306703a5c471b300e39e2 Author: Johannes Huber gentoo org> AuthorDate: Sat Mar 26 11:34:05 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Mar 26 11:34:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d6524fd kde-base/kdeplasma-addons: Add use flag eigen Gentoo-bug: 576986 Reported-by: Alexander Stein web.de> Package-Manager: portage-2.2.28 .../kdeplasma-addons-4.14.3-r1.ebuild | 63 ++++++++++++++++++++++ kde-base/kdeplasma-addons/metadata.xml | 1 + 2 files changed, 64 insertions(+) diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.14.3-r1.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.14.3-r1.ebuild new file mode 100644 index 0000000..5dcf8b8 --- /dev/null +++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.14.3-r1.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit flag-o-matic kde4-base + +DESCRIPTION="Extra Plasma applets and engines" +LICENSE="GPL-2 LGPL-2" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="attica debug desktopglobe eigen exif fcitx ibus json +kdepim oauth +qalculate qwt scim" + +RESTRICT=test +# tests hang + +# krunner is only needed to generate dbus interface for lancelot +COMMON_DEPEND=" + app-crypt/qca:2[qt4(+)] + $(add_kdebase_dep krunner '' 4.11) + $(add_kdebase_dep plasma-workspace '' 4.11) + x11-misc/shared-mime-info + attica? ( dev-libs/libattica ) + desktopglobe? ( $(add_kdeapps_dep marble) ) + exif? ( $(add_kdeapps_dep libkexiv2) ) + fcitx? ( app-i18n/fcitx[dbus(+)] ) + ibus? ( app-i18n/ibus ) + json? ( dev-libs/qjson ) + kdepim? ( $(add_kdeapps_dep kdepimlibs) ) + oauth? ( dev-libs/qoauth:0 ) + qalculate? ( sci-libs/libqalculate ) + qwt? ( x11-libs/qwt:5 ) + scim? ( app-i18n/scim ) +" +DEPEND="${COMMON_DEPEND} + eigen? ( dev-cpp/eigen:2 ) +" +RDEPEND="${COMMON_DEPEND} + app-crypt/qca:2[openssl] +" + +src_configure() { + # bug 560884 + use ppc64 && append-flags -mno-altivec + local mycmakeargs=( + -DDBUS_INTERFACES_INSTALL_DIR="${EPREFIX}/usr/share/dbus-1/interfaces/" + -DWITH_Nepomuk=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) + $(cmake-utils_use_with kdepim KdepimLibs) + $(cmake-utils_use_with oauth QtOAuth) + $(cmake-utils_use_with qalculate) + $(cmake-utils_use_with qwt) + $(cmake-utils_use_build scim) + ) + + kde4-base_src_configure +} diff --git a/kde-base/kdeplasma-addons/metadata.xml b/kde-base/kdeplasma-addons/metadata.xml index 775b78e..9c3f8a0 100644 --- a/kde-base/kdeplasma-addons/metadata.xml +++ b/kde-base/kdeplasma-addons/metadata.xml @@ -9,6 +9,7 @@ Enable support for dev-libs/libattica Use ibus input method via app-i18n/ibus Enable Desktop Globe wallpaper using kde-base/marble + Build Mandelbrot wallpaper plugin using dev-cpp/eigen:2 Use fcitx input method via app-i18n/fcitx Enable JSON support via dev-libs/qjson KDE PIM integration via kde-apps/kdepimlibs