mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 16:25:47 -04:00
dist: Add Desktop Entry files for all three IWADs
These are intended to be useful for packagers for distributions of GNU/Linux, *BSDs, illumos, and any other operating system where they may be relevant. Hopefully without the need to edit them :) This is part of the goal of issue #100 to ease distributions' support for showcasing Freedoom.
This commit is contained in:
parent
f1c0909cd9
commit
1bf784b200
3 changed files with 30 additions and 0 deletions
10
dist/freedm.desktop
vendored
Normal file
10
dist/freedm.desktop
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Name=FreeDM
|
||||
Comment=Fight friends and enemies in competitive deathmatch
|
||||
GenericName=First Person Shooter Game
|
||||
Type=Application
|
||||
Icon=freedoom
|
||||
Keywords=first;person;shooter;doom;freedoom;
|
||||
Categories=Game;ActionGame;
|
||||
Path=/usr/share/games/doom
|
||||
Exec=doom -iwad freedm.wad
|
10
dist/freedoom1.desktop
vendored
Normal file
10
dist/freedoom1.desktop
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Name=Freedoom: Phase 1
|
||||
Comment=Battle monsters in four 9-level chapters
|
||||
GenericName=First Person Shooter Game
|
||||
Type=Application
|
||||
Icon=freedoom
|
||||
Keywords=first;person;shooter;doom;
|
||||
Categories=Game;ActionGame;
|
||||
Path=/usr/share/games/doom
|
||||
Exec=boom -iwad freedoom1.wad
|
10
dist/freedoom2.desktop
vendored
Normal file
10
dist/freedoom2.desktop
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Name=Freedoom: Phase 2
|
||||
Comment=Battle monsters in one massive 32-level chapter
|
||||
GenericName=First Person Shooter Game
|
||||
Type=Application
|
||||
Icon=freedoom
|
||||
Keywords=first;person;shooter;doom;
|
||||
Categories=Game;ActionGame;
|
||||
Path=/usr/share/games/doom
|
||||
Exec=boom -iwad freedoom2.wad
|
Loading…
Add table
Add a link
Reference in a new issue