Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added a .desktop entry for Doomsday.
It will appear automatically in the Applications -> Games menu.
  • Loading branch information
skyjake committed Mar 2, 2011
1 parent 2204315 commit 337fadd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions distrib/linux/doomsday-engine.desktop
@@ -0,0 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Name=Doomsday Engine
Comment=Doom/Heretic/Hexen with enhanced graphics
Categories=Game;ActionGame;
Exec=/usr/bin/launch-doomsday
Terminal=false
Type=Application
Icon=/usr/share/doomsday/snowberry/graphics/snowberry.png

4 changes: 4 additions & 0 deletions doomsday/CMakeLists.txt
Expand Up @@ -646,6 +646,10 @@ IF (UNIX AND NOT APPLE)
INSTALL(FILES "${CMAKE_SOURCE_DIR}/../distrib/linux/doomsday-builds.list"
DESTINATION /etc/apt/sources.list.d)

# Desktop entry.
INSTALL(FILES "${CMAKE_SOURCE_DIR}/../distrib/linux/doomsday-engine.desktop"
DESTINATION /usr/share/applications)

# Bundle Snowberry.
SET (SB_ROOT "${CMAKE_SOURCE_DIR}/../snowberry")
SET (SB_DEST share/${PROJECT_NAME}/snowberry)
Expand Down

0 comments on commit 337fadd

Please sign in to comment.