guix-patches
[Top][All Lists]
Advanced

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

bug#43856: [PATCH] gnu: Add dex.


From: Marius Bakke
Subject: bug#43856: [PATCH] gnu: Add dex.
Date: Tue, 13 Oct 2020 22:32:15 +0200

James Smith <jsubuntuxp@disroot.org> writes:

> * gnu/packages/xdisorg.scm (dex): New variable.

Applied with the following changes, thanks!

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 443bf39304..d9c89053b9 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -2526,7 +2526,7 @@ such as sway, similar to @command{rofi}.")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                    (url (string-append "https://github.com/jceb/"; name))
+                    (url (string-append "https://github.com/jceb/dex";))
                     (commit (string-append "v" version))))
               (sha256
                (base32
@@ -2544,7 +2544,8 @@ such as sway, similar to @command{rofi}.")
     (native-inputs
      `(("python-sphinx" ,python-sphinx)))
     (home-page "https://github.com/jceb/dex";)
-    (synopsis "DesktopEntry Execution")
-    (description "dex, DesktopEntry Execution, is a program to generate and
-execute DesktopEntry files of the Application type.")
-    (license license:gpl3)))
+    (synopsis "Execute DesktopEntry files")
+    (description
+     "@command{dex}, @dfn{DesktopEntry Execution}, is a program to generate
+and execute @file{.desktop} files of the Application type.")
+    (license license:gpl3+)))

Attachment: signature.asc
Description: PGP signature


reply via email to

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