--- /usr/portage/net-analyzer/wireshark/wireshark-1.12.8.ebuild 2015-10-16 12:37:45.789235038 +0300 +++ /usr/local/portage-yukarin/net-analyzer/wireshark/wireshark-1.12.8-r1.ebuild 2015-10-16 16:49:06.821011161 +0300 @@ -228,6 +228,10 @@ newins image/${c}${d}-app-wireshark.png wireshark.png done done + for d in 16 24 32 48 64 128 256 ; do + insinto /usr/share/icons/hicolor/${d}x${d}/mimetypes + newins image/WiresharkDoc-${d}.png application-vnd.tcpdump.pcap.png + done fi if use gtk3; then @@ -235,7 +239,7 @@ fi if use qt4 || use qt5; then - sed -e '/Exec=/s|wireshark|&-qt|g' wireshark.desktop > wireshark-qt.desktop || die + sed -e 's/^Name.*=Wireshark/& (Qt)/g' -e '/Exec=/s|wireshark|&-qt|g' wireshark.desktop > wireshark-qt.desktop || die domenu wireshark-qt.desktop fi