diff options
author | Pacho Ramos <pacho@gentoo.org> | 2020-05-01 19:34:53 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2020-05-01 19:57:28 +0200 |
commit | 3ef3d2b0dcbd56d26c000700ca37307af80fba60 (patch) | |
tree | b23669bd1b3d5ff363be83e6fe4c88d22bf90354 /gnome-extra | |
parent | sci-chemistry/gelemental: use xdg-utils eclass (diff) | |
download | gentoo-3ef3d2b0dcbd56d26c000700ca37307af80fba60.tar.gz gentoo-3ef3d2b0dcbd56d26c000700ca37307af80fba60.tar.bz2 gentoo-3ef3d2b0dcbd56d26c000700ca37307af80fba60.zip |
gnome-extra/synapse: Migrate to 'appindicator' USE
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/synapse/metadata.xml | 1 | ||||
-rw-r--r-- | gnome-extra/synapse/synapse-0.2.99.4.ebuild | 8 |
2 files changed, 4 insertions, 5 deletions
diff --git a/gnome-extra/synapse/metadata.xml b/gnome-extra/synapse/metadata.xml index 6bc83c1f1619..215e77c55c30 100644 --- a/gnome-extra/synapse/metadata.xml +++ b/gnome-extra/synapse/metadata.xml @@ -6,7 +6,6 @@ <name>Gentoo Desktop Miscellaneous Project</name> </maintainer> <use> -<flag name="indicator">Build support for application indicators using <pkg>dev-libs/libappindicator</pkg></flag> <flag name="plugins">Build support for plugins using <pkg>net-libs/rest</pkg></flag> </use> <upstream> diff --git a/gnome-extra/synapse/synapse-0.2.99.4.ebuild b/gnome-extra/synapse/synapse-0.2.99.4.ebuild index 21d2186c0fc4..15dea56bdaa4 100644 --- a/gnome-extra/synapse/synapse-0.2.99.4.ebuild +++ b/gnome-extra/synapse/synapse-0.2.99.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://launchpad.net/synapse-project/0.3/${PV}/+download/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" -IUSE="indicator nls plugins" +IUSE="appindicator nls plugins" RDEPEND=" >=dev-libs/glib-2.28.0:2 @@ -25,7 +25,7 @@ RDEPEND=" x11-libs/libnotify x11-libs/pango x11-themes/adwaita-icon-theme - indicator? ( dev-libs/libappindicator:3 ) + appindicator? ( dev-libs/libappindicator:3 ) nls? ( virtual/libintl ) plugins? ( >=net-libs/rest-0.7 ) " @@ -44,7 +44,7 @@ src_prepare() { src_configure() { econf \ - $(use_enable indicator) \ + $(use_enable appindicator indicator) \ $(use_enable nls) \ $(use_enable plugins librest yes) \ --disable-zeitgeist |