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 2AF5B1389E2 for ; Tue, 9 Dec 2014 16:34:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B501E0B36; Tue, 9 Dec 2014 16:34:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 23D8DE0B36 for ; Tue, 9 Dec 2014 16:34:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14F0F3403F9 for ; Tue, 9 Dec 2014 16:34:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A205BBFCB for ; Tue, 9 Dec 2014 16:34:45 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1418142887.a87e1b8de178023d2f57114f327e88cd89c3751e.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kaccounts-integration/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild kde-misc/kaccounts-integration/metadata.xml X-VCS-Directories: kde-misc/kaccounts-integration/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: a87e1b8de178023d2f57114f327e88cd89c3751e X-VCS-Branch: master Date: Tue, 9 Dec 2014 16:34:45 +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: dd6e146e-6b08-4748-b7ab-497eab184ce1 X-Archives-Hash: e1b489df9a66fa0b058a4b3111c4f19d commit: a87e1b8de178023d2f57114f327e88cd89c3751e Author: Karol Herbst karolherbst de> AuthorDate: Tue Dec 9 10:11:20 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Dec 9 16:34:47 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a87e1b8d [kde-misc/kaccounts-integration] make kdepim optional --- .../kaccounts-integration/kaccounts-integration-9999.ebuild | 13 +++++++++++-- kde-misc/kaccounts-integration/metadata.xml | 3 +++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild b/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild index 4901f1a..47179b9 100644 --- a/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild +++ b/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://community.kde.org/KTp" LICENSE="LGPL-2.1" SLOT="5" -IUSE="test" +IUSE="kdepim test" DEPEND=" $(add_frameworks_dep kconfig) @@ -23,7 +23,9 @@ DEPEND=" $(add_frameworks_dep kio) $(add_frameworks_dep kwallet) $(add_frameworks_dep kwidgetsaddons) - $(add_kdebase_dep kdepimlibs) + kdepim? ( + $(add_kdebase_dep kdepimlibs) + ) net-libs/accounts-qt net-libs/signond dev-qt/qtcore:5 @@ -39,3 +41,10 @@ src_prepare() { sed -i -e 's/add_subdirectory(tests)//' CMakeLists.txt || die "couldn't disable tests" fi } + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package kdepim KF5Akonadi) + ) + cmake-utils_src_configure +} diff --git a/kde-misc/kaccounts-integration/metadata.xml b/kde-misc/kaccounts-integration/metadata.xml index a23f444..ab25241 100644 --- a/kde-misc/kaccounts-integration/metadata.xml +++ b/kde-misc/kaccounts-integration/metadata.xml @@ -2,4 +2,7 @@ kde + + KDE PIM integration via kde-base/kdepimlibs +