commit:     4f60d2d9ea30816574d1f1f84f1c2425095d99bd
Author:     Ian Jordan <immoloism <AT> gmail <DOT> com>
AuthorDate: Tue Apr  9 18:03:46 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed Apr 10 05:42:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f60d2d9

mate-base/mate-control-center: appindator is no longer optional

Closes: https://bugs.gentoo.org/929020
Signed-off-by: Ian Jordan <immoloism <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/36180
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 mate-base/mate-control-center/mate-control-center-1.28.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/mate-base/mate-control-center/mate-control-center-1.28.0.ebuild 
b/mate-base/mate-control-center/mate-control-center-1.28.0.ebuild
index 49df50a37938..a235bb697038 100644
--- a/mate-base/mate-control-center/mate-control-center-1.28.0.ebuild
+++ b/mate-base/mate-control-center/mate-control-center-1.28.0.ebuild
@@ -16,12 +16,13 @@ DESCRIPTION="The MATE Desktop configuration tool"
 LICENSE="FDL-1.1+ GPL-2+ LGPL-2+ LGPL-2.1+ HPND"
 SLOT="0"
 
-IUSE="accountsservice appindicator debug nls systemd"
+IUSE="accountsservice debug nls systemd"
 
 COMMON_DEPEND="
        >=app-accessibility/at-spi2-core-2.46.0:2
        >=dev-libs/glib-2.50:2
        dev-libs/libxml2:2
+       dev-libs/libayatana-appindicator
        >=gnome-base/dconf-0.13.4
        >=gnome-base/librsvg-2.0:2
        >=mate-base/libmatekbd-1.17.0
@@ -47,7 +48,6 @@ COMMON_DEPEND="
        x11-libs/pango
        >=x11-wm/marco-1.17.0:=
        accountsservice? ( sys-apps/accountsservice )
-       appindicator? ( dev-libs/libayatana-appindicator )
        systemd? ( sys-apps/systemd )
 "
 
@@ -69,7 +69,7 @@ PATCHES=(
 src_configure() {
        mate_src_configure \
                --disable-update-mimedb \
-               $(use_enable appindicator) \
+               --with-appindicator \
                $(use_enable nls) \
                $(use_enable debug)
 }

Reply via email to