From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id ENaXHf09b2QvIAEASxT56A (envelope-from ) for ; Thu, 25 May 2023 12:52:45 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id sCljHf09b2QA3wAA9RJhRA (envelope-from ) for ; Thu, 25 May 2023 12:52:45 +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 33EAB12F1B for ; Thu, 25 May 2023 12:52:45 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q28Zg-0002af-5S; Thu, 25 May 2023 06:52:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q28Ze-0002a0-Vz for guix-patches@gnu.org; Thu, 25 May 2023 06:52:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1q28Ze-0006w8-NP for guix-patches@gnu.org; Thu, 25 May 2023 06:52:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1q28Ze-0007ru-Iz for guix-patches@gnu.org; Thu, 25 May 2023 06:52:02 -0400 Subject: bug#62874: [PATCH] gnu: Add mouseloupe. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 25 May 2023 10:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 62874 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ivan Gankevich Cc: 62874-done@debbugs.gnu.org Mail-Followup-To: 62874@debbugs.gnu.org, ludo@gnu.org, igankevich@capybaramail.xyz Received: via spool by 62874-done@debbugs.gnu.org id=D62874.168501190230185 (code D ref 62874); Thu, 25 May 2023 10:52:02 +0000 Received: (at 62874-done) by debbugs.gnu.org; 25 May 2023 10:51:42 +0000 Received: from localhost ([127.0.0.1]:46098 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q28ZJ-0007qk-J4 for submit@debbugs.gnu.org; Thu, 25 May 2023 06:51:41 -0400 Received: from eggs.gnu.org ([209.51.188.92]:43318) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q28ZE-0007pq-O8 for 62874-done@debbugs.gnu.org; Thu, 25 May 2023 06:51:40 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q28Z9-0006pW-FH; Thu, 25 May 2023 06:51:31 -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=t5uge7t5nKvqLGzubp2OzkZtTF4DREnqLMaVnfyuCPk=; b=AZNjGW/zq3d7Jczuw3U7 Lh18jE8NakCZs73+Hxy0X+9G/NDmXQSx6FeWbIhmBFIhAli5kz3sJlWAo06pNDz5iMMXavxpElQBH QrHOPPiG3L1PyYnzFNz5+FkYe5igHKsDrGvk1y3vmlwrjdCvxCM7SNjJkYZHdKb0InmVXUokVYmAf tnOEZSxIh72EcnCKorPBqFqTTFY5IT5K67paq/UqzKUVb6zddxUnFV7KA7/JC81pHNJsiHu6vYVn7 9gT7aU+wUfG1ZGOAq+Z0UtDA1k7oB6rgC+yYfGsLAy7bih8nVcsmorq/LVELa5R6D0nqbqDNr9+5b aRz27XqYG45USA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q28Z9-0002RL-2s; Thu, 25 May 2023 06:51:31 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20230415190107.31539-1-igankevich@capybaramail.xyz> Date: Thu, 25 May 2023 12:51:29 +0200 In-Reply-To: <20230415190107.31539-1-igankevich@capybaramail.xyz> (Ivan Gankevich's message of "Sat, 15 Apr 2023 21:01:08 +0200") Message-ID: <874jo0fzv2.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.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-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Seal: i=1; s=key1; d=yhetil.org; t=1685011965; a=rsa-sha256; cv=none; b=PkYNqjoifX9UMwbNJqBtIhQ98EWXz02W/Kc6FvNTYhxyyl5FAzadzaFFI7V/VVc4B0qKKc 2+Liho1a5wv4v8AZsfend/qDrJqNrjjOv/YlfiXNSNOmt90Qz1sbpwfq8DjTA6X3AkqEU7 xiMp1cPWUeQSYJl9ZvklQ5R6KrIZrzGkBIlBwydRucz6n9z1x1rljWKdKKzjCLIO7NAbGf 7g7zHyFqR3HC6I968Ui14CFzBvSKVFvdJFWmlGyr8VUrBPIt55eww6sxh16ZgSxLoHgNMK 7K3YBauRay15SqqUIdKUJT5DsP1C0frOJzzY45LJwEHxXktUIl4Jvcp+SZVhbA== 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="AZNjGW/z"; 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1685011965; 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=t5uge7t5nKvqLGzubp2OzkZtTF4DREnqLMaVnfyuCPk=; b=K1EnDsHawpyGSyXlVexwTXChCCdcyNCWikHmu8jpgVy7SmHaq8vomIIitWaEEbxOoJLke/ 38Gwk427FA3niqO7e6m1hyiUP/F+nQ0w9PPZ4UBVMJfx37nzGY3kbpqmnTOHVn25WLF9bx dbanuQES+rsNRZQOoBbCQCqxXAAJsCgK3n9CI6sRGYNcT8ARpne+Aqu17sxQsPEAf9CEwC HRr1MidvSj85N+PtFfciBYXlcHznhbhll5uUwh6ojudZvs6o3vT09Ivh8AmDfM5to98lZb WvhM9KQHbcAzwGeYbwxEIItsfdGY0rn7TVSLKYKNoe/prbuVazHE4fZziYhmaQ== X-Migadu-Spam-Score: -4.87 X-Spam-Score: -4.87 X-Migadu-Queue-Id: 33EAB12F1B X-Migadu-Scanner: scn0.migadu.com Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="AZNjGW/z"; 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-TUID: 4yjjXqflUh0G Hi, Ivan Gankevich skribis: > * gnu/packages/accessibility.scm (mouseloupe): New variable. > --- > Hello. > > I've added a magnifying tool for X11. This is an old package but still wo= rks. Indeed. :-) Applied, thanks! Ludo=E2=80=99.