diff options
Diffstat (limited to 'mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild')
-rw-r--r-- | mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild b/mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild index 10222263bfcb..53697320f919 100644 --- a/mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild +++ b/mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild @@ -52,6 +52,14 @@ DEPEND="${RDEPEND} PATCHES=( "${FILESDIR}/${P}-dict-gtk3.patch" ) +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 \ |