Skip to content

Commit

Permalink
mail-client/trojita: USE addressbook -> pim for kde-apps/akonadi plugin
Browse files Browse the repository at this point in the history
USE addressbook has become too generic since abook plugin is always being built.

Thanks-to: Jan Kundrát <[email protected]>
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Sep 8, 2019
1 parent c6c5338 commit 5c39958
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mail-client/trojita/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<name>Gentoo KDE Project</name>
</maintainer>
<use>
<flag name="addressbook">Build <pkg>kde-apps/akonadi</pkg> addressbook plugin</flag>
<flag name="password">Store passwords securely via <pkg>dev-libs/qtkeychain</pkg></flag>
<flag name="pim">Enable support for KDE PIM resources integration via <pkg>kde-apps/akonadi</pkg> addressbook plugin</flag>
</use>
<upstream>
<remote-id type="sourceforge">trojita</remote-id>
Expand Down
6 changes: 3 additions & 3 deletions mail-client/trojita/trojita-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ HOMEPAGE="http://trojita.flaska.net/"

LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
IUSE="addressbook +crypt +dbus debug +password +spell test +zlib"
IUSE="+crypt +dbus debug +password pim +spell test +zlib"

REQUIRED_USE="password? ( dbus )"

Expand All @@ -34,13 +34,13 @@ 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
)
dbus? ( dev-qt/qtdbus:5 )
password? ( dev-libs/qtkeychain[qt5(+)] )
pim? ( kde-apps/akonadi-contacts:5 )
spell? ( kde-frameworks/sonnet:5 )
zlib? ( sys-libs/zlib )
"
Expand All @@ -59,12 +59,12 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
-DWITH_ABOOKADDRESSBOOK_PLUGIN=ON
-DWITH_AKONADIADDRESSBOOK_PLUGIN=$(usex addressbook)
-DWITH_CRYPTO_MESSAGES=$(usex crypt)
-DWITH_GPGMEPP=$(usex crypt)
-DWITH_MIMETIC=$(usex crypt)
-DWITH_DBUS=$(usex dbus)
-DWITH_QTKEYCHAIN_PLUGIN=$(usex password)
-DWITH_AKONADIADDRESSBOOK_PLUGIN=$(usex pim)
-DWITH_SONNET_PLUGIN=$(usex spell)
-DBUILD_TESTING=$(usex test)
-DWITH_ZLIB=$(usex zlib)
Expand Down

0 comments on commit 5c39958

Please sign in to comment.