From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:34722) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jRHBO-0001nw-V1 for guix-patches@gnu.org; Wed, 22 Apr 2020 11:21:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jRHBO-0001aV-EN for guix-patches@gnu.org; Wed, 22 Apr 2020 11:21:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41357) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jRHBO-0001aG-0n for guix-patches@gnu.org; Wed, 22 Apr 2020 11:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jRHBN-0001QA-Rx for guix-patches@gnu.org; Wed, 22 Apr 2020 11:21:01 -0400 Subject: bug#40646: gnu: Add blueman. (v2) Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87mu773ekd.fsf@gnu.org> <20200415135234.3bd638ea.raghavgururajan@disroot.org> <87ftcz15i4.fsf@gnu.org> <1082E275-C6A5-4D33-997F-2E45C7A36BB4@disroot.org> <20200420021032.3f191a82.raghavgururajan@disroot.org> Date: Wed, 22 Apr 2020 17:20:37 +0200 In-Reply-To: <20200420021032.3f191a82.raghavgururajan@disroot.org> (Raghav Gururajan's message of "Mon, 20 Apr 2020 02:10:32 -0400") Message-ID: <87eesfwnqy.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Raghav Gururajan Cc: 40646-done@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, Raghav Gururajan skribis: > From 8278afcea18d19324b790343e3a047bc9ab567d7 Mon Sep 17 00:00:00 2001 > From: Raghav Gururajan > 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=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline 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+))) --=-=-=--