From patchwork Sat Oct 30 12:41:27 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Brendan Tildesley X-Patchwork-Id: 34162 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 6628127BBE3; Sat, 30 Oct 2021 13:43:42 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,T_DKIM_INVALID, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 1EB6727BBE1 for ; Sat, 30 Oct 2021 13:43:42 +0100 (BST) Received: from localhost ([::1]:42154 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mgni1-0000ZF-1X for patchwork@mira.cbaines.net; Sat, 30 Oct 2021 08:43:41 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42400) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgnhO-0000Wi-3f for guix-patches@gnu.org; Sat, 30 Oct 2021 08:43:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45328) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mgnhN-00059N-RU for guix-patches@gnu.org; Sat, 30 Oct 2021 08:43:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mgnhN-0001sF-Nq for guix-patches@gnu.org; Sat, 30 Oct 2021 08:43:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#51510] [PATCH 1/4] gnu: libratbag: Update to 0.16. References: <1068669378.66937.1635597628791@office.mailbox.org> In-Reply-To: <1068669378.66937.1635597628791@office.mailbox.org> Resent-From: Brendan Tildesley Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 30 Oct 2021 12:43:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51510 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 51510@debbugs.gnu.org Received: via spool by 51510-submit@debbugs.gnu.org id=B51510.16355977307104 (code B ref 51510); Sat, 30 Oct 2021 12:43:01 +0000 Received: (at 51510) by debbugs.gnu.org; 30 Oct 2021 12:42:10 +0000 Received: from localhost ([127.0.0.1]:56866 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mgngU-0001qJ-Re for submit@debbugs.gnu.org; Sat, 30 Oct 2021 08:42:10 -0400 Received: from mout-p-101.mailbox.org ([80.241.56.151]:17430) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mgngT-0001pW-CD for 51510@debbugs.gnu.org; Sat, 30 Oct 2021 08:42:05 -0400 Received: from smtp202.mailbox.org (smtp202.mailbox.org [80.241.60.245]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4HhJpG6WH1zQjwH for <51510@debbugs.gnu.org>; Sat, 30 Oct 2021 14:41:58 +0200 (CEST) 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=1635597715; 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=6Pt9fn3B47e0QG2m8Ohuq963mSX+yOUHbYPMEusvUF4=; b=zVYadlOguKyosNDkCDMugfmhj+7YAufDhDHnhpbrcJ+in0w/kWwM03YaXU4aw6ffxaRnkF 1y8g9/y7rllJVC9hZ5vFPJy5f5caZAi0RwRWRBw2iiOriIPu5A9GsuyP7uwzssDZzfjYHl 937ntGWauCFZnIwG/kYXhVVh2C1EbhFsjFB1wQoC+QXebmyBP/eawaXxlfGOQfhCkuKJyw F49aYvJsIb1eCApv/qFSS6yQVmPf1UW6sQQYHrZlfNXrT01gh/3xtdqNWuSP3ui+gNND3P 72R3yVyM7MtahdcS5DG5IAQ3lVhasfnZstoWXn96dcjMf6zNpGexQKpqhZRbww== From: Brendan Tildesley Date: Sat, 30 Oct 2021 23:41:27 +1100 Message-Id: <20211030124130.32458-1-mail@brendan.scot> MIME-Version: 1.0 X-Rspamd-Queue-Id: EC7FA1312 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+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/gnome.scm (libratbag): Update to 0.16. --- gnu/packages/gnome.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index b138ff228b..650c4e0305 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -27,7 +27,7 @@ ;;; Copyright © 2017, 2018 nee ;;; Copyright © 2017 Chris Marusich ;;; Copyright © 2017 Mohammed Sadiq -;;; Copyright © 2017, 2020 Brendan Tildesley +;;; Copyright © 2017, 2020, 2021 Brendan Tildesley ;;; Copyright © 2017, 2018 Rutger Helling ;;; Copyright © 2018 Jovany Leandro G.C ;;; Copyright © 2018 Vasile Dumitrascu @@ -11706,7 +11706,7 @@ (define-public apostrophe (define-public libratbag (package (name "libratbag") - (version "0.14") + (version "0.16") (source (origin (method git-fetch) @@ -11715,7 +11715,7 @@ (define-public libratbag (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1fpwp2sj8mf98bqasq2h8qwgprxi7k3iw33gcfid3d1lbyiacw0x")))) + (base32 "0jjf6xc3a37icp5dvbxla3ai9is2ns31m0llbfq1bmb6dk8cd4n0")))) (build-system meson-build-system) (arguments `(#:configure-flags From patchwork Sat Oct 30 12:41:28 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brendan Tildesley X-Patchwork-Id: 34163 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id B3B4627BBE3; Sat, 30 Oct 2021 13:43:50 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,T_DKIM_INVALID, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 7445927BBE1 for ; Sat, 30 Oct 2021 13:43:50 +0100 (BST) Received: from localhost ([::1]:42260 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mgni9-0000eg-HA for patchwork@mira.cbaines.net; Sat, 30 Oct 2021 08:43:49 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42404) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgnhO-0000XO-EK for guix-patches@gnu.org; Sat, 30 Oct 2021 08:43:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45329) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mgnhO-00059c-65 for guix-patches@gnu.org; Sat, 30 Oct 2021 08:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mgnhO-0001sO-3x for guix-patches@gnu.org; Sat, 30 Oct 2021 08:43:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#51510] [PATCH 2/4] gnu: piper: Update to 0.6. Resent-From: Brendan Tildesley Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 30 Oct 2021 12:43:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51510 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 51510@debbugs.gnu.org Received: via spool by 51510-submit@debbugs.gnu.org id=B51510.16355977307111 (code B ref 51510); Sat, 30 Oct 2021 12:43:02 +0000 Received: (at 51510) by debbugs.gnu.org; 30 Oct 2021 12:42:10 +0000 Received: from localhost ([127.0.0.1]:56869 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mgngY-0001qX-9a for submit@debbugs.gnu.org; Sat, 30 Oct 2021 08:42:10 -0400 Received: from mout-p-101.mailbox.org ([80.241.56.151]:17436) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mgngT-0001pX-M5 for 51510@debbugs.gnu.org; Sat, 30 Oct 2021 08:42:06 -0400 Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:105:465:1:4:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4HhJpH5r33zQk30 for <51510@debbugs.gnu.org>; Sat, 30 Oct 2021 14:41:59 +0200 (CEST) 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=1635597717; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1e1mA75mZYA0b7nvc4QHMQueh12RKu3717uRsVqWAg0=; b=vWDrpoNaoGSTSeOrTP6oASNjR4oX6JLDzxg/VXS5W9ibvKGeGDWmLRcBQTh4UTyj7Sp5Q6 I88v5zZWNEugNgBebudxw1ldVnP5A7fIt1DF5NEKmgTgDqVsiea5epco76KomUq4uXyurc t0ZDCxURfFPFpUtbwBpReJ9c6Lovzn2/BzdShi0X3eKOOoICO6AsGl3WkqEea86eXm3VUU fVrr9fYVgMpLYxZ1WXhcazytPAl6KaMe/fyHd0KY6IG0VZlRRYdlvefiuTxnRODzUoqsYH JArWb1hqKfqesDoh9vQfvx5ViuA2XUtJC3OUhpQkAT5LWMoPkfyMCg8cZgfV/g== From: Brendan Tildesley Date: Sat, 30 Oct 2021 23:41:28 +1100 Message-Id: <20211030124130.32458-2-mail@brendan.scot> In-Reply-To: <20211030124130.32458-1-mail@brendan.scot> References: <20211030124130.32458-1-mail@brendan.scot> MIME-Version: 1.0 X-Rspamd-Queue-Id: 1993C1318 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+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/gnome.scm (piper): Update to 0.6. [inputs]: Add libratbag. --- gnu/packages/gnome.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 650c4e0305..c8ec3fe248 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11773,7 +11773,7 @@ (define-public libratbag (define-public piper (package (name "piper") - (version "0.5.1") + (version "0.6") (source (origin (method git-fetch) @@ -11781,7 +11781,7 @@ (define-public piper (url "https://github.com/libratbag/piper") (commit version))) (sha256 - (base32 "1nfjnsiwg2rs6gkjsxzhr2708i6di149dgwq3cf6l12rxqpb8arj")) + (base32 "02x4d4n0078slj2pl0rvgayrrxvna6y6vj8fxfamvazsh5xyfzwk")) (file-name (git-file-name name version)))) (build-system meson-build-system) (native-inputs @@ -11794,6 +11794,7 @@ (define-public piper `(("adwaita-icon-theme" ,adwaita-icon-theme) ("gtk" ,gtk+) ("gtk:bin" ,gtk+ "bin") + ("libratbag" ,libratbag) ("librsvg" ,librsvg) ("python-evdev" ,python-evdev) ("python-lxml" ,python-lxml) From patchwork Sat Oct 30 12:41:29 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brendan Tildesley X-Patchwork-Id: 34165 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 5EB3827BBE3; Sat, 30 Oct 2021 13:49:35 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,T_DKIM_INVALID, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 20E3027BBE1 for ; Sat, 30 Oct 2021 13:49:35 +0100 (BST) Received: from localhost ([::1]:49296 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mgnni-0005na-7g for patchwork@mira.cbaines.net; Sat, 30 Oct 2021 08:49:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42406) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgnhO-0000Xq-Qi for guix-patches@gnu.org; Sat, 30 Oct 2021 08:43:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45330) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mgnhO-00059m-IU for guix-patches@gnu.org; Sat, 30 Oct 2021 08:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mgnhO-0001sV-Go for guix-patches@gnu.org; Sat, 30 Oct 2021 08:43:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#51510] [PATCH 3/4] gnu: services: Add ratbag-dbus-service. Resent-From: Brendan Tildesley Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 30 Oct 2021 12:43:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51510 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 51510@debbugs.gnu.org Received: via spool by 51510-submit@debbugs.gnu.org id=B51510.16355977447141 (code B ref 51510); Sat, 30 Oct 2021 12:43:02 +0000 Received: (at 51510) by debbugs.gnu.org; 30 Oct 2021 12:42:24 +0000 Received: from localhost ([127.0.0.1]:56872 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mgngb-0001qt-In for submit@debbugs.gnu.org; Sat, 30 Oct 2021 08:42:24 -0400 Received: from mout-p-201.mailbox.org ([80.241.56.171]:29680) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mgngW-0001pw-Gg for 51510@debbugs.gnu.org; Sat, 30 Oct 2021 08:42:08 -0400 Received: from smtp202.mailbox.org (smtp202.mailbox.org [80.241.60.245]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4HhJpL0tJFzQjgN for <51510@debbugs.gnu.org>; Sat, 30 Oct 2021 14:42:02 +0200 (CEST) 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=1635597720; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=P+qalL6S07vQkCCN7/wTe2Sn4KIierQT+V498a6jn5E=; b=fVZlpf7gc2TOa1RDb/XYBZgSacCM1at0uk1Yo5eY7xuK/kWu18P7sJtXu4Oi5t0gurdYTq xfi/THbB3tcNXf3XytE4hjxD8F/GZbqVVxqI5/3lT/FiNrLKUiqmajzkn6pOpORu89LM9E E1O/YsraujpI5XH0uyZ91BWCxbyh3iHnvM3TprYk+rwXHvT4riKhOrw1DX6BCr7dHrFMhb Sfj9S0Bejk397VH0a215dMAjKJOwQ3v2DK473nfE+FihCS/CHBdn8RFYqqlZcurrp0C9gq eRJuT4FsC97re4GJOAdkPf8hT6ypUovQr+ZCni1wkDrameKigvhKQDrJbYUhsg== From: Brendan Tildesley Date: Sat, 30 Oct 2021 23:41:29 +1100 Message-Id: <20211030124130.32458-3-mail@brendan.scot> In-Reply-To: <20211030124130.32458-1-mail@brendan.scot> References: <20211030124130.32458-1-mail@brendan.scot> MIME-Version: 1.0 X-Rspamd-Queue-Id: C8C181310 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+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/services/desktop.scm (ratbag-dbus-service): New variable. Export it. --- gnu/services/desktop.scm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm index 64d0e85301..101344aced 100644 --- a/gnu/services/desktop.scm +++ b/gnu/services/desktop.scm @@ -150,6 +150,8 @@ (define-module (gnu services desktop) polkit-wheel-service + ratbag-dbus-service + gnome-keyring-configuration gnome-keyring-configuration? gnome-keyring-service-type @@ -1182,6 +1184,11 @@ (define polkit-wheel (define polkit-wheel-service (simple-service 'polkit-wheel polkit-service-type (list polkit-wheel))) + + +(define ratbag-dbus-service + (simple-service 'ratbag dbus-root-service-type (list libratbag))) + ;;; ;;; The default set of desktop services. From patchwork Sat Oct 30 12:41:30 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brendan Tildesley X-Patchwork-Id: 34164 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 3385727BBE3; Sat, 30 Oct 2021 13:49:03 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,T_DKIM_INVALID, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id EA78827BBE1 for ; Sat, 30 Oct 2021 13:49:02 +0100 (BST) Received: from localhost ([::1]:48846 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mgnnC-0005Sj-0J for patchwork@mira.cbaines.net; Sat, 30 Oct 2021 08:49:02 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42410) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgnhP-0000Xs-6B for guix-patches@gnu.org; Sat, 30 Oct 2021 08:43:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45331) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mgnhO-00059y-UN for guix-patches@gnu.org; Sat, 30 Oct 2021 08:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mgnhO-0001sd-Sd for guix-patches@gnu.org; Sat, 30 Oct 2021 08:43:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#51510] [PATCH 4/4] gnu: libratbag, piper: Adjust descriptions. Resent-From: Brendan Tildesley Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 30 Oct 2021 12:43:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51510 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 51510@debbugs.gnu.org Received: via spool by 51510-submit@debbugs.gnu.org id=B51510.16355977457148 (code B ref 51510); Sat, 30 Oct 2021 12:43:02 +0000 Received: (at 51510) by debbugs.gnu.org; 30 Oct 2021 12:42:25 +0000 Received: from localhost ([127.0.0.1]:56874 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mgngm-0001r8-Mj for submit@debbugs.gnu.org; Sat, 30 Oct 2021 08:42:24 -0400 Received: from mout-p-201.mailbox.org ([80.241.56.171]:29686) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mgngY-0001q5-TC for 51510@debbugs.gnu.org; Sat, 30 Oct 2021 08:42:11 -0400 Received: from smtp202.mailbox.org (smtp202.mailbox.org [80.241.60.245]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4HhJpP0yt2zQjgR for <51510@debbugs.gnu.org>; Sat, 30 Oct 2021 14:42:05 +0200 (CEST) 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=1635597722; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=PKSxVG2od1FPxAodvjdRH+KoZw/ocrKB4pzbtXBNaoI=; b=GfIxg6ry+NyrEOEuwzKdqgZ/m2ttyPYL3LkmIXVBSgwwBFNbc1JVJhil03OIWinE05/Gzj 0CilUnCCmCT3/HoUC6fqdIBuxTi9BiCiBiRbmLBoe3VBldAfXkK7wnAfxUTmhAJ5jLbGWn /qhf9OipdBmoOipbFIkeJX1q1L61Ct0weZi/BY4Yl7KhyuFbSDK4f/EC+VbXlag0LkKZHM GoIMlQ7xAkJyPVEXYC6qwJcXzZLHotGb68fgWsxJJqDLIHVck2RP0yHhLkTop7Mkdx4syW z/mKFEwmerkoAkG4Me4sW8ZI9IZf+vmVXlpmuU+jsM1/XKxWWA6OXX/0bQDBuA== From: Brendan Tildesley Date: Sat, 30 Oct 2021 23:41:30 +1100 Message-Id: <20211030124130.32458-4-mail@brendan.scot> In-Reply-To: <20211030124130.32458-1-mail@brendan.scot> References: <20211030124130.32458-1-mail@brendan.scot> MIME-Version: 1.0 X-Rspamd-Queue-Id: E7FF71315 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+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/gnome.scm (libratbag): [description]: Don't bother mentioning the service here. (piper): [description]: Mention the new ratbag-dbus-service instead. Simplify. --- gnu/packages/gnome.scm | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index c8ec3fe248..1ef78dfedf 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11762,12 +11762,7 @@ (define-public libratbag @command{ratbagctl} command line interface for configuring devices. libratbag currently supports devices from Logitech, Etekcity, GSkill, Roccat, -Steelseries. - -The ratbagd DBus service can be enabled by adding the following service to -your operating-system definition: - - (simple-service 'ratbagd dbus-root-service-type (list libratbag))") +and Steelseries.") (license license:expat))) (define-public piper @@ -11826,13 +11821,9 @@ (define-public piper (home-page "https://github.com/libratbag/piper/") (synopsis "Configure bindings and LEDs on gaming mice") (description "Piper is a GTK+ application for configuring gaming mice with -onboard configuration for key bindings via libratbag. Piper requires -a @command{ratbagd} daemon running with root privileges. It can be run -manually as root, but is preferably configured as a DBus service that can -launch on demand. This can be configured by enabling the following service, -provided there is a DBus service present: +onboard configuration for key bindings via libratbag. - (simple-service 'ratbagd dbus-root-service-type (list libratbag))") +Configure the ratbag-dbus-service to enable Piper's functionality.") (license license:gpl2))) (define-public parlatype