commit:     b6c2432017b8dfe598490e10f2efc3d55e2fd696
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat May 23 09:59:09 2020 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat May 23 10:02:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6c24320

gnome-extra/nm-applet: Migrate to 'appindicator' USE

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 gnome-extra/nm-applet/nm-applet-1.8.24-r1.ebuild | 6 +++---
 gnome-extra/nm-applet/nm-applet-1.8.25.ebuild    | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnome-extra/nm-applet/nm-applet-1.8.24-r1.ebuild 
b/gnome-extra/nm-applet/nm-applet-1.8.24-r1.ebuild
index d1811905673..b606dc26460 100644
--- a/gnome-extra/nm-applet/nm-applet-1.8.24-r1.ebuild
+++ b/gnome-extra/nm-applet/nm-applet-1.8.24-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager";
 
 LICENSE="GPL-2+"
 SLOT="0"
-IUSE="ayatana +introspection +gcr +modemmanager selinux teamd"
+IUSE="appindicator +introspection +gcr +modemmanager selinux teamd"
 KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~sparc x86"
 
 RDEPEND="
@@ -30,7 +30,7 @@ RDEPEND="
        >=net-misc/networkmanager-1.7:=[introspection?,modemmanager?,teamd?]
        net-misc/mobile-broadband-provider-info
 
-       ayatana? (
+       appindicator? (
                dev-libs/libappindicator:3
                >=dev-libs/libdbusmenu-16.04.0 )
        introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
@@ -54,7 +54,7 @@ PATCHES=(
 
 src_configure() {
        local myconf=(
-               --with-appindicator=$(usex ayatana ubuntu no)
+               --with-appindicator=$(usex appindicator ubuntu no)
                --without-libnm-gtk
                --without-libnma-gtk4
                --disable-lto

diff --git a/gnome-extra/nm-applet/nm-applet-1.8.25.ebuild 
b/gnome-extra/nm-applet/nm-applet-1.8.25.ebuild
index 94ff1ec2fb9..c43ccd0ecac 100644
--- a/gnome-extra/nm-applet/nm-applet-1.8.25.ebuild
+++ b/gnome-extra/nm-applet/nm-applet-1.8.25.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://gitlab.gnome.org/GNOME/network-manager-applet/-/archive/${PV}-d
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="ayatana doc introspection lto modemmanager selinux teamd test wwan"
+IUSE="appindicator doc introspection lto modemmanager selinux teamd test wwan"
 
 DEPEND="
        app-crypt/libsecret
@@ -22,7 +22,7 @@ DEPEND="
        net-misc/networkmanager
        x11-libs/gtk+:3[introspection?]
        x11-libs/libnotify
-       ayatana? (
+       appindicator? (
                dev-libs/libappindicator:3
                dev-libs/libdbusmenu
        )
@@ -44,7 +44,7 @@ src_configure() {
        local emesonargs=(
                -Dlibnm_gtk=false
                -Dlibnma_gtk4=false
-               -Dappindicator=$(usex ayatana yes no)
+               $(meson_use appindicator)
                $(meson_use wwan)
                $(meson_use selinux)
                $(meson_use teamd team)

Reply via email to