commit: f11bf6d09441a65c16194700132b5bca2c3de66d Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sat Jan 28 12:46:27 2023 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sat Jan 28 13:28:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f11bf6d0
mate-extra/mate-indicator-applet: Choose indicator impl Closes: https://bugs.gentoo.org/887705 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> .../mate-indicator-applet/mate-indicator-applet-1.26.0.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 index 9313f05140f6..bdcf9fbb50de 100644 --- 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -29,3 +29,8 @@ BDEPEND="${COMMON_DEPEND} >=sys-devel/gettext-0.19.8 virtual/pkgconfig " + +src_configure() { + mate_src_configure \ + --with-ubuntu-indicators +}
