From patchwork Mon Feb 6 23:21:55 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gabriel Wicki X-Patchwork-Id: 46699 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 739E427BBED; Mon, 6 Feb 2023 23:23:17 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-3.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 700D327BBE9 for ; Mon, 6 Feb 2023 23:23:16 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pPApE-0005mw-1D; Mon, 06 Feb 2023 18:23:04 -0500 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 1pPApD-0005mn-0K for guix-patches@gnu.org; Mon, 06 Feb 2023 18:23:03 -0500 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 1pPApC-0004Oh-OR for guix-patches@gnu.org; Mon, 06 Feb 2023 18:23:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pPApC-0000bp-3T for guix-patches@gnu.org; Mon, 06 Feb 2023 18:23:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#61331] [PATCH core-updates] Update wayland, ..., sway References: <20230206231710.sh5pmgknkoulasvo@blackbox> In-Reply-To: <20230206231710.sh5pmgknkoulasvo@blackbox> Resent-From: Gabriel Wicki Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 06 Feb 2023 23:23:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61331 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 61331@debbugs.gnu.org Received: via spool by 61331-submit@debbugs.gnu.org id=B61331.16757257292264 (code B ref 61331); Mon, 06 Feb 2023 23:23:02 +0000 Received: (at 61331) by debbugs.gnu.org; 6 Feb 2023 23:22:09 +0000 Received: from localhost ([127.0.0.1]:50375 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pPAoK-0000aS-SB for submit@debbugs.gnu.org; Mon, 06 Feb 2023 18:22:09 -0500 Received: from chimborazo.ee.ethz.ch ([129.132.2.15]:39163) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pPAoI-0000Zv-GN for 61331@debbugs.gnu.org; Mon, 06 Feb 2023 18:22:07 -0500 Received: from blackbox (unknown [85.195.207.206]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: gabriel) by chimborazo.ee.ethz.ch (Postfix) with ESMTPSA id E36544001E for <61331@debbugs.gnu.org>; Tue, 7 Feb 2023 00:21:58 +0100 (CET) Date: Tue, 7 Feb 2023 00:21:55 +0100 From: Gabriel Wicki Message-ID: <20230206232155.y4g2ptoa3bhe5fyp@blackbox> MIME-Version: 1.0 Content-Disposition: inline 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-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches From 1e06a38d5deca1982d275c00ad61531d67869423 Mon Sep 17 00:00:00 2001 From: Gabriel Wicki Date: Sun, 5 Feb 2023 00:22:52 +0100 Subject: [PATCH 1/6] gnu: Update wayland to 1.21.0. * gnu/packages/freedesktop.scm (wayland): Update to version 1.21.0. --- gnu/packages/freedesktop.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 130a7adec4..989912f38f 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -1174,19 +1174,20 @@ (define-public python-pyxdg (define-public wayland (package (name "wayland") - (version "1.20.0") + (version "1.21.0") (source (origin (method url-fetch) - (uri (string-append "https://wayland.freedesktop.org/releases/" + (uri (string-append "https://gitlab.freedesktop.org/wayland/" + name "/-/releases/" version "/downloads/" name "-" version ".tar.xz")) (sha256 (base32 - "09c7rpbwavjg4y16mrfa57gk5ix6rnzpvlnv1wp7fnbh9hak985q")))) + "1b0ixya9bfw5c9jx8mzlr7yqnlyvd3jv5z8wln9scdv8q5zlvikd")))) (build-system meson-build-system) (outputs '("out" "doc")) (arguments `(#:parallel-tests? #f - #:phases + #:phases (modify-phases %standard-phases (add-after 'unpack 'patch-docbook-xml (lambda* (#:key native-inputs inputs #:allow-other-keys) From patchwork Mon Feb 6 23:26:17 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gabriel Wicki X-Patchwork-Id: 46701 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 870CE27BBED; Mon, 6 Feb 2023 23:27:25 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-3.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id C68BF27BBE9 for ; Mon, 6 Feb 2023 23:27:24 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pPAt6-0007OW-SX; Mon, 06 Feb 2023 18:27:04 -0500 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 1pPAt4-0007OM-Td for guix-patches@gnu.org; Mon, 06 Feb 2023 18:27:02 -0500 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 1pPAt4-00052P-KW for guix-patches@gnu.org; Mon, 06 Feb 2023 18:27:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pPAt4-0000i7-GX for guix-patches@gnu.org; Mon, 06 Feb 2023 18:27:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#61331] [PATCH 3/6] gnu: Update wlroots to 0.16.1. References: <20230206231710.sh5pmgknkoulasvo@blackbox> In-Reply-To: <20230206231710.sh5pmgknkoulasvo@blackbox> Resent-From: Gabriel Wicki Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 06 Feb 2023 23:27:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61331 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 61331@debbugs.gnu.org Received: via spool by 61331-submit@debbugs.gnu.org id=B61331.16757259892694 (code B ref 61331); Mon, 06 Feb 2023 23:27:02 +0000 Received: (at 61331) by debbugs.gnu.org; 6 Feb 2023 23:26:29 +0000 Received: from localhost ([127.0.0.1]:50383 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pPAsW-0000hO-Qc for submit@debbugs.gnu.org; Mon, 06 Feb 2023 18:26:29 -0500 Received: from chimborazo.ee.ethz.ch ([129.132.2.15]:54097) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pPAsU-0000h5-Cr for 61331@debbugs.gnu.org; Mon, 06 Feb 2023 18:26:27 -0500 Received: from blackbox (unknown [85.195.207.206]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: gabriel) by chimborazo.ee.ethz.ch (Postfix) with ESMTPSA id C2EC74001E for <61331@debbugs.gnu.org>; Tue, 7 Feb 2023 00:26:20 +0100 (CET) Date: Tue, 7 Feb 2023 00:26:17 +0100 From: Gabriel Wicki Message-ID: <20230206232617.yokszg43hrv2g5iw@blackbox> MIME-Version: 1.0 Content-Disposition: inline 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-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches From 736f047384082f4eaa1ed1414ec3e0595ec19816 Mon Sep 17 00:00:00 2001 From: Gabriel Wicki Date: Sun, 5 Feb 2023 00:27:20 +0100 Subject: [PATCH 3/6] gnu: Update wlroots to 0.16.1. * gnu/packages/wm.scm (wlroots): Update to version 0.16.1. --- gnu/packages/wm.scm | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index a860ed1f93..8f812bc14b 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -101,6 +101,7 @@ (define-module (gnu packages wm) #:use-module (gnu packages build-tools) #:use-module (gnu packages calendar) #:use-module (gnu packages check) + #:use-module (gnu packages cmake) #:use-module (gnu packages datastructures) #:use-module (gnu packages docbook) #:use-module (gnu packages documentation) @@ -130,6 +131,7 @@ (define-module (gnu packages wm) #:use-module (gnu packages maths) #:use-module (gnu packages mpd) #:use-module (gnu packages pcre) + #:use-module (gnu packages pciutils) #:use-module (gnu packages perl) #:use-module (gnu packages pkg-config) #:use-module (gnu packages pretty-print) @@ -146,6 +148,7 @@ (define-module (gnu packages wm) #:use-module (gnu packages textutils) #:use-module (gnu packages time) #:use-module (gnu packages video) + #:use-module (gnu packages vulkan) #:use-module (gnu packages web) #:use-module (gnu packages xdisorg) #:use-module (gnu packages xml) @@ -1538,16 +1541,16 @@ (define-public polybar (define-public wlroots (package (name "wlroots") - (version "0.14.1") + (version "0.16.1") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/swaywm/wlroots") + (url "https://gitlab.freedesktop.org/wlroots/wlroots.git") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1sshp3lvlkl1i670kxhwsb4xzxl8raz6769kqvgmxzcb63ns9ay1")))) + (base32 "11kcica9waj1a1xgbi12gif9z5z0b4xzycbcgawbgdmj77pws8sk")))) (build-system meson-build-system) (arguments `(#:phases @@ -1558,7 +1561,16 @@ (define-public wlroots (("Xwayland") (string-append (assoc-ref inputs "xorg-server-xwayland") "/bin/Xwayland"))) + #t)) + (add-before 'configure 'fix-meson-file + (lambda* (#:key inputs #:allow-other-keys) + (substitute* "backend/drm/meson.build" + (("/usr/share/hwdata/pnp.ids") + (string-append (assoc-ref inputs "hwdata") + "/share/hwdata/pnp.ids"))) #t))))) + (inputs (list cmake + `(,hwdata "pnp"))) (propagated-inputs (list ;; As required by wlroots.pc. eudev @@ -1567,8 +1579,9 @@ (define-public wlroots mesa pixman libseat + vulkan-headers wayland - wayland-protocols + wayland-protocols-next xcb-util-errors xcb-util-wm xorg-server-xwayland)) From patchwork Mon Feb 6 23:26:53 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gabriel Wicki X-Patchwork-Id: 46703 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 0E79D27BBED; Mon, 6 Feb 2023 23:28:20 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-3.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id F364627BBE9 for ; Mon, 6 Feb 2023 23:28:18 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pPAu4-0007W2-96; Mon, 06 Feb 2023 18:28:04 -0500 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 1pPAu2-0007Vg-Kg for guix-patches@gnu.org; Mon, 06 Feb 2023 18:28:02 -0500 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 1pPAu2-00056N-6V for guix-patches@gnu.org; Mon, 06 Feb 2023 18:28:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pPAu1-0000k2-Vj for guix-patches@gnu.org; Mon, 06 Feb 2023 18:28:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#61331] [PATCH 4/6] gnu: Update wayland-protocols-next to 1.31. References: <20230206231710.sh5pmgknkoulasvo@blackbox> In-Reply-To: <20230206231710.sh5pmgknkoulasvo@blackbox> Resent-From: Gabriel Wicki Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 06 Feb 2023 23:28:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61331 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 61331@debbugs.gnu.org Received: via spool by 61331-submit@debbugs.gnu.org id=B61331.16757260232762 (code B ref 61331); Mon, 06 Feb 2023 23:28:01 +0000 Received: (at 61331) by debbugs.gnu.org; 6 Feb 2023 23:27:03 +0000 Received: from localhost ([127.0.0.1]:50387 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pPAt5-0000iU-81 for submit@debbugs.gnu.org; Mon, 06 Feb 2023 18:27:03 -0500 Received: from chimborazo.ee.ethz.ch ([129.132.2.15]:54481) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pPAt3-0000hu-VN for 61331@debbugs.gnu.org; Mon, 06 Feb 2023 18:27:02 -0500 Received: from blackbox (unknown [85.195.207.206]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: gabriel) by chimborazo.ee.ethz.ch (Postfix) with ESMTPSA id 73CE04001E for <61331@debbugs.gnu.org>; Tue, 7 Feb 2023 00:26:56 +0100 (CET) Date: Tue, 7 Feb 2023 00:26:53 +0100 From: Gabriel Wicki Message-ID: <20230206232653.oypix7s2hxgfxasw@blackbox> MIME-Version: 1.0 Content-Disposition: inline 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-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches From fdb4d5d1e463da5c26688f448dd3da56090b9593 Mon Sep 17 00:00:00 2001 From: Gabriel Wicki Date: Sun, 5 Feb 2023 00:56:38 +0100 Subject: [PATCH 4/6] gnu: Update wayland-protocols-next to 1.31. * gnu/packages/freedesktop.scm (wayland-protocols-next): Update to version 1.31. --- gnu/packages/freedesktop.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 989912f38f..5c8f079872 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -1272,15 +1272,15 @@ (define-public wayland-protocols-next (package (inherit wayland-protocols) (name "wayland-protocols") - (version "1.26") + (version "1.31") (source (origin (method url-fetch) - (uri (string-append - "https://wayland.freedesktop.org/releases/" - "wayland-protocols-" version ".tar.xz")) + (uri (string-append "https://gitlab.freedesktop.org/wayland/" + name "/-/releases/" version + "/downloads/" name "-" version ".tar.xz")) (sha256 (base32 - "04vgllmpmrv14x3x64ns01vgwx4hriljayjkz9idgbv83i63hly5")))))) + "0f72359fzvh6jzri4fd79m34rwm2r55p2ryq4306wrw7xliafzx0")))))) (define-public wayland-utils (package From patchwork Mon Feb 6 23:27:29 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gabriel Wicki X-Patchwork-Id: 46702 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 F2C4927BBEB; Mon, 6 Feb 2023 23:28:08 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-3.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id EEC7727BBE9 for ; Mon, 6 Feb 2023 23:28:07 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pPAu4-0007WQ-GA; Mon, 06 Feb 2023 18:28:05 -0500 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 1pPAu2-0007Vi-OT for guix-patches@gnu.org; Mon, 06 Feb 2023 18:28:02 -0500 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 1pPAu2-00056S-FX for guix-patches@gnu.org; Mon, 06 Feb 2023 18:28:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pPAu2-0000k9-C2 for guix-patches@gnu.org; Mon, 06 Feb 2023 18:28:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#61331] [PATCH 5/6] gnu: Update libinput to 1.22.1. References: <20230206231710.sh5pmgknkoulasvo@blackbox> In-Reply-To: <20230206231710.sh5pmgknkoulasvo@blackbox> Resent-From: Gabriel Wicki Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 06 Feb 2023 23:28:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61331 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 61331@debbugs.gnu.org Received: via spool by 61331-submit@debbugs.gnu.org id=B61331.16757260602820 (code B ref 61331); Mon, 06 Feb 2023 23:28:02 +0000 Received: (at 61331) by debbugs.gnu.org; 6 Feb 2023 23:27:40 +0000 Received: from localhost ([127.0.0.1]:50390 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pPAtf-0000jQ-LI for submit@debbugs.gnu.org; Mon, 06 Feb 2023 18:27:39 -0500 Received: from chimborazo.ee.ethz.ch ([129.132.2.15]:42269) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pPAtd-0000jC-Us for 61331@debbugs.gnu.org; Mon, 06 Feb 2023 18:27:38 -0500 Received: from blackbox (unknown [85.195.207.206]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: gabriel) by chimborazo.ee.ethz.ch (Postfix) with ESMTPSA id 4C4984001E for <61331@debbugs.gnu.org>; Tue, 7 Feb 2023 00:27:32 +0100 (CET) Date: Tue, 7 Feb 2023 00:27:29 +0100 From: Gabriel Wicki Message-ID: <20230206232729.g4wfnvwyo4fsdm3s@blackbox> MIME-Version: 1.0 Content-Disposition: inline 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-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches From 4daaffccca2ba1e89592b7302a6e9c9c92428fcc Mon Sep 17 00:00:00 2001 From: Gabriel Wicki Date: Sun, 5 Feb 2023 01:06:50 +0100 Subject: [PATCH 5/6] gnu: Update libinput to 1.22.1. * gnu/packages/freedesktop.scm (libinput): Update to version 1.22.1. [inputs] Add python. --- gnu/packages/freedesktop.scm | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 5c8f079872..a718074c19 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -589,14 +589,16 @@ (define-public libinput ;; Updating this will rebuild over 700 packages through libinput-minimal. (package (name "libinput") - (version "1.19.4") + (version "1.22.1") (source (origin - (method url-fetch) - (uri (string-append "https://freedesktop.org/software/libinput/" - "libinput-" version ".tar.xz")) + (method git-fetch) + + (uri (git-reference + (url "https://gitlab.freedesktop.org/libinput/libinput.git") + (commit version))) (sha256 (base32 - "0h5lz54rrl48bhi3vki6s08m6rn2h62rlf08dhgchdm9nmqaaczz")))) + "17a5qlym2d6lg2j8fdpxda9k7x5zr35flb4wlj1bz7h0mnkh8326")))) (build-system meson-build-system) (arguments `(#:configure-flags '("-Ddocumentation=false") @@ -613,7 +615,8 @@ (define-public libinput gtk+ libevdev libwacom - mtdev)) + mtdev + python)) (propagated-inputs `(;; libinput.h requires , so propagate it. ("udev" ,eudev))) From patchwork Mon Feb 6 23:29:05 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gabriel Wicki X-Patchwork-Id: 46704 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 0334627BBED; Mon, 6 Feb 2023 23:30:24 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-3.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H2,SPF_HELO_PASS autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 753E627BBE9 for ; Mon, 6 Feb 2023 23:30:23 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pPAw6-000826-SU; Mon, 06 Feb 2023 18:30:10 -0500 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 1pPAvz-00081l-F1 for guix-patches@gnu.org; Mon, 06 Feb 2023 18:30:04 -0500 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 1pPAvy-0005H2-Sr for guix-patches@gnu.org; Mon, 06 Feb 2023 18:30:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pPAvy-0000og-D6 for guix-patches@gnu.org; Mon, 06 Feb 2023 18:30:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#61331] [PATCH 6/6] gnu: Update sway to 1.8. References: <20230206231710.sh5pmgknkoulasvo@blackbox> In-Reply-To: <20230206231710.sh5pmgknkoulasvo@blackbox> Resent-From: Gabriel Wicki Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 06 Feb 2023 23:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61331 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 61331@debbugs.gnu.org Received: via spool by 61331-submit@debbugs.gnu.org id=B61331.16757261683062 (code B ref 61331); Mon, 06 Feb 2023 23:30:02 +0000 Received: (at 61331) by debbugs.gnu.org; 6 Feb 2023 23:29:28 +0000 Received: from localhost ([127.0.0.1]:50408 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pPAvD-0000n8-Vb for submit@debbugs.gnu.org; Mon, 06 Feb 2023 18:29:28 -0500 Received: from chimborazo.ee.ethz.ch ([129.132.2.15]:47141) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pPAvC-0000mt-KF for 61331@debbugs.gnu.org; Mon, 06 Feb 2023 18:29:15 -0500 Received: from blackbox (unknown [85.195.207.206]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: gabriel) by chimborazo.ee.ethz.ch (Postfix) with ESMTPSA id BADBE4001E for <61331@debbugs.gnu.org>; Tue, 7 Feb 2023 00:29:08 +0100 (CET) Date: Tue, 7 Feb 2023 00:29:05 +0100 From: Gabriel Wicki Message-ID: <20230206232905.kn6n7qtltviv23ma@blackbox> MIME-Version: 1.0 Content-Disposition: inline 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-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches From 8433a386ff0895c9b43e947fe8d35562b3a65b5f Mon Sep 17 00:00:00 2001 From: Gabriel Wicki Date: Sun, 5 Feb 2023 01:40:52 +0100 Subject: [PATCH 6/6] gnu: Update sway to 1.8. * gnu/packages/wm.scm (sway): Update to version 1.8. --- gnu/packages/wm.scm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 8f812bc14b..0bc7b2c880 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1597,7 +1597,7 @@ (define-public wlroots (define-public sway (package (name "sway") - (version "1.6.1") + (version "1.8") (source (origin (method git-fetch) @@ -1606,7 +1606,7 @@ (define-public sway (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0j4sdbsrlvky1agacc0pcz9bwmaxjmrapjnzscbd2i0cria2fc5j")))) + (base32 "17dqr2lkmcv2ssp7vky27zw599i77whpb1aqh1s6kl8a8vkrz6mg")))) (build-system meson-build-system) (arguments `(;; elogind is propagated by wlroots -> libseat @@ -1629,17 +1629,20 @@ (define-public sway #t))))) (inputs (list basu cairo + cmake gdk-pixbuf json-c libevdev libinput-minimal libxkbcommon pango + pcre2 + python-wrapper swaybg wayland wlroots)) (native-inputs - (list linux-pam mesa pkg-config scdoc wayland-protocols)) + (list linux-pam mesa pkg-config scdoc wayland-protocols-next)) (home-page "https://github.com/swaywm/sway") (synopsis "Wayland compositor compatible with i3") (description "Sway is a i3-compatible Wayland compositor.")