From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id oKnfHAMZa2IKKQAAbAwnHQ (envelope-from ) for ; Fri, 29 Apr 2022 00:45:23 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id OEeRHAMZa2KD5AAAauVa8A (envelope-from ) for ; Fri, 29 Apr 2022 00:45:23 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id EB938402C2 for ; Fri, 29 Apr 2022 00:45:22 +0200 (CEST) Received: from localhost ([::1]:40262 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nkCt0-0006c5-31 for larch@yhetil.org; Thu, 28 Apr 2022 18:45:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:32846) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nkCsh-0006bC-2Q for guix-patches@gnu.org; Thu, 28 Apr 2022 18:45:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56357) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nkCsg-0002hV-O8 for guix-patches@gnu.org; Thu, 28 Apr 2022 18:45:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nkCsg-0003WM-HN for guix-patches@gnu.org; Thu, 28 Apr 2022 18:45:02 -0400 Subject: bug#55046: [PATCH 1/2] gnu: avizo: Add 1.2 Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 28 Apr 2022 22:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 55046 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Pier-Hugues Pellerin Cc: 55046-done@debbugs.gnu.org Mail-Followup-To: 55046@debbugs.gnu.org, ludo@gnu.org, ph@heykimo.com Received: via spool by 55046-done@debbugs.gnu.org id=D55046.165118590013511 (code D ref 55046); Thu, 28 Apr 2022 22:45:02 +0000 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= 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-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1651185923; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=YHccEkuA7X/fZ24qm0YyHJ42wOZzvs6Z14pGyK+tSeA=; b=CipiO/YQFcaO7HkrLUn2S5+/Fe8h7L3u3gi6Acg7oZovtwK3aolFYZgrjmtPf2bcXPS4Ei Cc0bSvZq+o8Edk7nFOCeN/dlu5TAHlDbt33xKoZQKb/7UlKjd32sdNTC2lbS30anXsncsX u3Y33vlcz4IaIyGtuuHWbxehrDtTAF0mqSULMjbBfucepLeK3idapav11w10uW/tU+vdUJ a8KBFM94B2+dX2BwL/tdLbelkL28cA1nXXD9L1S7CsopXHDB7sBQ8qtbIAzZqDJ3bE+HnM QHfbDCnLtdhAOUGdoCJLZypLcjOetIqwhDPRfJdmCuu9MoDIrM0mdLAFief7tA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1651185923; a=rsa-sha256; cv=none; b=Q1A7lFW8rtHz6OWX/lxpI24eItES7/0xpYikMurbWK0ig6vDI5+ip0TlLoKhn9RdRYu9iC Rwmii+v7VY8CFkGiQSXejyF/YNkjCZzCWuGpoysULycsmd0U8OFxV4HB91dyCxoL0lBDvI ozcwXbRtgyvEOh+70qQDbLZRMMztlvMUY9oyfb83sUMgRwzEVMQZzFQ7jFE/fOj+fiKF4X 9XLdwqRPwnOkbIXAOTzc4xJseK5+I6jtW38PHrRACuXwcfRyuqgdAwGHzuBXRJaFET0Ovl c5XOvDNaW6pMxF7vtUQC0Qth13ZYv29I3IIkEjN8uoiJXDMi6K/GwoSI1kouqQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=iP0nQvo9; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.90 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=iP0nQvo9; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: EB938402C2 X-Spam-Score: -3.90 X-Migadu-Scanner: scn1.migadu.com X-TUID: m78DVR761mek 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.