*** freeciv-2.0.8.ebuild.orig 2006-03-07 21:46:02.000000000 +1030 --- freeciv-2.0.8.ebuild 2006-03-07 21:48:25.000000000 +1030 *************** *** 100,105 **** --- 100,117 ---- client/Makefile.in \ || die "sed failed" + # change .desktop icon to the freeciv icon rather than the gnome globe + sed -i \ + -e 's:^\(Icon=\).*:\1freeciv.png:' \ + bootstrap/freeciv.desktop.in \ + || die "sed failed" + + # change .desktop category so it is not gnome specific + sed -i \ + -e 's:^\(Categories=GNOME;Application;Game;Strategy;\):Categories=Application;Game;StrategyGame;:' \ + bootstrap/freeciv.desktop.in \ + || die "sed failed" + # remove civclient manpage if dedicated server if use dedicated ; then sed -i \ *************** *** 168,172 **** --- 180,186 ---- dodoc ChangeLog NEWS \ doc/{BUGS,CodingStyle,HACKING,HOWTOPLAY,PEOPLE,README*,TODO} + doicon "${FILESDIR}/${PN}.png" + prepgamesdirs }