From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:48804) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iLOpf-0005iy-FT for guix-patches@gnu.org; Fri, 18 Oct 2019 05:46:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iLOpe-0004N0-Ac for guix-patches@gnu.org; Fri, 18 Oct 2019 05:46:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40578) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iLOpe-0004Mr-7D for guix-patches@gnu.org; Fri, 18 Oct 2019 05:46:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iLOpe-0004Eb-2y for guix-patches@gnu.org; Fri, 18 Oct 2019 05:46:02 -0400 Subject: [bug#37738] [PATCH] gnu: add lxqt-connman-applet Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <5f405186-9136-4470-b5d8-5ad35743139a@www.fastmail.com> Date: Fri, 18 Oct 2019 11:45:13 +0200 In-Reply-To: <5f405186-9136-4470-b5d8-5ad35743139a@www.fastmail.com> (Reza Alizadeh Majd's message of "Sun, 13 Oct 2019 22:19:01 +0330") Message-ID: <878spi5qvq.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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@debbugs.gnu.org Hi Reza, "Reza Alizadeh Majd" skribis: > From c3756518da1289ec7f7cc803e624632aa21aed01 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. Nice. A few comments/questions: > +(define-public lxqt-connman-applet > + (let ((commit "3db374eebd8d851f68a50fc5d1ef5fa9478c275e") > + (revision "0")) Why did you choose this specific commit? Normally we only package upstream releases (tags); we resort to commits in between releases only when there=E2=80=99s a good reason to do that, and= in that cases it=E2=80=99s better to add a comment explaining why we did that. > + (arguments > + `(#:tests? #f Could you add a comment explaining why tests are disabled? > + (home-page "https://github.com/lxqt/lxqt-connman-applet") > + (synopsis "System-tray applet for connman") > + (description "LXQt based system-tray applet for connman") Please write a full description: https://guix.gnu.org/manual/en/html_node/Synopses-and-Descriptions.html Apart from that the patch LGTM. Could you send an updated patch? Thank you! Ludo=E2=80=99.