Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/
Date: Sat, 28 Jan 2023 13:29:07
Message-Id: 1674912531.f11bf6d09441a65c16194700132b5bca2c3de66d.pacho@gentoo
1 commit: f11bf6d09441a65c16194700132b5bca2c3de66d
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 28 12:46:27 2023 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 28 13:28:51 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f11bf6d0
7
8 mate-extra/mate-indicator-applet: Choose indicator impl
9
10 Closes: https://bugs.gentoo.org/887705
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 .../mate-indicator-applet/mate-indicator-applet-1.26.0.ebuild | 7 ++++++-
14 1 file changed, 6 insertions(+), 1 deletion(-)
15
16 diff --git a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0.ebuild b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0.ebuild
17 index 9313f05140f6..bdcf9fbb50de 100644
18 --- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0.ebuild
19 +++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 +# Copyright 1999-2023 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -29,3 +29,8 @@ BDEPEND="${COMMON_DEPEND}
27 >=sys-devel/gettext-0.19.8
28 virtual/pkgconfig
29 "
30 +
31 +src_configure() {
32 + mate_src_configure \
33 + --with-ubuntu-indicators
34 +}