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 A058F1396D0 for ; Wed, 30 Aug 2017 12:50:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7CAD1FC0A2; Wed, 30 Aug 2017 12:50:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A72E11FC0A2 for ; Wed, 30 Aug 2017 12:50:39 +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 77392340AC7 for ; Wed, 30 Aug 2017 12:50:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21DD187DC for ; Wed, 30 Aug 2017 12:50:37 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1504097435.ea0fb2a713aa491ada019954974b024ec02f4fb5.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/wireshark/wireshark-2.4.1-r1.ebuild net-analyzer/wireshark/wireshark-2.4.1-r2.ebuild net-analyzer/wireshark/wireshark-99999999.ebuild X-VCS-Directories: net-analyzer/wireshark/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: ea0fb2a713aa491ada019954974b024ec02f4fb5 X-VCS-Branch: master Date: Wed, 30 Aug 2017 12:50:37 +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: 8f8a1338-a0e9-471a-bbe6-2af39bcfe979 X-Archives-Hash: 76e7b76289b1259de2ff16961615582b commit: ea0fb2a713aa491ada019954974b024ec02f4fb5 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Aug 30 12:49:26 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Aug 30 12:50:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea0fb2a7 net-analyzer/wireshark: Update GNOME icon cache (bug #629346). Package-Manager: Portage-2.3.8, Repoman-2.3.3 .../{wireshark-2.4.1-r1.ebuild => wireshark-2.4.1-r2.ebuild} | 4 +++- net-analyzer/wireshark/wireshark-99999999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/net-analyzer/wireshark/wireshark-2.4.1-r1.ebuild b/net-analyzer/wireshark/wireshark-2.4.1-r2.ebuild similarity index 98% rename from net-analyzer/wireshark/wireshark-2.4.1-r1.ebuild rename to net-analyzer/wireshark/wireshark-2.4.1-r2.ebuild index d5f333a962b..a2ea74d96ce 100644 --- a/net-analyzer/wireshark/wireshark-2.4.1-r1.ebuild +++ b/net-analyzer/wireshark/wireshark-2.4.1-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils fcaps flag-o-matic multilib qmake-utils user xdg-utils +inherit autotools eutils fcaps flag-o-matic gnome2-utils multilib qmake-utils user xdg-utils DESCRIPTION="A network protocol analyzer formerly known as ethereal" HOMEPAGE="https://www.wireshark.org/" @@ -264,6 +264,7 @@ src_install() { } pkg_postinst() { + gnome2_icon_cache_update xdg_mimeinfo_database_update # Add group for users allowed to sniff. @@ -281,5 +282,6 @@ pkg_postinst() { } pkg_postrm() { + gnome2_icon_cache_update xdg_mimeinfo_database_update } diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild index 0cc1e226403..a4d2b1e4617 100644 --- a/net-analyzer/wireshark/wireshark-99999999.ebuild +++ b/net-analyzer/wireshark/wireshark-99999999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils fcaps flag-o-matic git-r3 multilib qmake-utils user xdg-utils +inherit autotools eutils fcaps flag-o-matic git-r3 gnome2-utils multilib qmake-utils user xdg-utils DESCRIPTION="A network protocol analyzer formerly known as ethereal" HOMEPAGE="https://www.wireshark.org/" @@ -268,6 +268,7 @@ src_install() { } pkg_postinst() { + gnome2_icon_cache_update xdg_mimeinfo_database_update # Add group for users allowed to sniff. @@ -285,5 +286,6 @@ pkg_postinst() { } pkg_postrm() { + gnome2_icon_cache_update xdg_mimeinfo_database_update }