desktop: Add some additional keywords to *.desktop files

fixes #511
This commit is contained in:
Fabian Greffrath 2015-05-27 19:35:05 +02:00
parent d1bfae1698
commit 7d8a9f3f2e
6 changed files with 6 additions and 2 deletions

View file

@ -5,3 +5,4 @@ Icon=@PROGRAM_PREFIX@doom
Type=Application
Comment=@PACKAGE_SHORTDESC@
Categories=Game;ActionGame;
Keywords=first;person;shooter;vanilla;

View file

@ -48,7 +48,7 @@
#define SIL_TOP 2
#define SIL_BOTH 3
#define MAXDRAWSEGS 256
#define MAXDRAWSEGS 256*8

View file

@ -42,7 +42,7 @@ planefunction_t ceilingfunc;
//
// Here comes the obnoxious "visplane".
#define MAXVISPLANES 128
#define MAXVISPLANES 128*8
visplane_t visplanes[MAXVISPLANES];
visplane_t* lastvisplane;
visplane_t* floorplane;

View file

@ -5,3 +5,4 @@ Icon=@PROGRAM_PREFIX@doom
Type=Application
Comment=@PACKAGE_SHORTDESC@
Categories=Game;ActionGame;
Keywords=first;person;shooter;doom;vanilla;

View file

@ -5,3 +5,4 @@ Icon=@PROGRAM_PREFIX@doom
Type=Application
Comment=@PACKAGE_SHORTDESC@
Categories=Game;ActionGame;
Keywords=first;person;shooter;doom;vanilla;

View file

@ -5,3 +5,4 @@ Icon=@PROGRAM_PREFIX@doom
Type=Application
Comment=@PACKAGE_SHORTDESC@
Categories=Game;ActionGame;
Keywords=first;person;shooter;doom;vanilla;