[PATCH] gnu: xonotic: Add icon and category to desktop files.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • pkill9
Owner
unassigned
Submitted by
pkill9
Severity
normal

Debbugs page

pkill9 wrote 6 years ago
(name . guix-patches)(address . guix-patches@gnu.org)
E1gIyFj-0006cC-A7@rmmprod05.runbox
I've updated the .desktop files for xonotic to have an icon and be put in the "Game" category.
From 87978647bde7596b3a37455dd22c634e5d279098 Mon Sep 17 00:00:00 2001
From: Pkill -9 <pkill9@runbox.com>
Date: Sat, 3 Nov 2018 15:32:53 +0000
Subject: [PATCH] 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.
---
gnu/packages/games.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

Toggle diff (36 lines)
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~@
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)))
--
2.19.1
Ludovic Courtès wrote 6 years ago
(address . pkill9@runbox.com)(address . 33251-done@debbugs.gnu.org)
87h8gwo390.fsf@gnu.org
Hello,

<pkill9@runbox.com> skribis:

Toggle quote (8 lines)
> From 87978647bde7596b3a37455dd22c634e5d279098 Mon Sep 17 00:00:00 2001
> From: Pkill -9 <pkill9@runbox.com>
> Date: Sat, 3 Nov 2018 15:32:53 +0000
> Subject: [PATCH] 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.

Applied, thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 33251@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 33251
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help