emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#42171: closed ([PATCH] gnu: Add emacs-bluetooth.)


From: GNU bug Tracking System
Subject: bug#42171: closed ([PATCH] gnu: Add emacs-bluetooth.)
Date: Fri, 03 Jul 2020 22:52:01 +0000

Your message dated Sat, 04 Jul 2020 00:51:18 +0200
with message-id <87tuyo5i1l.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#42171] [PATCH] gnu: Add emacs-bluetooth.
has caused the debbugs.gnu.org bug report #42171,
regarding [PATCH] gnu: Add emacs-bluetooth.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
42171: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42171
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-bluetooth. Date: Fri, 3 Jul 2020 00:19:37 -0400
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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#42171] [PATCH] gnu: Add emacs-bluetooth. Date: Sat, 04 Jul 2020 00:51:18 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]