efbb: add freedesktop stuff

SVN revision: 76429
This commit is contained in:
Bruno Dilly 2012-09-11 04:35:30 +00:00
parent 4d0b838a7b
commit fb2aefda61
5 changed files with 21 additions and 1 deletions

View File

@ -131,6 +131,7 @@ data/theme/fonts/Makefile
data/images/Makefile
data/levels/Makefile
data/sound/Makefile
data/desktop/Makefile
])

View File

@ -1,3 +1,3 @@
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = images theme levels sound
SUBDIRS = images theme levels sound desktop

9
data/desktop/Makefile.am Normal file
View File

@ -0,0 +1,9 @@
MAINTAINERCLEANFILES = Makefile.in
desktopdir = $(datadir)/applications
desktop_DATA = efbb.desktop
icondir = $(datadir)/icons
icon_DATA = efbb.png
EXTRA_DIST = efbb.desktop efbb.png

10
data/desktop/efbb.desktop Normal file
View File

@ -0,0 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Name=Escape From Booty Bay
Comment=Game
Comment[pt]=Jogo
Exec=efbb
Icon=efbb
Terminal=false
Type=Application
Categories=Game;LogicGame;Enlightenment;

BIN
data/desktop/efbb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB