summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNP-Hardass <NP-Hardass@gentoo.org>2016-09-05 14:44:25 -0400
committerEttore Di Giacinto <mudler@gentoo.org>2016-11-21 12:00:40 +0100
commit88e533bbd3098188db4dc7a4be7fa03ba15a0d11 (patch)
tree72def3a1ec539bc32773ef08d5b221e0471e2c80 /mate-extra
parentmate-base/mate: Version bump to 1.14 (diff)
downloadgentoo-88e533bbd3098188db4dc7a4be7fa03ba15a0d11.tar.gz
gentoo-88e533bbd3098188db4dc7a4be7fa03ba15a0d11.tar.bz2
gentoo-88e533bbd3098188db4dc7a4be7fa03ba15a0d11.zip
mate-extra/mate-utils: Make utils available on all DEs, #585252
Package-Manager: portage-2.3.0
Diffstat (limited to 'mate-extra')
-rw-r--r--mate-extra/mate-utils/mate-utils-1.14.1.ebuild8
1 files changed, 8 insertions, 0 deletions
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 \