guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: xonotic: Add icon and category to desktop files.


From: Ludovic Courtès
Subject: 03/05: gnu: xonotic: Add icon and category to desktop files.
Date: Sun, 4 Nov 2018 18:08:54 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit c834bd3bb230fe32b3e69d8bd1bd321d147b95a1
Author: Pkill -9 <address@hidden>
Date:   Sat Nov 3 15:32:53 2018 +0000

    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 <address@hidden>
---
 gnu/packages/games.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 0467872..3679aa0 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~@
                      address@hidden/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~@
                      address@hidden/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~@
                      address@hidden/bin/xonotic~@
-                     Icon=~@
+                     Icon=xonotic~@
+                     Categories=Game~@
                      Type=Application~%"
                            output)))
                #t)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]