From: NP-Hardass Date: Mon, 5 Sep 2016 18:44:25 +0000 (-0400) Subject: mate-extra/mate-utils: Make utils available on all DEs, #585252 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=88e533bbd3098188db4dc7a4be7fa03ba15a0d11;p=gentoo.git mate-extra/mate-utils: Make utils available on all DEs, #585252 Package-Manager: portage-2.3.0 --- diff --git a/mate-extra/mate-utils/mate-utils-1.14.1.ebuild b/mate-extra/mate-utils/mate-utils-1.14.1.ebuild index 9570167b1a3a..a5f7e8d400d1 100644 --- a/mate-extra/mate-utils/mate-utils-1.14.1.ebuild +++ b/mate-extra/mate-utils/mate-utils-1.14.1.ebuild @@ -53,6 +53,14 @@ DEPEND="${COMMON_DEPEND} sys-devel/gettext:* virtual/pkgconfig:*" +src_prepare() { + # Make apps visible in all DEs. + LC_ALL=C find . -iname '*.desktop.in*' -exec \ + sed -e '/OnlyShowIn/d' -i {} + || die + + mate_src_prepare +} + src_configure() { mate_src_configure \ --disable-maintainer-flags \