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>
This commit is contained in:
parent
688d1a01e4
commit
c834bd3bb2
|
@ -5539,7 +5539,8 @@ quotation from a collection of quotes.")
|
||||||
Comment=Xonotic glx~@
|
Comment=Xonotic glx~@
|
||||||
Exec=~a/bin/xonotic-glx~@
|
Exec=~a/bin/xonotic-glx~@
|
||||||
TryExec=~@*~a/bin/xonotic-glx~@
|
TryExec=~@*~a/bin/xonotic-glx~@
|
||||||
Icon=~@
|
Icon=xonotic~@
|
||||||
|
Categories=Game~@
|
||||||
Type=Application~%"
|
Type=Application~%"
|
||||||
output)))
|
output)))
|
||||||
(with-output-to-file
|
(with-output-to-file
|
||||||
|
@ -5551,7 +5552,8 @@ quotation from a collection of quotes.")
|
||||||
Comment=Xonotic sdl~@
|
Comment=Xonotic sdl~@
|
||||||
Exec=~a/bin/xonotic-sdl~@
|
Exec=~a/bin/xonotic-sdl~@
|
||||||
TryExec=~@*~a/bin/xonotic-sdl~@
|
TryExec=~@*~a/bin/xonotic-sdl~@
|
||||||
Icon=~@
|
Icon=xonotic~@
|
||||||
|
Categories=Game~@
|
||||||
Type=Application~%"
|
Type=Application~%"
|
||||||
output)))
|
output)))
|
||||||
(with-output-to-file
|
(with-output-to-file
|
||||||
|
@ -5563,7 +5565,8 @@ quotation from a collection of quotes.")
|
||||||
Comment=Xonotic~@
|
Comment=Xonotic~@
|
||||||
Exec=~a/bin/xonotic-glx~@
|
Exec=~a/bin/xonotic-glx~@
|
||||||
TryExec=~@*~a/bin/xonotic~@
|
TryExec=~@*~a/bin/xonotic~@
|
||||||
Icon=~@
|
Icon=xonotic~@
|
||||||
|
Categories=Game~@
|
||||||
Type=Application~%"
|
Type=Application~%"
|
||||||
output)))
|
output)))
|
||||||
#t)))
|
#t)))
|
||||||
|
|
Loading…
Reference in New Issue