GNU bug report logs - #42171
[PATCH] gnu: Add emacs-bluetooth.

Previous Next

Package: guix-patches;

Reported by: Morgan.J.Smith <at> outlook.com

Date: Fri, 3 Jul 2020 04:21:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 42171 in the body.
You can then email your comments to 42171 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#42171; Package guix-patches. (Fri, 03 Jul 2020 04:21:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Morgan.J.Smith <at> outlook.com:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 03 Jul 2020 04:21:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Morgan.J.Smith <at> outlook.com
To: guix-patches <at> gnu.org
Cc: Morgan Smith <Morgan.J.Smith <at> outlook.com>
Subject: [PATCH] gnu: Add emacs-bluetooth.
Date: Fri,  3 Jul 2020 00:19:37 -0400
From: Morgan Smith <Morgan.J.Smith <at> 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





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Fri, 03 Jul 2020 22:52:01 GMT) Full text and rfc822 format available.

Notification sent to Morgan.J.Smith <at> outlook.com:
bug acknowledged by developer. (Fri, 03 Jul 2020 22:52:01 GMT) Full text and rfc822 format available.

Message #10 received at 42171-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Morgan.J.Smith <at> outlook.com
Cc: 42171-done <at> debbugs.gnu.org
Subject: Re: [bug#42171] [PATCH] gnu: Add emacs-bluetooth.
Date: Sat, 04 Jul 2020 00:51:18 +0200
Hello,

Morgan.J.Smith <at> 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




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 01 Aug 2020 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 240 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.