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 614E1138334 for ; Tue, 21 Aug 2018 07:42:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BC33E077A; Tue, 21 Aug 2018 07:42:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3D15E077A for ; Tue, 21 Aug 2018 07:42:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9801335D43 for ; Tue, 21 Aug 2018 07:42:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB8863B4 for ; Tue, 21 Aug 2018 07:42:03 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1534837294.63e9e8b04ef05eb4ba9624d79ac9e7acd8247e3d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mumble/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mumble/mumble-9999.ebuild X-VCS-Directories: media-sound/mumble/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 63e9e8b04ef05eb4ba9624d79ac9e7acd8247e3d X-VCS-Branch: master Date: Tue, 21 Aug 2018 07:42:03 +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: 6db611ff-355e-4849-83b6-52a206b6b054 X-Archives-Hash: 3d1f8ceacfb3a982f0c39caac45ecd17 commit: 63e9e8b04ef05eb4ba9624d79ac9e7acd8247e3d Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 21 07:36:09 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Aug 21 07:41:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63e9e8b0 media-sound/mumble: Run gnome2_icon_cache_update Closes: https://bugs.gentoo.org/652198 Package-Manager: Portage-2.3.47, Repoman-2.3.10 media-sound/mumble/mumble-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-sound/mumble/mumble-9999.ebuild b/media-sound/mumble/mumble-9999.ebuild index 021ca140cc3..97f5993a600 100644 --- a/media-sound/mumble/mumble-9999.ebuild +++ b/media-sound/mumble/mumble-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit multilib desktop qmake-utils xdg-utils +inherit desktop gnome2-utils qmake-utils xdg-utils DESCRIPTION="Mumble is an open source, low-latency, high quality voice chat software" HOMEPAGE="https://wiki.mumble.info" @@ -117,6 +117,7 @@ src_install() { } pkg_postinst() { + gnome2_icon_cache_update xdg_desktop_database_update echo elog "Visit http://mumble.sourceforge.net/ for futher configuration instructions." @@ -125,5 +126,6 @@ pkg_postinst() { } pkg_postrm() { + gnome2_icon_cache_update xdg_desktop_database_update }