summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorPkill -9 <pkill9@runbox.com>2018-11-03 15:32:53 +0000
committerLudovic Courtès <ludo@gnu.org>2018-11-05 00:08:47 +0100
commitc834bd3bb230fe32b3e69d8bd1bd321d147b95a1 (patch)
treed3af5d21e62c6e5c655a3dd9bed1955f13e42ccf /gnu
parent688d1a01e45eb1277a6337987bfd53f3fe3caaec (diff)
downloadguix-patches-c834bd3bb230fe32b3e69d8bd1bd321d147b95a1.tar
guix-patches-c834bd3bb230fe32b3e69d8bd1bd321d147b95a1.tar.gz
gnu: xonotic: Add icon and category to desktop files.
* gnu/packages/games.scm (xonotic): Add icon ("xonotic") and category ("Game") to the .desktop files for Xonotic. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/games.scm9
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 0467872fcd..3679aa09c6 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5539,7 +5539,8 @@ quotation from a collection of quotes.")
Comment=Xonotic glx~@
Exec=~a/bin/xonotic-glx~@
TryExec=~@*~a/bin/xonotic-glx~@
- Icon=~@
+ Icon=xonotic~@
+ Categories=Game~@
Type=Application~%"
output)))
(with-output-to-file
@@ -5551,7 +5552,8 @@ quotation from a collection of quotes.")
Comment=Xonotic sdl~@
Exec=~a/bin/xonotic-sdl~@
TryExec=~@*~a/bin/xonotic-sdl~@
- Icon=~@
+ Icon=xonotic~@
+ Categories=Game~@
Type=Application~%"
output)))
(with-output-to-file
@@ -5563,7 +5565,8 @@ quotation from a collection of quotes.")
Comment=Xonotic~@
Exec=~a/bin/xonotic-glx~@
TryExec=~@*~a/bin/xonotic~@
- Icon=~@
+ Icon=xonotic~@
+ Categories=Game~@
Type=Application~%"
output)))
#t)))