From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:55195) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iMIj9-0008PL-UW for guix-patches@gnu.org; Sun, 20 Oct 2019 17:27:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iMIj8-0000pu-RS for guix-patches@gnu.org; Sun, 20 Oct 2019 17:27:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46562) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iMIj8-0000pk-Nq for guix-patches@gnu.org; Sun, 20 Oct 2019 17:27:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iMIj8-0005hV-Jd for guix-patches@gnu.org; Sun, 20 Oct 2019 17:27:02 -0400 Subject: bug#37738: [PATCH] gnu: add lxqt-connman-applet Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <5f405186-9136-4470-b5d8-5ad35743139a@www.fastmail.com> <878spi5qvq.fsf@gnu.org> <433034AB-FB22-4FD9-8579-9EC1EB0F67F0@pantherx.org> <87pnitzr6t.fsf@gnu.org> Date: Sun, 20 Oct 2019 23:26:01 +0200 In-Reply-To: (Reza Alizadeh Majd's message of "Sat, 19 Oct 2019 15:24:56 +0330") Message-ID: <87a79vp0ra.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: Reza Alizadeh Majd Cc: 37738-done@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, "Reza Alizadeh Majd" skribis: > From d59861d1b422d1fd1b61fec9bf7d01f9aa6f8816 Mon Sep 17 00:00:00 2001 > From: Reza Alizadeh Majd > Date: Sun, 13 Oct 2019 20:55:21 +0330 > Subject: [PATCH] gnu: add lxqt-connman-applet > > * gnu/packages/lxqt.scm (lxqt-connman-applet) New variable. Great! Applied with the minor tweak below to make the description a full sentence and give a bit of context. Thanks, Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm index 375fb1ffe1..8d5d3522ec 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -1320,8 +1320,9 @@ like @command{tar} and @command{zip}.") #t))))) (home-page "https://github.com/lxqt/lxqt-connman-applet") (synopsis "System-tray applet for connman") - (description "Qt based system-tray applet for @code{connman}, -originally developed for @code{lxqt} desktop.") + (description "This package provides a Qt-based system-tray applet for +the network management tool Connman, originally developed for the LXQT +desktop.") (license license:lgpl2.1+)))) ;; The LXQt Desktop Environment --=-=-=--