diff options
author | Pacho Ramos <pacho@gentoo.org> | 2023-01-28 13:46:27 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2023-01-28 14:28:51 +0100 |
commit | f11bf6d09441a65c16194700132b5bca2c3de66d (patch) | |
tree | f3ab47230c4fe34bb9d5a8470299aff704be2d88 /mate-extra | |
parent | net-misc/remmina: Use ayatana indicators (diff) | |
download | gentoo-f11bf6d09441a65c16194700132b5bca2c3de66d.tar.gz gentoo-f11bf6d09441a65c16194700132b5bca2c3de66d.tar.bz2 gentoo-f11bf6d09441a65c16194700132b5bca2c3de66d.zip |
mate-extra/mate-indicator-applet: Choose indicator impl
Closes: https://bugs.gentoo.org/887705
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'mate-extra')
-rw-r--r-- | mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
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 +} |