[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#40646: gnu: Add blueman. (v2)
From: |
Ludovic Courtès |
Subject: |
bug#40646: gnu: Add blueman. (v2) |
Date: |
Wed, 22 Apr 2020 17:20:37 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Hi,
Raghav Gururajan <address@hidden> skribis:
> From 8278afcea18d19324b790343e3a047bc9ab567d7 Mon Sep 17 00:00:00 2001
> From: Raghav Gururajan <address@hidden>
> Date: Mon, 20 Apr 2020 02:05:49 -0400
> Subject: [PATCH] gnu: Add blueman.
>
> * gnu/packages/networking.scm (blueman): New variable.
Applied with the cosmetic changes below. Thanks!
Ludo’.
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 9864783bd4..6231632c06 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -167,9 +167,10 @@
("pygobject" ,python-pygobject)
("python" ,python-wrapper)
("libnm" ,libnma)))
- (synopsis "GTK+ Bluetooth Manager")
- (description "Blueman is a bluetooth management utility using bluez dbus
-backend. It is designed to be easy to use for most common bluetooth tasks.")
+ (synopsis "GTK+ Bluetooth manager")
+ (description "Blueman is a Bluetooth management utility using the Bluez
+D-Bus backend. It is designed to be easy to use for most common Bluetooth
+tasks.")
(home-page "https://github.com/blueman-project/blueman")
(license license:gpl3+)))