unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#57770] [PATCH] gnu: Add emacs-app-launcher.
@ 2022-09-13 14:08 Nicolas Graves via Guix-patches via
  2022-09-18  9:24 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2022-09-13 14:08 UTC (permalink / raw)
  To: 57770; +Cc: ngraves

* 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





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

* [bug#57770] [PATCH] gnu: Add emacs-app-launcher.
  2022-09-13 14:08 [bug#57770] [PATCH] gnu: Add emacs-app-launcher Nicolas Graves via Guix-patches via
@ 2022-09-18  9:24 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-09-18  9:24 UTC (permalink / raw)
  To: 57770; +Cc: 57770-done, Nicolas Graves

Hello,

Nicolas Graves via Guix-patches via <guix-patches@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




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

end of thread, other threads:[~2022-09-18  9:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-13 14:08 [bug#57770] [PATCH] gnu: Add emacs-app-launcher Nicolas Graves via Guix-patches via
2022-09-18  9:24 ` Nicolas Goaziou

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