Skip to content

Commit

Permalink
Added .desktop file
Browse files Browse the repository at this point in the history
  • Loading branch information
Grumbel committed Jun 24, 2018
1 parent 34b3839 commit b84eb8e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -203,5 +203,12 @@ install(FILES
${CMAKE_CURRENT_SOURCE_DIR}/doc/man/pingus.6
DESTINATION ${CMAKE_INSTALL_MANDIR}/man6)

install(FILES
pingus.desktop
DESTINATION ${CMAKE_INSTALL_DATADIR}/applications)

install(FILES
data/images/icons/pingus.svg
DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps)

# EOF #
12 changes: 12 additions & 0 deletions pingus.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[Desktop Entry]
Name=Pingus
Comment=Guide groups of penguins through various obstacles
Icon=pingus
Terminal=false
Exec=pingus %f
Type=Application
Categories=Game;LogicGame;
StartupNotify=false
MimeType=application/x-pingus;application/x-pingus-worldmap;application/x-pingus-prefab
Terminal=false
Keywords=lemmings;obstacles;traps;penguins;

0 comments on commit b84eb8e

Please sign in to comment.