GNU bug report logs - #57770
[PATCH] gnu: Add emacs-app-launcher.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Tue, 13 Sep 2022 14:09:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 57770 in the body.
You can then email your comments to 57770 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#57770; Package guix-patches. (Tue, 13 Sep 2022 14:09:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nicolas Graves <ngraves <at> ngraves.fr>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 13 Sep 2022 14:09:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: guix-patches <at> gnu.org
Cc: ngraves <at> ngraves.fr
Subject: [PATCH] gnu: Add emacs-app-launcher.
Date: Tue, 13 Sep 2022 16:08:44 +0200
* gnu/packages/emacs-xyz.scm (emacs-app-launcher): New variable.
---
 gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3644d92949..ddae52d8bb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2582,6 +2582,29 @@ (define-public emacs-ace-link
 letter to each link using avy.")
     (license license:gpl3+)))
 
+(define-public emacs-app-launcher
+  (let* ((commit "d5015e394b0a666a8c7c4d4bdf786266e773b145")
+         (revision "0"))
+    (package
+    (name "emacs-app-launcher")
+    (version (git-version "0" revision commit))
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/SebastienWae/app-launcher")
+             (commit commit)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0l97ajy27awydyd4gc6323wyhpm5vm2db6i0lp5gqaxi9fp7jivp"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/SebastienWae/app-launcher")
+    (synopsis "Use Emacs standard completion to launch applications")
+    (description "This package defines the app-launcher-run-app command which
+uses Emacs standard completion to select an application installed on your
+machine and launch it.")
+    (license license:gpl3))))
+
 (define-public emacs-auto-sudoedit
   (package
     (name "emacs-auto-sudoedit")
-- 
2.37.3





Information forwarded to guix-patches <at> gnu.org:
bug#57770; Package guix-patches. (Sun, 18 Sep 2022 09:25:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Nicolas Graves via Guix-patches via <guix-patches <at> gnu.org>
Cc: 57770-done <at> debbugs.gnu.org, Nicolas Graves <ngraves <at> ngraves.fr>
Subject: Re: [bug#57770] [PATCH] gnu: Add emacs-app-launcher.
Date: Sun, 18 Sep 2022 11:24:16 +0200
Hello,

Nicolas Graves via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-app-launcher): New variable.

Thank you. Applied with the changes below.

> +    (package
> +    (name "emacs-app-launcher")
> +    (version (git-version "0" revision commit))

I used "0.1" as base version since it is specified as such in the
Version keyword.

> +    (description "This package defines the app-launcher-run-app command which

I used @code{app-launcher-run-app} since this is the name of a variable.

> +uses Emacs standard completion to select an application installed on your
> +machine and launch it.")
> +    (license license:gpl3))))

License is actually gpl3+: it includes "or (at your option) any later
version".

Regards,
-- 
Nicolas Goaziou




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Sun, 18 Sep 2022 09:25:03 GMT) Full text and rfc822 format available.

Notification sent to Nicolas Graves <ngraves <at> ngraves.fr>:
bug acknowledged by developer. (Sun, 18 Sep 2022 09:25:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 16 Oct 2022 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 192 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.