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="
>=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:= )
src_configure() {
local myconf=(
- --with-appindicator=$(usex ayatana ubuntu no)
+ --with-appindicator=$(usex appindicator ubuntu no)
--without-libnm-gtk
--without-libnma-gtk4
--disable-lto
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
net-misc/networkmanager
x11-libs/gtk+:3[introspection?]
x11-libs/libnotify
- ayatana? (
+ appindicator? (
dev-libs/libappindicator:3
dev-libs/libdbusmenu
)
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)