unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#57897] [PATCH 0/1] Add emacs-emprise
@ 2022-09-17 23:23 Fredrik Salomonsson
  2022-09-17 23:26 ` [bug#57897] [PATCH 1/1] gnu: " Fredrik Salomonsson
  0 siblings, 1 reply; 3+ messages in thread
From: Fredrik Salomonsson @ 2022-09-17 23:23 UTC (permalink / raw)
  To: 57897; +Cc: Fredrik Salomonsson

A package to control MPRIS supported media players form Emacs.

Fredrik Salomonsson (1):
  gnu: Add emacs-emprise.

 gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)


base-commit: c54ef97c80f98fba77304efc560945fe78a4bafb
-- 
2.37.3





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

* [bug#57897] [PATCH 1/1] gnu: Add emacs-emprise.
  2022-09-17 23:23 [bug#57897] [PATCH 0/1] Add emacs-emprise Fredrik Salomonsson
@ 2022-09-17 23:26 ` Fredrik Salomonsson
  2022-09-18  9:31   ` bug#57897: " Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: Fredrik Salomonsson @ 2022-09-17 23:26 UTC (permalink / raw)
  To: 57897; +Cc: Fredrik Salomonsson

* gnu/packages/emacs-xyz.scm (emacs-emprise): 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 d99df6cc69..282bffa274 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2572,6 +2572,29 @@ (define-public emacs-emms-mode-line-cycle
 within a specified width.  It is useful for displaying long track titles.")
     (license license:gpl3+)))
 
+(define-public emacs-emprise
+  (package
+   (name "emacs-emprise")
+   (version "0.3.0")
+   (source
+    (origin
+     (method git-fetch)
+     (uri (git-reference
+           (url "https://git.sr.ht/~plattfot/emprise")
+           (commit (string-append "v" version))))
+     (sha256
+      (base32
+       "0yddvvpjdcgsiwv24jbddkgl5r1lxgz037akjln6z9acx9qrc8px"))
+     (file-name (git-file-name name version))))
+   (build-system emacs-build-system)
+   (home-page "https://sr.ht/~plattfot/emprise/")
+   (synopsis "Control MPRIS supported media players from Emacs")
+   (description "This package provides a set of commands to control media players that
+supports the MPRIS D-bus protocol from Emacs.  Using Emacs'
+completing-read framework as the user interface, which integrates well
+with vertico or selectrum.")
+   (license license:gpl3+)))
+
 \f
 ;;;
 ;;; Miscellaneous.
-- 
2.37.3





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

* bug#57897: [PATCH 1/1] gnu: Add emacs-emprise.
  2022-09-17 23:26 ` [bug#57897] [PATCH 1/1] gnu: " Fredrik Salomonsson
@ 2022-09-18  9:31   ` Nicolas Goaziou
  0 siblings, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2022-09-18  9:31 UTC (permalink / raw)
  To: Fredrik Salomonsson; +Cc: 57897-done

Hello,

Fredrik Salomonsson <plattfot@posteo.net> writes:

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

Thank you. Applied with the changes below.

> +   (description "This package provides a set of commands to control media players that
> +supports the MPRIS D-bus protocol from Emacs.  Using Emacs'
> +completing-read framework as the user interface, which integrates well
> +with vertico or selectrum.")

I expounded MPRIS acronym. I also capitalized project names: Completing
Read, Vertico, Selectrum.

Regards,
-- 
Nicolas Goaziou




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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-17 23:23 [bug#57897] [PATCH 0/1] Add emacs-emprise Fredrik Salomonsson
2022-09-17 23:26 ` [bug#57897] [PATCH 1/1] gnu: " Fredrik Salomonsson
2022-09-18  9:31   ` bug#57897: " 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).