From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 28 18:45:00 2022 Received: (at 55046-done) by debbugs.gnu.org; 28 Apr 2022 22:45:00 +0000 Received: from localhost ([127.0.0.1]:50253 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nkCse-0003Vq-Hr for submit@debbugs.gnu.org; Thu, 28 Apr 2022 18:45:00 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39510) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nkCsc-0003Ve-W9 for 55046-done@debbugs.gnu.org; Thu, 28 Apr 2022 18:44:59 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:33506) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nkCsX-0002dT-Mr; Thu, 28 Apr 2022 18:44:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=YHccEkuA7X/fZ24qm0YyHJ42wOZzvs6Z14pGyK+tSeA=; b=iP0nQvo9OI7Q5ij4KpZK 5J9yevgEPb2mNecKvBL3t6tZLDuerwAxLWtrYGYQZ0XoH+IPsdO9med3ASF3YqijQ8O5G01yIf3KM AdDZbPYSBtkxd15s6qRd+yUhRQ7QegtjB0D5w0lplhSM/mkqjMw69tKmGMfyP+R79QpLBpJYVp66G TpsVCJcI9hYGXZtbvrsEBj0Jf/vdYcfEiJ8OsJ16MHJ3Dn4JXvmrT3DGaVpMpvQj40eDlIHMU67ai LSdy2f7KfnsTxtETU6hz6BJoptjA+dCcYJwKM9dx/uG6U0n/flvWylQter3830D7snRT9VhOTmvJm MhaNhL5adypo6w==; Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=38888 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nkCsX-0000Kj-8D; Thu, 28 Apr 2022 18:44:53 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Pier-Hugues Pellerin Subject: Re: bug#55046: [PATCH 1/2] gnu: avizo: Add 1.2 References: <20220420215745.32012-1-ph@heykimo.com> Date: Fri, 29 Apr 2022 00:44:51 +0200 In-Reply-To: <20220420215745.32012-1-ph@heykimo.com> (Pier-Hugues Pellerin's message of "Wed, 20 Apr 2022 17:57:45 -0400") Message-ID: <87pml0akv0.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 55046-done Cc: 55046-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Pier-Hugues Pellerin skribis: > Avizo is a simple notification daemon, mainly intended to be used for > multimedia keys. > --- > gnu/packages/xdisorg.scm | 29 +++++++++++++++++++++++++++++ Hi! Pushed as 313ae43f51b6571c64642645cdc9d63e2f886114. I took the liberty to make a couple of changes: moving it to wm.scm (next to Sway), running =E2=80=98guix style -S inputs=E2=80=99 and =E2=80= =98guix style=E2=80=99, and adjusting the synopsis as reported by =E2=80=98guix lint=E2=80=99. Let me know if anything is amiss. Thanks! Ludo=E2=80=99.