From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 01 17:05:49 2022 Received: (at submit) by debbugs.gnu.org; 1 Jan 2022 22:05:49 +0000 Received: from localhost ([127.0.0.1]:59508 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n3mVY-0007zL-RR for submit@debbugs.gnu.org; Sat, 01 Jan 2022 17:05:49 -0500 Received: from lists.gnu.org ([209.51.188.17]:49678) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n3lgA-0006Fv-Ad for submit@debbugs.gnu.org; Sat, 01 Jan 2022 16:12:42 -0500 Received: from eggs.gnu.org ([209.51.188.92]:52454) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n3lgA-0005Gw-2o for guix-patches@gnu.org; Sat, 01 Jan 2022 16:12:42 -0500 Received: from w1.tutanota.de ([81.3.6.162]:55080) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n3lg7-0007Mg-SM for guix-patches@gnu.org; Sat, 01 Jan 2022 16:12:41 -0500 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w1.tutanota.de (Postfix) with ESMTP id B0081FBF81C for ; Sat, 1 Jan 2022 21:12:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1641071556; s=s1; d=tutanota.com; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=FTGi4LZG7O5n5jU2GL1kwQhxanLWZ+LitJhH9Y/BOf4=; b=L97oA+sqpLyzFGRP+bkBEbGWD+AHr1TJOlVL85iF9W/fSZA2aE4m97y2WpYuNIEN /ZOi2wCPgCpXm3s1EGeP2j8t82rfSO91iey9HiTrlj+9tHivF7bIUOeBKvbsfYzsqfB LynfeQpNRP0HpkLpe0r3LFiN1dMjGoBIk3yaSHP593XIT0pc6LeGzvZP0+r7qg0l+tL wnzr67r1clK4nY1NY5OoAiv3HrH+nNqt2k8+ua7IXrujvzYxyPRytfOfVUSd3lRZm34 r6q+48J+h7U6Eln9NuBTPegF+ROhvkWc5+EvF9mh39fWMH2R4GxWzk/92MRTm+itx9L olXAmCYTvA== Date: Sat, 1 Jan 2022 22:12:36 +0100 (CET) From: kiasoc5@tutanota.com To: guix-patches@gnu.org Message-ID: Subject: [PATCH] Update wlr-randr, swayidle, mako MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_476269_1495212262.1641071556707" Received-SPF: pass client-ip=81.3.6.162; envelope-from=kiasoc5@tutanota.com; helo=w1.tutanota.de X-Spam_score_int: -1 X-Spam_score: -0.2 X-Spam_bar: / X-Spam_report: (-0.2 / 5.0 requ) DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sat, 01 Jan 2022 17:05:47 -0500 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.4 (--) ------=_Part_476269_1495212262.1641071556707 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit First time contributing, hope this works. ------=_Part_476269_1495212262.1641071556707 Content-Type: text/x-patch; charset=us-ascii; name=0001-gnu-wlr-randr-Update-to-0.2.0.patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-gnu-wlr-randr-Update-to-0.2.0.patch >From 64d9a59b27c99e6272a912fe0d8e0abcac0e18dd Mon Sep 17 00:00:00 2001 From: kiasoc5 Date: Tue, 28 Dec 2021 16:12:50 -0500 Subject: [PATCH 1/3] gnu: wlr-randr: Update to 0.2.0 --- gnu/packages/wm.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index c6881154fe..59e00eca80 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1720,20 +1720,20 @@ (define-public waybar (define-public wlr-randr (package (name "wlr-randr") - (version "0.1.0") + (version "0.2.0") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/emersion/wlr-randr") + (url "https://git.sr.ht/~emersion/wlr-randr") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "10c8zzp78s5bw34vvjhilipa28bsdx3jbyhnxgp8f8kawh3cvgsc")))) + (base32 "0d44r4schknfc3g09y0kjbhl62zkynv6hi1z4zqc9ic5fhav3r15")))) (build-system meson-build-system) (inputs (list wayland)) (native-inputs (list pkg-config)) - (home-page "https://github.com/emersion/wlr-randr") + (home-page "https://sr.ht/~emersion/wlr-randr") (synopsis "Utility to manage Wayland compositor outputs") (description "wlr-randr is a utility to manage outputs of a Wayland compositor.") (license license:expat))) ; MIT license base-commit: 2c451db39aabc69bdbf186f412ee6e0b4e180ccb -- 2.34.1 ------=_Part_476269_1495212262.1641071556707 Content-Type: text/x-patch; charset=us-ascii; name=0002-gnu-mako-Update-to-1.6.patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0002-gnu-mako-Update-to-1.6.patch >From d1248fa2ca5b992494598c5b95900def924ee098 Mon Sep 17 00:00:00 2001 From: kiasoc5 Date: Tue, 28 Dec 2021 16:37:04 -0500 Subject: [PATCH 2/3] gnu: mako: Update to 1.6 --- gnu/packages/wm.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 59e00eca80..cd4c6dfa95 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1741,7 +1741,7 @@ (define-public wlr-randr (define-public mako (package (name "mako") - (version "1.4.1") + (version "1.6") (source (origin (method git-fetch) @@ -1750,7 +1750,7 @@ (define-public mako (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0hwvibpnrximb628w9dsfjpi30b5jy7nfkm4d94z5vhp78p43vxh")))) + (base32 "0vbx2r01rq3r9zc6kflah44ms1fzf4z857zmq3qxnfsyjdkz1hs5")))) (build-system meson-build-system) (inputs (list cairo elogind gdk-pixbuf pango wayland)) (native-inputs (list pkg-config scdoc wayland-protocols)) -- 2.34.1 ------=_Part_476269_1495212262.1641071556707 Content-Type: text/x-patch; charset=us-ascii; name=0003-gnu-swayidle-Update-to-1.7.patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0003-gnu-swayidle-Update-to-1.7.patch >From 24aaa93332d97135842471bdc7dc69a8c28a12a5 Mon Sep 17 00:00:00 2001 From: kiasoc5 Date: Tue, 28 Dec 2021 16:42:00 -0500 Subject: [PATCH 3/3] gnu: swayidle: Update to 1.7 --- gnu/packages/wm.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index cd4c6dfa95..d4abbc6824 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1586,7 +1586,7 @@ (define-public sway (define-public swayidle (package (name "swayidle") - (version "1.6") + (version "1.7") (source (origin (method git-fetch) @@ -1595,7 +1595,7 @@ (define-public swayidle (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1nd3v8r9549lykdwh4krldfl59lzaspmmai5k1icy7dvi6kkr18r")))) + (base32 "0ziya8d5pvvxg16jhy4i04pvq11bdvj68gz5q654ar4dldil17nn")))) (build-system meson-build-system) (arguments `(#:configure-flags '("-Dlogind-provider=elogind"))) -- 2.34.1 ------=_Part_476269_1495212262.1641071556707-- From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 02 00:49:33 2022 Received: (at submit) by debbugs.gnu.org; 2 Jan 2022 05:49:33 +0000 Received: from localhost ([127.0.0.1]:59778 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n3tkL-0008Tv-Fz for submit@debbugs.gnu.org; Sun, 02 Jan 2022 00:49:33 -0500 Received: from lists.gnu.org ([209.51.188.17]:46022) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n3tkI-0008Tg-VO for submit@debbugs.gnu.org; Sun, 02 Jan 2022 00:49:32 -0500 Received: from eggs.gnu.org ([209.51.188.92]:51022) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n3tkI-0008QD-JM for guix-patches@gnu.org; Sun, 02 Jan 2022 00:49:30 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:38079) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n3tkG-0007Zq-Dz for guix-patches@gnu.org; Sun, 02 Jan 2022 00:49:30 -0500 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 8C3EA5C00EB; Sun, 2 Jan 2022 00:49:26 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute5.internal (MEProxy); Sun, 02 Jan 2022 00:49:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=N8hdfEArz7k8sU3VxnWfnLbV vgcLK0mmB/5Iw6mLx5g=; b=XQE9Pvw3RTGGK7X5XMv+G6oS8fGwM025fvcw5GiJ xdApWrNHeTNn8JMEK2x5ugmTHaoK/4F/8Tjx2w/odXSsYp844kM4McRTExtgcsrk XUurClUP2ZkDnTFpDp0gDPjVKtwiFhSNjA49jCS+gbr2ERKLjA1vtU+3HsOI2eUk 758= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc: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=fm1; bh=N8hdfE Arz7k8sU3VxnWfnLbVvgcLK0mmB/5Iw6mLx5g=; b=LE6bI/zZPWrsPosSsZFTmL pgE73si/dXeWc6e2BpsqFq1ZiPdQPfYqlQPmJDaIMNkVon5PeYC1xIJSnWbx4HRG XwBan1wFJNwOl1iy0GHXPTqhjM5ATVOs71DXZxdNnZiOMRI5gZjQKzS/JLGaUjWh aYzBEN8rRYu2ArjSaT1JcmaPMze2ZGM6FFKySWalmjTw2X2LuN/QWHqFXlu6C/8C bmt4UOEAQ63aCeJ1FZR9IwrjQgJg1bShYnmjPHo3oNgQZR4v9Kzosmvz2FyANboY NbOQuMagjg4GiaprbBDZpyNyYKwWoT1S1kyNSBuuI4nrJJITWbhW/nqnZFSo4rDQ == X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvuddruddvkedgkeekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfffhvffukfhfgggtuggjsehttdertddttddvnecuhfhrohhmpefnvghoucfh rghmuhhlrghrihcuoehlvghosehfrghmuhhlrghrihdrnhgrmhgvqeenucggtffrrghtth gvrhhnpeeukeektdffvddtudegjeegtdevhfeufeeivdejiedtieegtdevjedvjeehffev gfenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehlvg hosehfrghmuhhlrghrihdrnhgrmhgv X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sun, 2 Jan 2022 00:49:26 -0500 (EST) Date: Sun, 2 Jan 2022 00:49:24 -0500 From: Leo Famulari To: kiasoc5--- via Guix-patches via Subject: Re: [bug#52937] [PATCH] Update wlr-randr, swayidle, mako Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=66.111.4.28; envelope-from=leo@famulari.name; helo=out4-smtp.messagingengine.com X-Spam_score_int: -8 X-Spam_score: -0.9 X-Spam_bar: / X-Spam_report: (-0.9 / 5.0 requ) DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: 52937-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: -2.4 (--) On Sat, Jan 01, 2022 at 10:12:36PM +0100, kiasoc5--- via Guix-patches via wrote: > First time contributing, hope this works. > From 64d9a59b27c99e6272a912fe0d8e0abcac0e18dd Mon Sep 17 00:00:00 2001 > From: kiasoc5 > Date: Tue, 28 Dec 2021 16:12:50 -0500 > Subject: [PATCH 1/3] gnu: wlr-randr: Update to 0.2.0 Thanks! I pushed as 7e130d46000ce3c6dec88e28cefdfab19013688c after tweaking the commit messages to: 1) Use complete sentences, including punctuation. 2) Include descriptions of the changes in the "GNU Changelog" style, which describes the changes in terms of code. It seems redundant for this type of simple "update" commit but it's how we do things. From unknown Sun Jun 22 03:58:21 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 30 Jan 2022 12:24:06 +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