From unknown Sat Aug 16 21:00:46 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#57734] [PATCH 0/1] Add rot8 package Resent-From: M Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 11 Sep 2022 17:37:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 57734 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 57734@debbugs.gnu.org Cc: M X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166291776325902 (code B ref -1); Sun, 11 Sep 2022 17:37:01 +0000 Received: (at submit) by debbugs.gnu.org; 11 Sep 2022 17:36:03 +0000 Received: from localhost ([127.0.0.1]:43318 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oXQsE-0006jh-MW for submit@debbugs.gnu.org; Sun, 11 Sep 2022 13:36:02 -0400 Received: from lists.gnu.org ([209.51.188.17]:53020) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oXQs7-0006jE-Fl for submit@debbugs.gnu.org; Sun, 11 Sep 2022 13:36:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44810) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oXQs7-0008Hf-0c for guix-patches@gnu.org; Sun, 11 Sep 2022 13:35:55 -0400 Received: from knopi.disroot.org ([178.21.23.139]:46872) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oXQs5-00058j-72 for guix-patches@gnu.org; Sun, 11 Sep 2022 13:35:54 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id E6A5E4A020; Sun, 11 Sep 2022 19:35:49 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JW5TynFCCHXv; Sun, 11 Sep 2022 19:35:49 +0200 (CEST) From: M DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disr.it; s=mail; t=1662917747; bh=uhiFmv56VdgzknBTHTXn9fHlAoD3uGLLOgpJ8anJhQM=; h=From:To:Cc:Subject:Date; b=bBBy46AKjfiGk4qZ26Ih1TriU5FMsTwmGSh0A6cY6s4PQ8RsZtoVFXB0lUaM5Hk1w ZVCnc+shcwO0qHS/qM3MIaOWzOSR39H9Fpii+yRqPOS2GF+u045YIftBdMJuqc4v/p OGzObqICQXvU7omOV04KfXEfdVo2O615KuPYfVXIKEbpdUr6u2FPwRrcv8IS4KQoTg eGiFGBOBYyz2a3DmvYmnsOAOtIH7BJSagvf0rwN1lWGi4ncfUDnuvwQaOI7LTANsZD KF+r9xLNxssqQfrJiyCF/tOLwYmA1dsArekXnwu6RD9UJQ2h324Jl4LNwknwyy9XPe 7q84WP3mNVHxA== Date: Sun, 11 Sep 2022 19:35:40 +0200 Message-Id: <20220911173540.10825-1-matf@disr.it> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=matf@disr.it; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) 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: -2.3 (--) rot8 is a daemon that uses accelerometer data to rotate a given display and its associated inputs (like touchscreen, stylus tablet) on the fly. I tested it on the GPD Pocket 3 in Guix and Swaywm, seemed to work pretty well. M (1): gnu: Add rot8. gnu/packages/rust-apps.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) -- 2.37.2 From unknown Sat Aug 16 21:00:46 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#57734] [PATCH] gnu: Add batsignal. References: <20220911173540.10825-1-matf@disr.it> In-Reply-To: <20220911173540.10825-1-matf@disr.it> Resent-From: M Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 11 Sep 2022 17:38:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57734 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 57734@debbugs.gnu.org Cc: M Received: via spool by 57734-submit@debbugs.gnu.org id=B57734.166291785926112 (code B ref 57734); Sun, 11 Sep 2022 17:38:01 +0000 Received: (at 57734) by debbugs.gnu.org; 11 Sep 2022 17:37:39 +0000 Received: from localhost ([127.0.0.1]:43334 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oXQtm-0006n5-N1 for submit@debbugs.gnu.org; Sun, 11 Sep 2022 13:37:39 -0400 Received: from knopi.disroot.org ([178.21.23.139]:40730) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oXQtk-0006mx-Do for 57734@debbugs.gnu.org; Sun, 11 Sep 2022 13:37:37 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id BF83049FB1; Sun, 11 Sep 2022 19:37:35 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XkrrAxnDwMES; Sun, 11 Sep 2022 19:37:34 +0200 (CEST) From: M DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disr.it; s=mail; t=1662917852; bh=4QeQuCgYzDmzzLe5y9XlXKH2SJ/dVVERBkP7ttD66l4=; h=From:To:Cc:Subject:Date; b=j5kxrRDIXWkaHBwx7jwOAkfiJI+8wZ8XuRFs0hjlxxuA72xjKXFjFUR6qhxJsuUYY kmXHuzRboENqMenK+R+xhiVmhdAA1z+WT1W2qeingyE5/S2Nx/RFLlRU0PN3WTAfdG jL/YgEonS0/JmNho1lv7wpoqdwt+rz1unIworcRkje++5Z+OP5TAlPlQn2WMXr9x00 l1s11xnDEeApfX3szFIgomTjMLOVq5+3KTgCjsNHnqLuQX44I3KHGlSos1qkQ9OcJr IBvTPTShx+gzzEMENk5YhN3YUra1bWT7TSSQGf68d9tpEEYyANWdROEq1u9afAQN1C xVv2S8BFexGrA== Date: Sun, 11 Sep 2022 19:37:25 +0200 Message-Id: <20220911173726.14214-1-matf@disr.it> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) 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.0 (-) * gnu/packages/monitoring.scm (batsignal): New variable. Co-authored by unmatched-paren and matf --- gnu/packages/monitoring.scm | 45 +++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm index 47845700ee..459b8d8539 100644 --- a/gnu/packages/monitoring.scm +++ b/gnu/packages/monitoring.scm @@ -12,6 +12,8 @@ ;;; Copyright © 2021 Raphaël Mélotte ;;; Copyright © 2022 Paul A. Patience ;;; Copyright © 2022 Hartmut Goebel +;;; Copyright © 2022 ( +;;; Copyright © 2022 Mathieu Laparie ;;; ;;; This file is part of GNU Guix. ;;; @@ -50,6 +52,7 @@ (define-module (gnu packages monitoring) #:use-module (gnu packages django) #:use-module (gnu packages gd) #:use-module (gnu packages gettext) + #:use-module (gnu packages gnome) #:use-module (gnu packages image) #:use-module (gnu packages mail) #:use-module (gnu packages ncurses) @@ -764,3 +767,45 @@ (define-public python-statsd (description "StatsD is a friendly front-end to Graphite. This package provides a simple Python client for the StatsD daemon.") (license license:expat))) + +(define-public batsignal + (package + (name "batsignal") + (version "1.6.0") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/electrickite/batsignal") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0b1j6mljnqgxwr3id3r9shzhsjk5r0qdh9cxkvy1dm4kzbyc4dxq")))) + (build-system gnu-build-system) + (arguments + (list #:make-flags + #~(list (string-append "PREFIX=" #$output) + (string-append "CC=" #$(cc-for-target))) + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'fix-cross-compile + (lambda _ + (substitute* "Makefile" + (("pkg-config") + #$(pkg-config-for-target))))) + (delete 'configure) + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (when tests? + (invoke "./batsignal" "-v"))))))) + (inputs (list libnotify)) + (native-inputs (list pkg-config)) + (home-page "https://github.com/electrickite/batsignal") + (synopsis "Power monitoring tool") + (description + "This package provides a daemon that monitors device power +levels, notifying the user and optionally running a command when +it reaches user-configured power thresholds. This can be used to force powering +off a laptop when the battery gets below critical levels, instead of damaging +the battery.") + (license license:isc))) -- 2.37.2 From unknown Sat Aug 16 21:00:46 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#57734] [PATCH 1/1] gnu: Add rot8. Resent-From: M Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 11 Sep 2022 17:39:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57734 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 57734@debbugs.gnu.org Cc: M Received: via spool by 57734-submit@debbugs.gnu.org id=B57734.166291788526186 (code B ref 57734); Sun, 11 Sep 2022 17:39:02 +0000 Received: (at 57734) by debbugs.gnu.org; 11 Sep 2022 17:38:05 +0000 Received: from localhost ([127.0.0.1]:43338 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oXQuD-0006oH-8h for submit@debbugs.gnu.org; Sun, 11 Sep 2022 13:38:05 -0400 Received: from knopi.disroot.org ([178.21.23.139]:45884) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oXQu8-0006nZ-Ly for 57734@debbugs.gnu.org; Sun, 11 Sep 2022 13:38:04 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 07BCB4A02F; Sun, 11 Sep 2022 19:38:00 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TQfa3F60CmBS; Sun, 11 Sep 2022 19:37:58 +0200 (CEST) From: M DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disr.it; s=mail; t=1662917878; bh=eghMHY11lhdlFG2kMLfDXasQ6CvJXFoJ+4bfPk9odOU=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=TbLh5+td068crZG5xqO3vXutgp6NmCyBTH2ns7w1QfUgv5c6+qgB7GIgDE98gw2jq NwZkkQvEOME1sEAsOGdr1a6XYx8yzHuy77pjLFgrNJX4GnuCHydToUTeYr3lkQWe9g AW1uGeNMoXKVMH5MarLIi7/3dkXe0xEbwVqPTHE1UfyNJZFWlOBDffB3q2FR77nNkw DFGQ2cQkX1m7cmDQc8E0TqKfU/wTiTKbRroiXMutegN29SBubdsIc/JCOpisRJUsiU b+biuJR/DLbOWY6DtzSNjZfRduMeOZoPROMg3NsbSIyTgzAu5QLckV3UDdcWUKF6iM 9Log7+FXzkJ9A== Date: Sun, 11 Sep 2022 19:37:26 +0200 Message-Id: <20220911173726.14214-2-matf@disr.it> In-Reply-To: <20220911173726.14214-1-matf@disr.it> References: <20220911173726.14214-1-matf@disr.it> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) 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.0 (-) * gnu/packages/rust-apps.scm (rot8): New variable. --- gnu/packages/rust-apps.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index b89eff4eb0..8e7c4a0ed5 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm @@ -18,6 +18,7 @@ ;;; Copyright © 2022 Aleksandr Vityazev ;;; Copyright © 2022 Gabriel Arazas ;;; Copyright © 2022 Ricardo Wurmus +;;; Copyright © 2022 Mathieu Laparie ;;; ;;; This file is part of GNU Guix. ;;; @@ -768,6 +769,31 @@ (define-public ripgrep gitignore rules.") (license (list license:unlicense license:expat)))) +(define-public rot8 + (package + (name "rot8") + (version "0.1.4") + (source (origin + (method url-fetch) + (uri (crate-uri "rot8" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "1m5kzpqq9pgc19lbnh20iaq654lzlmc1m5fc9f73w2vpwqdiw1qf")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-clap" ,rust-clap-2) + ("rust-glob" ,rust-glob-0.3) + ("rust-regex" ,rust-regex-1) + ("rust-serde" ,rust-serde-1) + ("rust-serde-json" ,rust-serde-json-1)))) + (home-page "https://github.com/efernau/rot8/") + (synopsis "Automatic display rotation using built-in accelerometer") + (description "@command{rot8} is a daemon that automates rotating screen and +associated input devices using the built-in accelerometer; handy for convertible +touchscreen devices.") + (license license:expat))) + (define-public git-interactive-rebase-tool (package (name "git-interactive-rebase-tool") -- 2.37.2 From unknown Sat Aug 16 21:00:46 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#57734] [PATCH 1/1] gnu: Add rot8. Resent-From: M Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 11 Sep 2022 17:59:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57734 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: M Cc: 57734@debbugs.gnu.org Received: via spool by 57734-submit@debbugs.gnu.org id=B57734.166291910328108 (code B ref 57734); Sun, 11 Sep 2022 17:59:01 +0000 Received: (at 57734) by debbugs.gnu.org; 11 Sep 2022 17:58:23 +0000 Received: from localhost ([127.0.0.1]:43352 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oXRDq-0007JI-U9 for submit@debbugs.gnu.org; Sun, 11 Sep 2022 13:58:23 -0400 Received: from knopi.disroot.org ([178.21.23.139]:56150) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oXRDo-0007J9-Oe for 57734@debbugs.gnu.org; Sun, 11 Sep 2022 13:58:22 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 255614A038; Sun, 11 Sep 2022 19:58:19 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZTUqu9l38Ymi; Sun, 11 Sep 2022 19:58:17 +0200 (CEST) Date: Sun, 11 Sep 2022 19:58:16 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disr.it; s=mail; t=1662919097; bh=PXgZ4p1RxWFxs9SvfPCk+Ocdn37z9SY+XJx01GNrJwY=; h=Date:From:To:Cc:In-Reply-To:References:Subject; b=QjPGZO1GOpHY9o5SPEv4KdB8vskhM4YwnnriU9sHBRWtvkQForagaPr2fjJRlYTrk Hp4Z1fBYzC5H3oPeYLQ10QDbTqpLLqzZdRLrkAgZP/APvCETMDSZEoUIV5mtLA1vgU jCxOIKHH6J4Wqv523A9w4b0uBd9OOobVEBiNQYdZr5dDMg/JyqnK9s29P6BMCKH6uq EvGubiIbuKlQYM3SbPP+9E0WHe4aofZ4V22LeVwoFCNhC/wSTvtNde79jOFwm8tWHw rqzwvu++8O5hz/ACxNIof0ZCER8MyUCVnvkB7njfNLG7kRfgd8x+mYyAhTmaviyRNB gbrVwGG+OrTBw== From: M Message-ID: <1078df19-ffd6-4f65-a50e-b5e60862c6ba@disroot.org> In-Reply-To: <20220911173726.14214-2-matf@disr.it> References: <20220911173726.14214-2-matf@disr.it> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Spam-Score: -0.0 (/) 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.0 (-) I just found https://issues.guix.gnu.org/49703 too, I should have looked = better. Can those be merged=3F Also, I realized that I had another modified file when I sent the patch (= gnu/packages/monitoring.scm) and I did not notice that both patches were = sent in the same issue until I saw my emails. How could I fix this=3F From unknown Sat Aug 16 21:00:46 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#57734] [PATCH 1/1] gnu: Add rot8. Resent-From: "(" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 11 Sep 2022 18:51:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57734 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "M" Cc: 57734@debbugs.gnu.org Received: via spool by 57734-submit@debbugs.gnu.org id=B57734.16629222409653 (code B ref 57734); Sun, 11 Sep 2022 18:51:01 +0000 Received: (at 57734) by debbugs.gnu.org; 11 Sep 2022 18:50:40 +0000 Received: from localhost ([127.0.0.1]:43518 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oXS2R-0002Vd-Pw for submit@debbugs.gnu.org; Sun, 11 Sep 2022 14:50:39 -0400 Received: from knopi.disroot.org ([178.21.23.139]:41766) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oXS2P-0002VS-KP for 57734@debbugs.gnu.org; Sun, 11 Sep 2022 14:50:38 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id CA37140015; Sun, 11 Sep 2022 20:50:35 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TgRIsO9Z8S29; Sun, 11 Sep 2022 20:50:34 +0200 (CEST) Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1662922234; bh=FzPBwYAVs+OJD2y6bE8sAT0HEOnuBktiY5eMevldGYA=; h=Date:Cc:Subject:From:To:References:In-Reply-To; b=BxoBmP8qX9WODXtIbsFoE7Jx169kh4flvMuvNVowcUzHijM30ehIV5piHIHkf8XeI 2iY+mcrN+rw2x22Wtj1Cj8J+Vq+MNuKU7pkGZRYq3MODVGkZKHGTIBL3JyjKWGveng QsD6e3YTaE2V63BYd3HrHijIrXK791I7OPU/7bTpRW06rb8EChf9w01pX83F6xZqQQ X+CPhj1fHCTQsFVHByApa0s24MAU9OKl8opk91PT1tNyN1cKW40fD49FccDphb8SpF /PF2peXGGHUfPn4weg3kPMb9/5mFc0cvY3vrrcEBnD4n2AaAcIK3R21uNpme1deDS9 L82aL0e/P03AA== Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Sun, 11 Sep 2022 19:50:33 +0100 Message-Id: From: "(" References: <20220911173726.14214-2-matf@disr.it> <1078df19-ffd6-4f65-a50e-b5e60862c6ba@disroot.org> In-Reply-To: <1078df19-ffd6-4f65-a50e-b5e60862c6ba@disroot.org> X-Spam-Score: 1.0 (+) 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: -0.0 (/) On Sun Sep 11, 2022 at 6:58 PM BST, M wrote: > I just found https://issues.guix.gnu.org/49703 too, I should have looked = better. Can those be merged? Your one looks better, to be honest. It's fine if there's an abandoned olde= r version of a package; that's the case with my aerc patchset. > Also, I realized that I had another modified file when I sent the patch (= gnu/packages/monitoring.scm) and I did not notice that both patches were se= nt in the same issue until I saw my emails. How could I fix this? There's no way you can fix it, afaik. It doesn't matter, really. -- ( From unknown Sat Aug 16 21:00:46 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: M Subject: bug#57734: closed (Re: bug#57734: [PATCH 0/1] Add rot8 package) Message-ID: References: <87leq897ua.fsf_-_@gnu.org> <20220911173540.10825-1-matf@disr.it> X-Gnu-PR-Message: they-closed 57734 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 57734@debbugs.gnu.org Date: Sat, 24 Sep 2022 14:17:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1664029022-7279-1" This is a multi-part message in MIME format... ------------=_1664029022-7279-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #57734: [PATCH 0/1] Add rot8 package which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 57734@debbugs.gnu.org. --=20 57734: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D57734 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1664029022-7279-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 57734-done) by debbugs.gnu.org; 24 Sep 2022 14:16:14 +0000 Received: from localhost ([127.0.0.1]:44882 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oc5wz-0001sC-M6 for submit@debbugs.gnu.org; Sat, 24 Sep 2022 10:16:13 -0400 Received: from eggs.gnu.org ([209.51.188.92]:34290) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oc5wx-0001s0-45 for 57734-done@debbugs.gnu.org; Sat, 24 Sep 2022 10:16:12 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:56902) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oc5wr-0000JZ-G2; Sat, 24 Sep 2022 10:16:05 -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=LaKCce8i4sopqfiFQ/UlKSF3lrqFutAsr9znoS5z6PY=; b=oubpxshscLh9Fkej8VpD EdQIP/gbIkv9I6D26r7wuUHxbWwAJnF1u4flrqU2snRUvwo0UK3z+8VYfwz1dOpMObV62dw6mH3+v EqWYHCYp/8fmqyRpSUvKcbYunMkN8dfhFTuzRXdQo5uXb5BTJae6kqULeYfnz8hM8X7X5zmI4PjgE OLXfRs8L+lcC/4AwSZX/MoYdrL7/0kAwI1tM9OKXEEKzY+WQZQ/CKGYKVhisPCsvhpuj8VwjKMwOc 5vxU477lePthJKDEiRT3FUsvstmN0+k0Z4tBrRZ7+tK0msMwAstpmI80AzWeZ35j4zd5gdf0qcIny wLISdpnRzrjF5g==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:56943 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oc5wX-0005dq-4n; Sat, 24 Sep 2022 10:16:02 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: M Subject: Re: bug#57734: [PATCH 0/1] Add rot8 package References: <20220911173726.14214-1-matf@disr.it> <20220911173726.14214-2-matf@disr.it> Date: Sat, 24 Sep 2022 16:15:41 +0200 In-Reply-To: <20220911173726.14214-2-matf@disr.it> (M.'s message of "Sun, 11 Sep 2022 19:37:26 +0200") Message-ID: <87leq897ua.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 57734-done Cc: 57734-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 (---) M skribis: > * gnu/packages/rust-apps.scm (rot8): New variable. Applied, thanks! ------------=_1664029022-7279-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 11 Sep 2022 17:36:03 +0000 Received: from localhost ([127.0.0.1]:43318 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oXQsE-0006jh-MW for submit@debbugs.gnu.org; Sun, 11 Sep 2022 13:36:02 -0400 Received: from lists.gnu.org ([209.51.188.17]:53020) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oXQs7-0006jE-Fl for submit@debbugs.gnu.org; Sun, 11 Sep 2022 13:36:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44810) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oXQs7-0008Hf-0c for guix-patches@gnu.org; Sun, 11 Sep 2022 13:35:55 -0400 Received: from knopi.disroot.org ([178.21.23.139]:46872) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oXQs5-00058j-72 for guix-patches@gnu.org; Sun, 11 Sep 2022 13:35:54 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id E6A5E4A020; Sun, 11 Sep 2022 19:35:49 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JW5TynFCCHXv; Sun, 11 Sep 2022 19:35:49 +0200 (CEST) From: M DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disr.it; s=mail; t=1662917747; bh=uhiFmv56VdgzknBTHTXn9fHlAoD3uGLLOgpJ8anJhQM=; h=From:To:Cc:Subject:Date; b=bBBy46AKjfiGk4qZ26Ih1TriU5FMsTwmGSh0A6cY6s4PQ8RsZtoVFXB0lUaM5Hk1w ZVCnc+shcwO0qHS/qM3MIaOWzOSR39H9Fpii+yRqPOS2GF+u045YIftBdMJuqc4v/p OGzObqICQXvU7omOV04KfXEfdVo2O615KuPYfVXIKEbpdUr6u2FPwRrcv8IS4KQoTg eGiFGBOBYyz2a3DmvYmnsOAOtIH7BJSagvf0rwN1lWGi4ncfUDnuvwQaOI7LTANsZD KF+r9xLNxssqQfrJiyCF/tOLwYmA1dsArekXnwu6RD9UJQ2h324Jl4LNwknwyy9XPe 7q84WP3mNVHxA== To: guix-patches@gnu.org Subject: [PATCH 0/1] Add rot8 package Date: Sun, 11 Sep 2022 19:35:40 +0200 Message-Id: <20220911173540.10825-1-matf@disr.it> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=matf@disr.it; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: M 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: -2.3 (--) rot8 is a daemon that uses accelerometer data to rotate a given display and its associated inputs (like touchscreen, stylus tablet) on the fly. I tested it on the GPD Pocket 3 in Guix and Swaywm, seemed to work pretty well. M (1): gnu: Add rot8. gnu/packages/rust-apps.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) -- 2.37.2 ------------=_1664029022-7279-1--