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

Allows to show playback status, artist name and title when using Emprise.

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

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


base-commit: fc07082fe3d750c85282c4aa57d01a36ebe9296b
-- 
2.37.3





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

* [bug#58056] [PATCH 1/1] gnu: Add emacs-marginalia-emprise.
  2022-09-25  1:11 [bug#58056] [PATCH 0/1] Add emacs-marginalia-emprise Fredrik Salomonsson
@ 2022-09-25  1:14 ` Fredrik Salomonsson
  2022-09-25 13:19   ` bug#58056: " Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: Fredrik Salomonsson @ 2022-09-25  1:14 UTC (permalink / raw)
  To: 58056; +Cc: Fredrik Salomonsson

* gnu/packages/emacs-xyz.scm (emacs-marginalia-emprise): New variable.
---
 gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0e3e0be3b8..a2689d70e4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2623,6 +2623,31 @@ (define-public emacs-emprise
 Selectrum.")
     (license license:gpl3+)))
 
+(define-public emacs-marginalia-emprise
+  (package
+   (name "emacs-marginalia-emprise")
+   (version "0.2.0")
+   (source
+    (origin
+     (method git-fetch)
+     (uri (git-reference
+           (url "https://git.sr.ht/~plattfot/marginalia-emprise")
+           (commit (string-append "v" version))))
+     (sha256
+      (base32
+       "1kbk3kgvv1k5zdysvpgcsbxiwn4la3vvnmv3sbzxq7q5v5cr4a54"))
+     (file-name (git-file-name name version))))
+   (build-system emacs-build-system)
+   (propagated-inputs
+    (list
+     emacs-emprise
+     emacs-marginalia))
+   (home-page "https://sr.ht/~plattfot/emprise/")
+   (synopsis "Annotate Emprise with Marginalia")
+   (description "This package provides an annotation function to show playback
+status, artist name and title for Emprise using Marginalia.")
+   (license license:gpl3+)))
+
 \f
 ;;;
 ;;; Miscellaneous.
-- 
2.37.3





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

* bug#58056: [PATCH 1/1] gnu: Add emacs-marginalia-emprise.
  2022-09-25  1:14 ` [bug#58056] [PATCH 1/1] gnu: " Fredrik Salomonsson
@ 2022-09-25 13:19   ` Nicolas Goaziou
  0 siblings, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2022-09-25 13:19 UTC (permalink / raw)
  To: Fredrik Salomonsson; +Cc: 58056-done

Hello,

Fredrik Salomonsson <plattfot@posteo.net> writes:

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

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-25  1:11 [bug#58056] [PATCH 0/1] Add emacs-marginalia-emprise Fredrik Salomonsson
2022-09-25  1:14 ` [bug#58056] [PATCH 1/1] gnu: " Fredrik Salomonsson
2022-09-25 13:19   ` bug#58056: " 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).