From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 8JOVHTjreGKMOwAAbAwnHQ (envelope-from ) for ; Mon, 09 May 2022 12:21:44 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id QEqtHTjreGLbcQAA9RJhRA (envelope-from ) for ; Mon, 09 May 2022 12:21:44 +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 2E197F840 for ; Mon, 9 May 2022 12:21:44 +0200 (CEST) Received: from localhost ([::1]:36434 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1no0WN-0005ya-1m for larch@yhetil.org; Mon, 09 May 2022 06:21:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46686) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1no0J8-0004Z9-OZ for guix-patches@gnu.org; Mon, 09 May 2022 06:08:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34094) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1no0J8-0007Mm-Ed for guix-patches@gnu.org; Mon, 09 May 2022 06:08:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1no0J8-0007yj-9z for guix-patches@gnu.org; Mon, 09 May 2022 06:08:02 -0400 Subject: bug#55276: [PATCH] gnu: Add xkblayout. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 09 May 2022 10:08:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 55276 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Attila Lendvai Cc: 55276-done@debbugs.gnu.org, Maxime Devos Mail-Followup-To: 55276@debbugs.gnu.org, ludo@gnu.org, attila@lendvai.name Received: via spool by 55276-done@debbugs.gnu.org id=D55276.165209083230598 (code D ref 55276); Mon, 09 May 2022 10:08:02 +0000 Received: (at 55276-done) by debbugs.gnu.org; 9 May 2022 10:07:12 +0000 Received: from localhost ([127.0.0.1]:56223 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1no0I6-0007wm-AH for submit@debbugs.gnu.org; Mon, 09 May 2022 06:07:12 -0400 Received: from eggs.gnu.org ([209.51.188.92]:53100) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1no0I4-0007wZ-47 for 55276-done@debbugs.gnu.org; Mon, 09 May 2022 06:06:56 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:48148) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1no0Hx-0007C7-VL; Mon, 09 May 2022 06:06:49 -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=ZbaBd9OJ9KvLodnJrViPwF6tQuaIwP0nl64d+wDcyxc=; b=De7NHd3FX6mEzS33tuva qcO/m/zGrU+CaNq7l5FdW7yB0TGgOsrhqoc6Ab4tHDSFdwrs/E+zbAsiNBqujgXWEWqPfB7yHtxLt wcAvRyp8HwNx+2O0hQXxcAW+nLtTdwmSfAkORQKtjHVgcFIfS3JUIWWiJcpDeBkGKM1sHcrRA1IBb 8boMwsMwfYaqKBvjw7ftV/SY6UMpyjpRRKd/NqoPvhuaRyPxTiDHvrPIaWv5RDIoZFqkVdV7GB9lS g4fuKEnCSeQLWnPYgvTdqiZsAZflwj+XsAInsRXOU8YGpWR97gVhDoobrsY6fcYFL7vFS67lknKeV 9j1AGRSG86T1sg==; Received: from [193.50.110.244] (port=52680 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1no0Hx-0003Ph-Gh; Mon, 09 May 2022 06:06:49 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220505164658.4654-1-attila@lendvai.name> <20220506062254.8926-1-attila@lendvai.name> Date: Mon, 09 May 2022 12:06:47 +0200 In-Reply-To: <20220506062254.8926-1-attila@lendvai.name> (Attila Lendvai's message of "Fri, 6 May 2022 08:22:55 +0200") Message-ID: <87v8ufqatk.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=1652091704; 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=ZbaBd9OJ9KvLodnJrViPwF6tQuaIwP0nl64d+wDcyxc=; b=L6De0DUcirdrc1Vdsig4XnIOIm99BUrRZwSNWemVxrTXF8HHzcXKMOasRhW7p90ysyQBU3 14UEJ+xI86r2YMYJ2kRwK+ml7w9S/QXfp9Hy3ayPpBQ8Comzvoyef1RP7eFBFf39pFC9Pn Xmr2fA4KoZOVDkITJXh6SiE4fcjQtmx3XSeHYo6tJ/nQVfp3Qu6x84GGvFwG50Arj5/bSD 9KD7oymd05uJZVPSrpgbpIoJ+HS9Rr4s6qJ6YJ4kV+VmKfZX09XBvbD2T7OG0+Oq5LH1mn KzR3dxF70p3kaQ3em48tGJQ3tz8+cTEvskIzYP4KaiuzaZYn2yCv9AxsAFbjOA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1652091704; a=rsa-sha256; cv=none; b=SBE2QRwKDaT4pwQNCpYgQ5KbZn9mq18ZxvYBRocBlJ9dXywOw35cuWeevn1sMQFGeXCoDl K3Vw8ug6IC1VqoSPtaAsI73kPctiERJY2L7EQk2uICNWPZq2sHV+4ST4hWen/RlkpF2N71 hLlACPwLeTV+3zf8Bn7gNKL3h08RLp0rGgSETmn5zP0TYSiEPo/dq1jFeG8DhmInTJHmce RXbOjGvEWzZhDd+YL1RL2VHSWtY8/znXlhiAHKtUxq+y/SgkUP28Wq/1I5nzGawm/uB7xb MBuZS3kGpnOhIEWfYtvc0CER6VzzXYRrHwuZ5hBA43LTyb2xpZlipbWJfN2PyQ== 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=De7NHd3F; 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: -4.70 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=De7NHd3F; 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: 2E197F840 X-Spam-Score: -4.70 X-Migadu-Scanner: scn0.migadu.com X-TUID: iqT+4BbrAHZK Hi, Attila Lendvai skribis: > * gnu/packages/xdisorg.scm (xkblayout): New variable. Applied, thanks! And thanks to Maxime for reviewing. Ludo=E2=80=99.