Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nm-applet/
Date: Sat, 23 May 2020 10:02:52
Message-Id: 1590228164.b6c2432017b8dfe598490e10f2efc3d55e2fd696.pacho@gentoo
1 commit: b6c2432017b8dfe598490e10f2efc3d55e2fd696
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 23 09:59:09 2020 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat May 23 10:02:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6c24320
7
8 gnome-extra/nm-applet: Migrate to 'appindicator' USE
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 gnome-extra/nm-applet/nm-applet-1.8.24-r1.ebuild | 6 +++---
14 gnome-extra/nm-applet/nm-applet-1.8.25.ebuild | 6 +++---
15 2 files changed, 6 insertions(+), 6 deletions(-)
16
17 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
18 index d1811905673..b606dc26460 100644
19 --- a/gnome-extra/nm-applet/nm-applet-1.8.24-r1.ebuild
20 +++ b/gnome-extra/nm-applet/nm-applet-1.8.24-r1.ebuild
21 @@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager"
22
23 LICENSE="GPL-2+"
24 SLOT="0"
25 -IUSE="ayatana +introspection +gcr +modemmanager selinux teamd"
26 +IUSE="appindicator +introspection +gcr +modemmanager selinux teamd"
27 KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~sparc x86"
28
29 RDEPEND="
30 @@ -30,7 +30,7 @@ RDEPEND="
31 >=net-misc/networkmanager-1.7:=[introspection?,modemmanager?,teamd?]
32 net-misc/mobile-broadband-provider-info
33
34 - ayatana? (
35 + appindicator? (
36 dev-libs/libappindicator:3
37 >=dev-libs/libdbusmenu-16.04.0 )
38 introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
39 @@ -54,7 +54,7 @@ PATCHES=(
40
41 src_configure() {
42 local myconf=(
43 - --with-appindicator=$(usex ayatana ubuntu no)
44 + --with-appindicator=$(usex appindicator ubuntu no)
45 --without-libnm-gtk
46 --without-libnma-gtk4
47 --disable-lto
48
49 diff --git a/gnome-extra/nm-applet/nm-applet-1.8.25.ebuild b/gnome-extra/nm-applet/nm-applet-1.8.25.ebuild
50 index 94ff1ec2fb9..c43ccd0ecac 100644
51 --- a/gnome-extra/nm-applet/nm-applet-1.8.25.ebuild
52 +++ b/gnome-extra/nm-applet/nm-applet-1.8.25.ebuild
53 @@ -12,7 +12,7 @@ SRC_URI="https://gitlab.gnome.org/GNOME/network-manager-applet/-/archive/${PV}-d
54 LICENSE="GPL-2+"
55 SLOT="0"
56 KEYWORDS="~amd64 ~x86"
57 -IUSE="ayatana doc introspection lto modemmanager selinux teamd test wwan"
58 +IUSE="appindicator doc introspection lto modemmanager selinux teamd test wwan"
59
60 DEPEND="
61 app-crypt/libsecret
62 @@ -22,7 +22,7 @@ DEPEND="
63 net-misc/networkmanager
64 x11-libs/gtk+:3[introspection?]
65 x11-libs/libnotify
66 - ayatana? (
67 + appindicator? (
68 dev-libs/libappindicator:3
69 dev-libs/libdbusmenu
70 )
71 @@ -44,7 +44,7 @@ src_configure() {
72 local emesonargs=(
73 -Dlibnm_gtk=false
74 -Dlibnma_gtk4=false
75 - -Dappindicator=$(usex ayatana yes no)
76 + $(meson_use appindicator)
77 $(meson_use wwan)
78 $(meson_use selinux)
79 $(meson_use teamd team)