Skip to content

Commit

Permalink
gnome-extra/synapse: drop optional zeitgeist support
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.24, Repoman-2.3.6
  • Loading branch information
Zlogene committed May 2, 2018
1 parent 5d874ef commit 224e7a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
1 change: 0 additions & 1 deletion gnome-extra/synapse/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
</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>
Expand Down
12 changes: 4 additions & 8 deletions gnome-extra/synapse/synapse-0.2.99.2.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand All @@ -16,7 +16,7 @@ LICENSE="GPL-3"
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
Expand All @@ -32,11 +32,8 @@ RDEPEND="
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)
Expand All @@ -53,7 +50,6 @@ src_configure() {
local myeconfargs=(
--enable-indicator=no
$(use_enable plugins librest yes)
$(use_enable zeitgeist)
)
autotools-utils_src_configure
}

0 comments on commit 224e7a6

Please sign in to comment.