On 2014/07/17 22:23, Fabian Raetz wrote: > Hi, > > I would like to see a wireshark.desktop file and icons added. > > Initial inspiration based on the archlinux package. > https://projects.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/wireshark > > Comments?
For ease of future maintenance (for example if upstream move files around in their source tree), I'd prefer to use the provided install_desktop_files target rather than having all of this in post-install. They install to wrong directories but these can simply be dealt with by mv'ing into place in post-install using wildcards (which is easier to maintain than patching Makefile.in).
