diff options
author | Pacho Ramos <pacho@gentoo.org> | 2020-05-23 11:59:09 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2020-05-23 12:02:44 +0200 |
commit | b6c2432017b8dfe598490e10f2efc3d55e2fd696 (patch) | |
tree | d9a44364c5544c8f70ff8b8b1b8e3bb1dc12ce8f /gnome-extra/nm-applet | |
parent | dev-python/rarfile: Bump to EAPI=7 (diff) | |
download | gentoo-b6c2432017b8dfe598490e10f2efc3d55e2fd696.tar.gz gentoo-b6c2432017b8dfe598490e10f2efc3d55e2fd696.tar.bz2 gentoo-b6c2432017b8dfe598490e10f2efc3d55e2fd696.zip |
gnome-extra/nm-applet: Migrate to 'appindicator' USE
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'gnome-extra/nm-applet')
-rw-r--r-- | gnome-extra/nm-applet/nm-applet-1.8.24-r1.ebuild | 6 | ||||
-rw-r--r-- | 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 d18119056732..b606dc264603 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 94ff1ec2fb9c..c43ccd0ecaca 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) |