unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42171] [PATCH] gnu: Add emacs-bluetooth.
@ 2020-07-03  4:19 Morgan.J.Smith
  2020-07-03 22:51 ` bug#42171: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Morgan.J.Smith @ 2020-07-03  4:19 UTC (permalink / raw)
  To: 42171; +Cc: Morgan Smith

From: Morgan Smith <Morgan.J.Smith@outlook.com>

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1941379dea..8aaa19e615 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23403,3 +23403,32 @@ easily.  Four pre-set options are: @samp{shell}, @samp{terminal},
 @samp{ansi-term}, and @samp{eshell}.  You can also set your custom shell if
 you use some other configuration.")
       (license license:gpl3+))))
+
+(define-public emacs-bluetooth
+  (package
+   (name "emacs-bluetooth")
+   (version "0.1.2")
+   (source (origin
+            (method git-fetch)
+            (uri (git-reference
+                  (url "https://gitlab.com/rstocker/emacs-bluetooth")
+                  (commit version)))
+            (file-name (git-file-name name version))
+            (sha256
+             (base32
+              "1vxpi3jkx066dg57m0yaf3m689zai938rn0s7qn7aga7m8lcmvm0"))))
+   (build-system emacs-build-system)
+   (inputs `(("bluez" ,bluez)))
+   (propagated-inputs
+    `(("emacs-dash" ,emacs-dash)))
+   (home-page "https://gitlab.com/rstocker/emacs-bluetooth")
+   (synopsis "Manage Bluetooth devices using an Emacs UI")
+   (description "Supports the following actions:
+(un-)pairing devices,
+(dis-)connecting,
+discovery mode,
+setting device properties (alias, blocked, trusted),
+setting adapter properties (powered, discoverable, pairable),
+showing device information (alias, address, RSSI, class, services),
+Imenu integration")
+   (license license:gpl3+)))
-- 
2.27.0





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

* bug#42171: [PATCH] gnu: Add emacs-bluetooth.
  2020-07-03  4:19 [bug#42171] [PATCH] gnu: Add emacs-bluetooth Morgan.J.Smith
@ 2020-07-03 22:51 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-07-03 22:51 UTC (permalink / raw)
  To: Morgan.J.Smith; +Cc: 42171-done

Hello,

Morgan.J.Smith@outlook.com writes:

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

Thanks. 

I switched to GNU ELPA repository and pushed. I fumbled in the patch
attribution in the process, sorry about that.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2020-07-03 22:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-03  4:19 [bug#42171] [PATCH] gnu: Add emacs-bluetooth Morgan.J.Smith
2020-07-03 22:51 ` bug#42171: " 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).