unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Marius Bakke <marius@gnu.org>
To: James Smith <jsubuntuxp@disroot.org>, 43856-done@debbugs.gnu.org
Cc: James Smith <jsubuntuxp@disroot.org>
Subject: bug#43856: [PATCH] gnu: Add dex.
Date: Tue, 13 Oct 2020 22:32:15 +0200	[thread overview]
Message-ID: <87y2k9rho0.fsf@gnu.org> (raw)
In-Reply-To: <20201007204414.21000-1-jsubuntuxp@disroot.org>


[-- Attachment #1.1: Type: text/plain, Size: 142 bytes --]

James Smith <jsubuntuxp@disroot.org> writes:

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

Applied with the following changes, thanks!


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: Type: text/x-patch, Size: 1184 bytes --]

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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 507 bytes --]

      reply	other threads:[~2020-10-13 20:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-07 20:44 [bug#43856] [PATCH] gnu: Add dex James Smith
2020-10-13 20:32 ` Marius Bakke [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y2k9rho0.fsf@gnu.org \
    --to=marius@gnu.org \
    --cc=43856-done@debbugs.gnu.org \
    --cc=jsubuntuxp@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).