summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2017-08-30 14:49:26 +0200
committerJeroen Roovers <jer@gentoo.org>2017-08-30 14:50:35 +0200
commitea0fb2a713aa491ada019954974b024ec02f4fb5 (patch)
treedb7020325c439794e388bdd87833b73429bb31ab /net-analyzer/wireshark
parentapp-emulation/libguestfs: version bump 1.28.5-r3 → 1.36.5, bug #601162. (diff)
downloadgentoo-ea0fb2a713aa491ada019954974b024ec02f4fb5.tar.gz
gentoo-ea0fb2a713aa491ada019954974b024ec02f4fb5.tar.bz2
gentoo-ea0fb2a713aa491ada019954974b024ec02f4fb5.zip
net-analyzer/wireshark: Update GNOME icon cache (bug #629346).
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'net-analyzer/wireshark')
-rw-r--r--net-analyzer/wireshark/wireshark-2.4.1-r2.ebuild (renamed from net-analyzer/wireshark/wireshark-2.4.1-r1.ebuild)4
-rw-r--r--net-analyzer/wireshark/wireshark-99999999.ebuild4
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
index d5f333a962b2..a2ea74d96ce2 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 0cc1e226403c..a4d2b1e46179 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
}