mail-client/trojita: Unconditionally enable the abook plugin
authorJan Kundrát <jkt@kde.org>
Mon, 26 Aug 2019 14:32:40 +0000 (16:32 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 8 Sep 2019 16:23:03 +0000 (18:23 +0200)
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>
mail-client/trojita/trojita-9999.ebuild

index 7740a0aa6ff71277fda023725189f60c2de93ef6..75c450faa1eb9c6c516f8e640f3bed6feccfe047 100644 (file)
@@ -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)