Comment 4 for bug 643336

Revision history for this message
Manfred Hampl (m-hampl) wrote :

I guess I have found the missing bits in ace-of-penguins source:

in /debian/rules a line has to be added :
line 27 "spider \" (between "solitaire \" and "taipedit \")

and in /debian a file has to be added
"penguin-spider.desktop"
with contents
(BOF)
[Desktop Entry]
Type=Application
Name=Penguin Spider
GenericName=
Comment=
Icon=
Exec=/usr/games/ace-spider
Terminal=false
Categories=Game;CardGame;
(EOF)

This should care for naming the executable file ace-spider (similar to all other games in ace-of-penguins) and care for providing the required information for automatic adding to the desktop application starter.

As I am rather new to launchpad I do not know how to create a new version of ace-of penguins that incorporates these changes (not even how to create a diff file), I hope someone who is able to do this will pick it up.