From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 82C5D1395E2 for ; Mon, 21 Nov 2016 11:02:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFA4921C07E; Mon, 21 Nov 2016 11:02:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B196E21C07E for ; Mon, 21 Nov 2016 11:02:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0E0E341134 for ; Mon, 21 Nov 2016 11:02:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 164FD24A9 for ; Mon, 21 Nov 2016 11:02:02 +0000 (UTC) From: "Ettore Di Giacinto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ettore Di Giacinto" Message-ID: <1479726040.88e533bbd3098188db4dc7a4be7fa03ba15a0d11.mudler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-extra/mate-utils/mate-utils-1.14.1.ebuild X-VCS-Directories: mate-extra/mate-utils/ X-VCS-Committer: mudler X-VCS-Committer-Name: Ettore Di Giacinto X-VCS-Revision: 88e533bbd3098188db4dc7a4be7fa03ba15a0d11 X-VCS-Branch: master Date: Mon, 21 Nov 2016 11:02:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 08602999-1e5c-419d-9c69-e16a9988b05a X-Archives-Hash: 5723bf2a1ad864608c6d7717e4ea3114 commit: 88e533bbd3098188db4dc7a4be7fa03ba15a0d11 Author: NP-Hardass gentoo org> AuthorDate: Mon Sep 5 18:44:25 2016 +0000 Commit: Ettore Di Giacinto gentoo org> CommitDate: Mon Nov 21 11:00:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88e533bb mate-extra/mate-utils: Make utils available on all DEs, #585252 Package-Manager: portage-2.3.0 mate-extra/mate-utils/mate-utils-1.14.1.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) 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 9570167..a5f7e8d 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 \