unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#33251] [PATCH] gnu: xonotic: Add icon and category to desktop files.
@ 2018-11-03 15:54 pkill9
  2018-11-04 23:02 ` bug#33251: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: pkill9 @ 2018-11-03 15:54 UTC (permalink / raw)
  To: 33251

[-- Attachment #1: Type: text/plain, Size: 94 bytes --]

I've updated the .desktop files for xonotic to have an icon and be put in the "Game" category.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-xonotic-Add-icon-and-category-to-desktop-files.patch --]
[-- Type: text/x-patch; name="0001-gnu-xonotic-Add-icon-and-category-to-desktop-files.patch", Size: 1858 bytes --]

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(-)

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#33251: [PATCH] gnu: xonotic: Add icon and category to desktop files.
  2018-11-03 15:54 [bug#33251] [PATCH] gnu: xonotic: Add icon and category to desktop files pkill9
@ 2018-11-04 23:02 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-11-04 23:02 UTC (permalink / raw)
  To: pkill9; +Cc: 33251-done

Hello,

<pkill9@runbox.com> skribis:

> 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’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-04 23:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-03 15:54 [bug#33251] [PATCH] gnu: xonotic: Add icon and category to desktop files pkill9
2018-11-04 23:02 ` bug#33251: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).