summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kundrát <jkt@kde.org>2019-08-26 16:32:40 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-09-08 18:23:03 +0200
commitc6c53388179e5e54a951db2f2a983684ded2c608 (patch)
treea21f06a4eef7b9c929c7187fff68ac63b46f9142 /mail-client
parentkde-apps/akonadi-calendar: Drop 19.08.1 (r0) (diff)
downloadgentoo-c6c53388179e5e54a951db2f2a983684ded2c608.tar.gz
gentoo-c6c53388179e5e54a951db2f2a983684ded2c608.tar.bz2
gentoo-c6c53388179e5e54a951db2f2a983684ded2c608.zip
mail-client/trojita: Unconditionally enable the abook plugin
Trojita supports different implementations of an "address book" via plugins that are loaded at runtime. Only one plugin can be active at a time, but any number of them can be built and installed. The user can pick and select an appropriate plugin via a GUI configuration. There is no need to disable the "abook" plugin, and upstream expects this plugin to be always available. There are no external dependencies, and the `abook` binary is not used. Fixes: e0e382d4f9341 (mail-client/trojita: Add USE addressbook) Closes: https://bugs.gentoo.org/692214 Signed-off-by: Jan Kundrát <jkt@kde.org> Closes: https://github.com/gentoo/gentoo/pull/12794 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/trojita/trojita-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail-client/trojita/trojita-9999.ebuild b/mail-client/trojita/trojita-9999.ebuild
index 7740a0aa6ff7..75c450faa1eb 100644
--- a/mail-client/trojita/trojita-9999.ebuild
+++ b/mail-client/trojita/trojita-9999.ebuild
@@ -58,7 +58,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
- -DWITH_ABOOKADDRESSBOOK_PLUGIN=OFF
+ -DWITH_ABOOKADDRESSBOOK_PLUGIN=ON
-DWITH_AKONADIADDRESSBOOK_PLUGIN=$(usex addressbook)
-DWITH_CRYPTO_MESSAGES=$(usex crypt)
-DWITH_GPGMEPP=$(usex crypt)