Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 563246
Collapse All | Expand All

(-)/usr/portage/net-analyzer/wireshark/wireshark-1.12.8.ebuild (-1 / +5 lines)
Lines 228-233 Link Here
228
				newins image/${c}${d}-app-wireshark.png wireshark.png
228
				newins image/${c}${d}-app-wireshark.png wireshark.png
229
			done
229
			done
230
		done
230
		done
231
		for d in 16 24 32 48 64 128 256 ; do
232
			insinto /usr/share/icons/hicolor/${d}x${d}/mimetypes
233
			newins image/WiresharkDoc-${d}.png application-vnd.tcpdump.pcap.png
234
		done
231
	fi
235
	fi
232
236
233
	if use gtk3; then
237
	if use gtk3; then
Lines 235-241 Link Here
235
	fi
239
	fi
236
240
237
	if use qt4 || use qt5; then
241
	if use qt4 || use qt5; then
238
		sed -e '/Exec=/s|wireshark|&-qt|g' wireshark.desktop > wireshark-qt.desktop || die
242
		sed -e 's/^Name.*=Wireshark/& (Qt)/g' -e '/Exec=/s|wireshark|&-qt|g' wireshark.desktop > wireshark-qt.desktop || die
239
		domenu wireshark-qt.desktop
243
		domenu wireshark-qt.desktop
240
	fi
244
	fi
241
245

Return to bug 563246