gnome-extra/nm-applet: Migrate to 'appindicator' USE
authorPacho Ramos <pacho@gentoo.org>
Sat, 23 May 2020 09:59:09 +0000 (11:59 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sat, 23 May 2020 10:02:44 +0000 (12:02 +0200)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
gnome-extra/nm-applet/nm-applet-1.8.24-r1.ebuild
gnome-extra/nm-applet/nm-applet-1.8.25.ebuild

index d181190567323b4f47a43a93bf28f87e51e05f0c..b606dc264603d04ecd275de519b9fb39eb0a9266 100644 (file)
@@ -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
index 94ff1ec2fb9c0117688e6f5d33f41a09e9b1e1f6..c43ccd0ecaca77b2d26a2d9a52d012badd8156df 100644 (file)
@@ -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)