</maintainer>
<use>
<flag name="plugins">Build support for plugins using librest</flag>
- <flag name="zeitgeist">Add support for Zeitgeist event tracking system</flag>
</use>
<upstream>
<remote-id type="launchpad">synapse-project</remote-id>
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
SLOT="0"
KEYWORDS="amd64 x86"
# "ayatana" support pending on GTK+-3.x version of synapse wrt #411613
-IUSE="plugins +zeitgeist"
+IUSE="plugins"
RDEPEND="
dev-libs/libgee:0.8
x11-libs/libnotify
x11-libs/pango
x11-themes/adwaita-icon-theme
- plugins? ( >=net-libs/rest-0.7 )
- zeitgeist? (
- dev-libs/libzeitgeist
- >=gnome-extra/zeitgeist-0.9.14[fts]
- )"
+ plugins? ( >=net-libs/rest-0.7 )"
+
#ayatana? ( dev-libs/libappindicator )
DEPEND="${RDEPEND}
$(vala_depend)
local myeconfargs=(
--enable-indicator=no
$(use_enable plugins librest yes)
- $(use_enable zeitgeist)
)
autotools-utils_src_configure
}