commit: ea0fb2a713aa491ada019954974b024ec02f4fb5 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Wed Aug 30 12:49:26 2017 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> 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 }