GNU bug report logs -
#43856
[PATCH] gnu: Add dex.
Previous Next
Reported by: James Smith <jsubuntuxp <at> disroot.org>
Date: Wed, 7 Oct 2020 21:34:02 UTC
Severity: normal
Tags: patch
Done: Marius Bakke <marius <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #10 received at 43856-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
James Smith <jsubuntuxp <at> disroot.org> writes:
> * gnu/packages/xdisorg.scm (dex): New variable.
Applied with the following changes, thanks!
[Message part 2 (text/x-patch, inline)]
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+)))
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 4 years and 217 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.