From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 40DD5138334 for ; Tue, 21 May 2019 18:41:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC981E085D; Tue, 21 May 2019 18:41:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66700E085E for ; Tue, 21 May 2019 18:41:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3F9D344D51 for ; Tue, 21 May 2019 18:41:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BCCC5F7 for ; Tue, 21 May 2019 18:41:17 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1558464054.e0e382d4f934129b82ce13cea8d20bf664801978.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/trojita/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/trojita/metadata.xml mail-client/trojita/trojita-9999.ebuild X-VCS-Directories: mail-client/trojita/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e0e382d4f934129b82ce13cea8d20bf664801978 X-VCS-Branch: master Date: Tue, 21 May 2019 18:41:17 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ef447b3e-d4d7-4400-ab35-d687a7b35b64 X-Archives-Hash: 9d6685ba7cae078d9191b48127eb71c3 commit: e0e382d4f934129b82ce13cea8d20bf664801978 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue May 21 17:36:02 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue May 21 18:40:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0e382d4 mail-client/trojita: Add USE addressbook Upstream commit c3a317ac1e085535034ef862d9e9dbf4551cfb99 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> mail-client/trojita/metadata.xml | 1 + mail-client/trojita/trojita-9999.ebuild | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/mail-client/trojita/metadata.xml b/mail-client/trojita/metadata.xml index a397e84c737..7a659b227af 100644 --- a/mail-client/trojita/metadata.xml +++ b/mail-client/trojita/metadata.xml @@ -14,6 +14,7 @@ Gentoo KDE Project + Build kde-apps/akonadi addressbook plugin Store passwords securely via dev-libs/qtkeychain diff --git a/mail-client/trojita/trojita-9999.ebuild b/mail-client/trojita/trojita-9999.ebuild index 4e92baebbe7..b72987f25f9 100644 --- a/mail-client/trojita/trojita-9999.ebuild +++ b/mail-client/trojita/trojita-9999.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="http://trojita.flaska.net/" LICENSE="|| ( GPL-2 GPL-3 )" SLOT="0" -IUSE="+crypt +dbus debug +password +spell test +zlib" +IUSE="addressbook +crypt +dbus debug +password +spell test +zlib" REQUIRED_USE="password? ( dbus )" @@ -34,6 +34,7 @@ DEPEND=" dev-qt/qtsvg:5 dev-qt/qtwebkit:5 dev-qt/qtwidgets:5 + addressbook? ( kde-apps/akonadi-contacts:5 ) crypt? ( >=app-crypt/gpgme-1.8.0[cxx,qt5] dev-libs/mimetic @@ -57,6 +58,8 @@ src_prepare() { src_configure() { local mycmakeargs=( + -DWITH_ABOOKADDRESSBOOK_PLUGIN=OFF + -DWITH_AKONADIADDRESSBOOK_PLUGIN=$(usex addressbook) -DWITH_CRYPTO_MESSAGES=$(usex crypt) -DWITH_GPGMEPP=$(usex crypt) -DWITH_MIMETIC=$(usex crypt)