all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53560] [PATCH] gnu: Add emacs-alsamixer-el.
@ 2022-01-26 21:23 jgart via Guix-patches via
  2022-01-26 22:42 ` [bug#53560] (no subject) jgart via Guix-patches via
  2022-01-28  8:13 ` bug#53560: [PATCH] gnu: Add emacs-alsamixer-el Nicolas Goaziou
  0 siblings, 2 replies; 3+ messages in thread
From: jgart via Guix-patches via @ 2022-01-26 21:23 UTC (permalink / raw)
  To: 53560; +Cc: jgart

* gnu/packages/emacs-xyz.scm (emacs-alsamixer-el): New variable.
---
 gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 68c10a2307..258c2b25b5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29965,6 +29965,27 @@ (define-public emacs-setup
 local macros are documented in the docstring for @code{setup}.")
     (license license:gpl3+)))
 
+(define-public emacs-alsamixer-el
+  (package
+    (name "emacs-alsamixer-el")
+    (version "0.2.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri
+        (git-reference
+         (url "https://github.com/remvee/alsamixer-el")
+         (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0c40vycphv5nf374rp8pnzvi50vlmgab3wrdq92hyprjw76gwxhk"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/remvee/alsamixer-el")
+    (synopsis "Emacs interface to amixer")
+    (description "@code{emacs-alsamixer-el} provides basic commands to control
+audio volume via amixer.")
+    (license license:gpl3+)))
+
 (define-public emacs-fennel-mode
   (package
     (name "emacs-fennel-mode")
-- 
2.34.1





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

* [bug#53560] (no subject)
  2022-01-26 21:23 [bug#53560] [PATCH] gnu: Add emacs-alsamixer-el jgart via Guix-patches via
@ 2022-01-26 22:42 ` jgart via Guix-patches via
  2022-01-28  8:13 ` bug#53560: [PATCH] gnu: Add emacs-alsamixer-el Nicolas Goaziou
  1 sibling, 0 replies; 3+ messages in thread
From: jgart via Guix-patches via @ 2022-01-26 22:42 UTC (permalink / raw)
  To: 53560


Hi, 

alsamixer.el provides basic commands to control audio volume via amixer.

I'll remove this package from guixrus pre-release channel once/if
accepted in GNU Guix upstream:

https://git.sr.ht/~whereiseveryone/guixrus/tree/master/item/guixrus/packages/emacs.scm#L46

all best,

jgart






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

* bug#53560: [PATCH] gnu: Add emacs-alsamixer-el.
  2022-01-26 21:23 [bug#53560] [PATCH] gnu: Add emacs-alsamixer-el jgart via Guix-patches via
  2022-01-26 22:42 ` [bug#53560] (no subject) jgart via Guix-patches via
@ 2022-01-28  8:13 ` Nicolas Goaziou
  1 sibling, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2022-01-28  8:13 UTC (permalink / raw)
  To: jgart via Guix-patches via; +Cc: 53560-done, jgart

Hello,

jgart via Guix-patches via <guix-patches@gnu.org> writes:

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

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2022-01-28  8:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-26 21:23 [bug#53560] [PATCH] gnu: Add emacs-alsamixer-el jgart via Guix-patches via
2022-01-26 22:42 ` [bug#53560] (no subject) jgart via Guix-patches via
2022-01-28  8:13 ` bug#53560: [PATCH] gnu: Add emacs-alsamixer-el Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.