From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 15 05:36:49 2020 Received: (at submit) by debbugs.gnu.org; 15 Mar 2020 09:36:49 +0000 Received: from localhost ([127.0.0.1]:34246 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jDPhL-0004TC-0Q for submit@debbugs.gnu.org; Sun, 15 Mar 2020 05:36:49 -0400 Received: from lists.gnu.org ([209.51.188.17]:45216) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jDPhF-0004T1-VL for submit@debbugs.gnu.org; Sun, 15 Mar 2020 05:36:42 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43069) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jDPhE-0006jO-D8 for guix-patches@gnu.org; Sun, 15 Mar 2020 05:36:37 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jDPhC-0007AT-O4 for guix-patches@gnu.org; Sun, 15 Mar 2020 05:36:35 -0400 Received: from mout-p-102.mailbox.org ([2001:67c:2050::465:102]:54574) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jDPhC-0006zJ-AB for guix-patches@gnu.org; Sun, 15 Mar 2020 05:36:34 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:105:465:1:1:0]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 48gDpQ3SwlzKmKw for ; Sun, 15 Mar 2020 10:36:30 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1584264988; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=QUJYyIG+tteX6kPkza1EopRbi7WihkjctY4+BJVN9NE=; b=F9WQ86yeOUF8M2oNSarJHNdrLFF1agrJM3NvxPv0v1FOk2qglf8BNCO2RIKcgk4LePkWMo yhWvhcb+ewruUZrlLFQeUH+92GvzK/13xBHHqqlQYpEBHv/NU3+ZOHLscj1kVabH1i/TOL FeD2NpghEj/Ex8TxHBL6iV1opHWi0tM+SJULvY3PiWJIBL/BpbQjbflTXjiJw3ahwxFRs5 gO3MohtkcIadES1jprNxevK2L8mm/ZpqCYV1rucq+SWNqHl6rIPWAyLoEZVdvut+dxhqAH AyP1OkUto30EQfh6AqBbJ5tzEiS6jpCFYLYUiK02hlvSTamLKwLa7E9+cR43Sg== Received: from smtp1.mailbox.org ([80.241.60.240]) by spamfilter04.heinlein-hosting.de (spamfilter04.heinlein-hosting.de [80.241.56.122]) (amavisd-new, port 10030) with ESMTP id VPjA9yOuowmg for ; Sun, 15 Mar 2020 10:36:26 +0100 (CET) From: Brendan Tildesley To: guix-patches@gnu.org Subject: [PATCH] gnu: Add wev. Date: Sun, 15 Mar 2020 20:36:16 +1100 Message-Id: <20200315093616.12884-1-mail@brendan.scot> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2001:67c:2050::465:102 X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/freedesktop.scm (wev): New variable. --- gnu/packages/freedesktop.scm | 40 +++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 1244da4fa0..b9811fb60e 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -10,7 +10,7 @@ ;;; [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: netris.org] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [209.51.188.17 listed in list.dnswl.org] 0.7 SPF_NEUTRAL SPF: sender does not match SPF record (neutral) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] X-Debbugs-Envelope-To: submit 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: 1.7 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/freedesktop.scm (wev): New variable. --- gnu/packages/freedesktop.scm | 40 +++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 1244da4fa0..b9811fb60e 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -10,7 +10,7 @@ ;;; [...] Content analysis details: (1.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: brendan.scot] 0.7 SPF_NEUTRAL SPF: sender does not match SPF record (neutral) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/freedesktop.scm (wev): New variable. --- gnu/packages/freedesktop.scm | 40 +++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 1244da4fa0..b9811fb60e 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -10,7 +10,7 @@ ;;; Copyright =C2=A9 2017, 2018 Mark H Weaver ;;; Copyright =C2=A9 2017, 2018, 2019, 2020 Marius Bakke ;;; Copyright =C2=A9 2017, 2018, 2019 Rutger Helling -;;; Copyright =C2=A9 2017 Brendan Tildesley +;;; Copyright =C2=A9 2017, 2020 Brendan Tildesley ;;; Copyright =C2=A9 2018, 2020 Tobias Geerinckx-Rice ;;; Copyright =C2=A9 2018 Pierre Neidhardt ;;; Copyright =C2=A9 2018 Stefan Stefanovi=C4=87 @@ -72,6 +72,7 @@ #:use-module (gnu packages libunwind) #:use-module (gnu packages libusb) #:use-module (gnu packages linux) + #:use-module (gnu packages man) #:use-module (gnu packages m4) #:use-module (gnu packages nss) #:use-module (gnu packages perl) @@ -804,6 +805,43 @@ composes the final output. A Wayland compositor is = essentially a multiplexer to the KMS/DRM Linux kernel devices.") (license license:expat))) =20 +(define-public wev + ;; There simple tool has no version or release yet. + (let ((commit "cee3dfb2a8b40ee303611018c68ae182d84a7f46")) + (package + (name "wev") + (version (string-append "2020-02-06-" (string-take commit 8))) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://git.sr.ht/~sircmpwn/wev") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0l71v3fzgiiv6xkk365q1l08qvaymxd4kpaya6r2g8yzkr7i2hms"= )))) + (build-system gnu-build-system) + (arguments + `(#:tests? #f ; no tests + #:make-flags + (list "CC=3Dgcc" (string-append "PREFIX=3D" (assoc-ref %outputs= "out"))) + #:phases + (modify-phases %standard-phases + (delete 'configure)))) + (native-inputs + `(("pkg-config" ,pkg-config) + ("scdoc" ,scdoc))) + (inputs + `(("libxkbcommon" ,libxkbcommon) + ("wayland" ,wayland) + ("wayland-protocols" ,wayland-protocols))) + (home-page "https://git.sr.ht/~sircmpwn/wev") + (synopsis "Wayland event viewer") + (description "Wev is a tool that opens a window, printing all even= ts +sent to a Wayland window, such as key presses. It is analogous to the X= 11 tool +XEv.") + (license license:expat)))) + (define-public exempi (package (name "exempi") --=20 2.25.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 20 14:08:00 2020 Received: (at 40070-done) by debbugs.gnu.org; 20 Mar 2020 18:08:00 +0000 Received: from localhost ([127.0.0.1]:45568 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jFM3s-00036N-1W for submit@debbugs.gnu.org; Fri, 20 Mar 2020 14:08:00 -0400 Received: from wout3-smtp.messagingengine.com ([64.147.123.19]:45907) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jFM3q-00036B-Rl for 40070-done@debbugs.gnu.org; Fri, 20 Mar 2020 14:07:59 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.west.internal (Postfix) with ESMTP id 366B4572; Fri, 20 Mar 2020 14:07:53 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Fri, 20 Mar 2020 14:07:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= from:to:subject:in-reply-to:references:date:message-id :mime-version:content-type; s=fm2; bh=1tGhsYgHn57hJ9WJ/9zNnVZgVq TqCTIpCRBXAZ/K/3s=; b=yfzafIMm0tpmPEkMVK6igyM/+GoTFAdOL0F7tbYLhF 7c0Sgoo7SSA4RGQLuwQ5Giv+NM5nlL6xLzCcjsxISQIq5sHO/TyhATDYLfxHOjVw qu6BmzA7T3bqm1RsxyQ12ltzHQn0NuO+XPP4PKQ3PZgiEFcmZ62Dxr/fB89nTTQP NjHV/JTANPKCxc2MxrHQmxsbsnnDkuNorV2jyoBL7xG+0YRmo0edCeGQOgRPbf9O xhNDDkTzcEgCeyEfZ1kzmM1XlolX1bBXNzsVV6/2CqEl3CCpgt+GAA9LcJnK2Pil RKSkRDjFKyCseKT0WBASEQJhk3DF7fqmb68niCJiKK4A== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=1tGhsY gHn57hJ9WJ/9zNnVZgVqTqCTIpCRBXAZ/K/3s=; b=pjoXce/5tnNMeMABddPu89 Vk5bzWay423Ksmoe61gLk6OMq3PeLRS9rJoPvjGQNtuPLtBbpjFVOQXeG4EQxFnt 2IQdYfhIH0MeGnReXilZxrLXyL7wpxAXOt564cnOtQ2CAtDCX2n5DseW6GNzyvSS j+yWLgCApe+irfTywY9e0wlvbEHGVd2BCLep/DI/THhm+LMluBptikZK8frI/CFl EQ390cF9LmaHdCR1lcW94jeeYfaCLw7bj8pqUf4M8FmAAXeH1hC/T6GQJoEX3R3c G3JR7O92ezVYMGIkaZRc8yUYxj6rC9xGuVlF9mrQ3cSKmzXO3E7tH59Ha5o32rOQ == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrudeguddguddtiecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecunecujfgurhephffvufgjfhgffffkgggtsehgtd erredtredtnecuhfhrohhmpeforghrihhushcuuegrkhhkvgcuoehmsggrkhhkvgesfhgr shhtmhgrihhlrdgtohhmqeenucfkphepkeegrddvtddvrdeikedrjeehnecuvehluhhsth gvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepmhgsrghkkhgvsehfrghs thhmrghilhdrtghomh X-ME-Proxy: Received: from localhost (ti0006q161-2604.bb.online.no [84.202.68.75]) by mail.messagingengine.com (Postfix) with ESMTPA id 4BB2830618C1; Fri, 20 Mar 2020 14:07:52 -0400 (EDT) From: Marius Bakke To: Brendan Tildesley , 40070-done@debbugs.gnu.org Subject: Re: [bug#40070] [PATCH] gnu: Add wev. In-Reply-To: <20200315093616.12884-1-mail@brendan.scot> References: <20200315093616.12884-1-mail@brendan.scot> User-Agent: Notmuch/0.29.3 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu) Date: Fri, 20 Mar 2020 19:07:50 +0100 Message-ID: <874kui99xl.fsf@devup.no> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 40070-done 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: -1.7 (-) --=-=-= Content-Type: text/plain Brendan Tildesley writes: > * gnu/packages/freedesktop.scm (wev): New variable. Applied, thanks! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl51BnYACgkQoqBt8qM6 VPoShQgArg0+FEgCyWpQ0I89zoZJqTxFdCxS9mbuUb0T/Zx8NodNvlq0xy0rXSR8 orLNUkxslLLceSbbSYJq/5V9ioTLeVq7ZF5E6XLc9sE1rJDz8trMxLCRwR1iZtp7 c/8HFXYOhjy2tlSZSni4oFCOt9Ea9k5Fzdufqzmflo5wuiXLo3Ad/aYpRuG5L4B1 ljOI1zF0kxLB7Kv0diJLiZnWoeJBEErX+oabv80nr9phniMahrHAIvrYGkOh70JA u5bVhPV14PcgqVmYyaAviZZvkkoVnDykALv3ed3f5EowAFdr2a7GLws7AI8qy9Tg C9BDXCGhCScgNm7N6mY0OTJKCCKkXQ== =LKI5 -----END PGP SIGNATURE----- --=-=-=-- From unknown Sun Jun 15 08:50:09 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 18 Apr 2020 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator