Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/workrave/
Date: Thu, 23 Apr 2020 09:26:40
Message-Id: 1587633986.5f8c3ff63258843e6cdf926ca37f663147ec33dc.pacho@gentoo
1 commit: 5f8c3ff63258843e6cdf926ca37f663147ec33dc
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 23 09:26:26 2020 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 23 09:26:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f8c3ff6
7
8 app-misc/workrave: Migrate from 'ayatana' to 'appindicator' USE
9
10 Also drop all .la files
11
12 Package-Manager: Portage-2.3.96, Repoman-2.3.22
13 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
14
15 app-misc/workrave/workrave-1.10.20.ebuild | 11 ++++++-----
16 1 file changed, 6 insertions(+), 5 deletions(-)
17
18 diff --git a/app-misc/workrave/workrave-1.10.20.ebuild b/app-misc/workrave/workrave-1.10.20.ebuild
19 index a05c5f7aaf9..a59057629c0 100644
20 --- a/app-misc/workrave/workrave-1.10.20.ebuild
21 +++ b/app-misc/workrave/workrave-1.10.20.ebuild
22 @@ -1,7 +1,8 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 +GNOME2_LA_PUNT="yes"
29 PYTHON_COMPAT=( python2_7 )
30
31 inherit autotools gnome2 python-single-r1 versionator vcs-snapshot
32 @@ -16,9 +17,9 @@ SLOT="0"
33 KEYWORDS="amd64 ~ppc x86"
34
35 # dbus support looks to be used only for trying to use panel applets on gnome3!
36 -IUSE="ayatana doc gnome gstreamer introspection mate nls pulseaudio test xfce"
37 +IUSE="appindicator doc gnome gstreamer introspection mate nls pulseaudio test xfce"
38 RESTRICT="!test? ( test )"
39 -REQUIRED_USE="ayatana? ( introspection ) ${PYTHON_REQUIRED_USE}"
40 +REQUIRED_USE="appindicator? ( introspection ) ${PYTHON_REQUIRED_USE}"
41
42 RDEPEND="
43 >=dev-libs/glib-2.28.0:2
44 @@ -26,7 +27,7 @@ RDEPEND="
45 >=dev-cpp/gtkmm-3.18.0:3.0
46 >=dev-cpp/glibmm-2.28.0:2
47 >=dev-libs/libsigc++-2.2.4.2:2
48 - ayatana? (
49 + appindicator? (
50 >=dev-libs/libdbusmenu-0.4[gtk3,introspection]
51 >=dev-libs/libindicator-0.4:3 )
52 gnome? ( >=gnome-base/gnome-shell-3.6.2 )
53 @@ -93,7 +94,7 @@ src_configure() {
54 --disable-gnome2 \
55 --disable-static \
56 --disable-xml \
57 - $(use_enable ayatana indicator) \
58 + $(use_enable appindicator indicator) \
59 $(use_enable doc manual) \
60 $(use_enable gnome gnome3) \
61 $(use_enable gstreamer) \