From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id UDVlARt8JGNATAAAbAwnHQ (envelope-from ) for ; Fri, 16 Sep 2022 15:37:31 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id gPFuARt8JGP84AAA9RJhRA (envelope-from ) for ; Fri, 16 Sep 2022 15:37:31 +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 9F6D7B45D for ; Fri, 16 Sep 2022 15:37:30 +0200 (CEST) Received: from localhost ([::1]:55178 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oZBX7-0007i0-CM for larch@yhetil.org; Fri, 16 Sep 2022 09:37:29 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50400) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oZBN2-0005Qv-O5 for guix-patches@gnu.org; Fri, 16 Sep 2022 09:27:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43074) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oZBN1-0007Y3-6m for guix-patches@gnu.org; Fri, 16 Sep 2022 09:27:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oZBN1-0007PX-1y for guix-patches@gnu.org; Fri, 16 Sep 2022 09:27:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#57859] [PATCH 2/2] gnu: wlroots: Update to 0.15.1. Resent-From: Demis Balbach Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 16 Sep 2022 13:27:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57859 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 57859@debbugs.gnu.org Cc: Demis Balbach Received: via spool by 57859-submit@debbugs.gnu.org id=B57859.166333479728439 (code B ref 57859); Fri, 16 Sep 2022 13:27:03 +0000 Received: (at 57859) by debbugs.gnu.org; 16 Sep 2022 13:26:37 +0000 Received: from localhost ([127.0.0.1]:42149 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oZBMb-0007Ob-8k for submit@debbugs.gnu.org; Fri, 16 Sep 2022 09:26:37 -0400 Received: from mout-p-103.mailbox.org ([80.241.56.161]:34496) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oZBMX-0007O3-8W for 57859@debbugs.gnu.org; Fri, 16 Sep 2022 09:26:34 -0400 Received: from smtp102.mailbox.org (smtp102.mailbox.org [10.196.197.102]) (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-103.mailbox.org (Postfix) with ESMTPS id 4MTZbR1Xbxz9sQd; Fri, 16 Sep 2022 15:26:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=minikn.xyz; s=MBO0001; t=1663334787; h=from:from: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: in-reply-to:in-reply-to:references:references; bh=15rqZIXSBNFveKfFPaqelF3s1rmpGCVBnwZrK6rF+WM=; b=bGTyY47ccfykgzJoWjDO1xarI3PCcgr1DH+Zo6XpqGIcRuMwicINLoSiPRIdVLV3NLPvHn /BGY4vH4k+pYemv0Mv6phaP4HZUT/xe9Qjrjpr5notat98NVq52cAJ5K9EP/gfa4skXnFF O3y9YeWqAsT0p40fW0oou+7hNDxgCSBkQDaNEUnjha3La5D64Hyq4XDPk8kxSQQPn2uHOx m/ar50i3o7g27na+bD06gpRqcuX+vA3nJFMzPhIXsr92KznCmj4R0SV/nC08NmJG1UefxG cDD1bior8ITVbVPql323NGBG1mb0n3oY2BzZ9J01DMArAflmjL6GliIsfH+p6w== From: Demis Balbach Date: Fri, 16 Sep 2022 15:26:18 +0200 Message-Id: <20220916132618.15041-2-db@minikn.xyz> In-Reply-To: <20220916132618.15041-1-db@minikn.xyz> References: <20220916132618.15041-1-db@minikn.xyz> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1663335450; 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-cc: 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=15rqZIXSBNFveKfFPaqelF3s1rmpGCVBnwZrK6rF+WM=; b=cH4P5ZKNFJ6zUH6sEib+Cz8WjNS+25tth+3AHN6B95HZUPDF2MifRHCm8080jmQjx46dT1 UTr+ngdxjQZnSwkgJ8qpkhkyDZtkWo/3mols1H04760RS1lmQZzIG/HXuw+mkNXUoW7p9e JT6RRgfPaw4oUfUg4LrCjcrgQEsqNi8CgcM1m/Y5zJU4bkxlAxCmLgZstkLnVmLNAAAOn+ ULYBHPOBgsIYlvLKxeJdPknr+zl4OS8IMP7JnCQwSeT+N/kSNgpgXl87bu0KQtUBaKq3Op +ZFkmF3M5JgXcM8g6FMd/vBc0K9iI1fi2iUxwbL/x8q8/6rgeCILFYruU4eNpQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1663335450; a=rsa-sha256; cv=none; b=RsYhEN3YevZUYSabdC5WC2sJDwn/C92dbPtwg1wOQe70MylVz1ABuZH5NTawl+w3ZRYoQW uDWcJLUxUGO3r77152r9RCR9jUI8Tzkxl7JohiNz6j5Tw0htn8UkcsFBMrZ26b3AsTHYQK /eY/zLRUQ6x6URgKc7h8LY5VDQa61lrUYx8AHspsY6jRZavkpSc1YHtlYcJJSJSBRQoojf DGOOq01ELxMIRtyAQXkmDYeRnebQHbRYECSOB0qj96oySjXKFGzvM5X6XyCN5O0I8fRdqi aYFVrIdIdSIMhUY2KlKlQ0aN1VAuTlE//ZlIyaoqnjAF5AD4zPjqcqqXs1HGAA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=minikn.xyz header.s=MBO0001 header.b=bGTyY47c; dmarc=none; 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-Migadu-Spam-Score: 3.57 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=minikn.xyz header.s=MBO0001 header.b=bGTyY47c; dmarc=none; 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-Migadu-Queue-Id: 9F6D7B45D X-Spam-Score: 3.57 X-Migadu-Scanner: scn1.migadu.com X-TUID: ZTsUlx/Yeetp * gnu/packages/wm.scm (wlroots): Update to 0.15.1. --- gnu/packages/wm.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index f329020eb4..eb23435fcd 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -57,6 +57,7 @@ ;;; Copyright © 2022 muradm ;;; Copyright © 2022 Elais Player ;;; Copyright © 2022 Trevor Richards +;;; Copyright © 2022 Demis Balbach ;;; ;;; This file is part of GNU Guix. ;;; @@ -1534,16 +1535,16 @@ (define-public polybar (define-public wlroots (package (name "wlroots") - (version "0.14.1") + (version "0.15.1") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/swaywm/wlroots") + (url "https://gitlab.freedesktop.org/wlroots/wlroots") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1sshp3lvlkl1i670kxhwsb4xzxl8raz6769kqvgmxzcb63ns9ay1")))) + (base32 "00s73nhi3sc48l426jdlqwpclg41kx1hv0yk4yxhbzw19gqpfm1h")))) (build-system meson-build-system) (arguments `(#:phases @@ -1564,7 +1565,7 @@ (define-public wlroots pixman libseat wayland - wayland-protocols + wayland-protocols-next xcb-util-errors xcb-util-wm xorg-server-xwayland)) -- 2.37.3