From unknown Sun Jun 22 08:11:06 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#75921] [PATCH] gnu: guile-swayer: Update to 0.4.1. Resent-From: Ashish SHUKLA Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 29 Jan 2025 07:34:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 75921 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 75921@debbugs.gnu.org Cc: Ashish SHUKLA X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.173813600019392 (code B ref -1); Wed, 29 Jan 2025 07:34:01 +0000 Received: (at submit) by debbugs.gnu.org; 29 Jan 2025 07:33:20 +0000 Received: from localhost ([127.0.0.1]:39743 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1td2Zc-00052i-4U for submit@debbugs.gnu.org; Wed, 29 Jan 2025 02:33:20 -0500 Received: from lists.gnu.org ([2001:470:142::17]:50120) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1td2ZZ-00052Q-31 for submit@debbugs.gnu.org; Wed, 29 Jan 2025 02:33:18 -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 1td2ZN-00006E-Cm for guix-patches@gnu.org; Wed, 29 Jan 2025 02:33:06 -0500 Received: from anamika.lostca.se ([2a01:4f9:3b:505c::2]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1td2ZL-0005B2-95 for guix-patches@gnu.org; Wed, 29 Jan 2025 02:33:04 -0500 Received: from localhost.localdomain (unknown [212.85.59.59]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id AA5C340AA; Wed, 29 Jan 2025 07:32:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1738135971; 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; bh=ADzSFQKYlaCPRyV9WS0FdCFIded20X9QeqK9JWPZOqA=; b=GvogHc5Nvz0u3++Foe0w+sUSyCvVrT80pVDSzcfNwc/FlIS5ZPAt0laWPoUOMDzLeZJjuU Ixka9TbRaui2OyhkwZ2z8cp6bDs4eFopb211wu8Oi+3idhFmq5SvqdMhqLiq2mtZq+/vK0 nLGEb/OqKGHY009afNSEjLsQk3F9KtQ= From: Ashish SHUKLA Date: Wed, 29 Jan 2025 07:32:45 +0000 Message-ID: <371a88db05a9a1f0c6284b279dd4924b91280537.1738135965.git.ashish.is@lostca.se> X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a01:4f9:3b:505c::2; envelope-from=ashish.is@lostca.se; helo=anamika.lostca.se 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: 0.9 (/) 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.1 (/) * gnu/packages/guile-xyz.scm (guile-swayer): Update to 0.4.1. [build-system]: Switch to gnu-build-system as per upstream. [native-inputs]: Add pkg-config, autoconf, automake. Change-Id: Ic3c469e38ad4fe8646ccf0c80ddcf945738b6f3c --- gnu/packages/guile-xyz.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 2d131c7709..b5f23f1970 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -52,6 +52,7 @@ ;;; Copyright © 2024 Felix Lechner ;;; Copyright © 2024 Alec Barreto ;;; Copyright © 2024 Josep Bigorra +;;; Copyright © 2024 Ashish SHUKLA ;;; ;;; This file is part of GNU Guix. ;;; @@ -1048,7 +1049,7 @@ (define-public guile2.2-filesystem (define-public guile-swayer (package (name "guile-swayer") - (version "0.3.0") + (version "0.4.1") (home-page "https://github.com/ebeem/guile-swayer") (source (origin @@ -1057,11 +1058,10 @@ (define-public guile-swayer (url "https://github.com/ebeem/guile-swayer") (commit (string-append "v" version)))) (file-name (git-file-name name version)) - (snippet '(delete-file "manifest.scm")) (sha256 - (base32 "16npa337rp0s9rg4fc749b1nq6kfxj77pdd1qfh9xdrb1n0w7awi")))) - (native-inputs (list guile-3.0)) - (build-system guile-build-system) + (base32 "14w126444jsbpqyhic1ibg1zwzmai9hlnzdk4gg1cj7fclq6vxpb")))) + (native-inputs (list autoconf automake guile-3.0 pkg-config)) + (build-system gnu-build-system) (synopsis "Extensible Guile bindings for SwayWM") (description "This package provides extensible Guile bindings for the Sway window base-commit: a488039848690c635639231027056f8d5f6068d1 -- 2.48.1 From unknown Sun Jun 22 08:11:06 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: Ashish SHUKLA Subject: bug#75921: closed (Re: [bug#75921] [PATCH] gnu: guile-swayer: Update to 0.4.1.) Message-ID: References: <87ikpsrgwb.fsf@envs.net> <371a88db05a9a1f0c6284b279dd4924b91280537.1738135965.git.ashish.is@lostca.se> X-Gnu-PR-Message: they-closed 75921 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 75921@debbugs.gnu.org Date: Sun, 02 Feb 2025 06:35:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1738478103-22724-1" This is a multi-part message in MIME format... ------------=_1738478103-22724-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #75921: [PATCH] gnu: guile-swayer: Update to 0.4.1. 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 75921@debbugs.gnu.org. --=20 75921: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D75921 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1738478103-22724-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 75921-done) by debbugs.gnu.org; 2 Feb 2025 06:34:06 +0000 Received: from localhost ([127.0.0.1]:60962 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1teTYU-0005sc-F4 for submit@debbugs.gnu.org; Sun, 02 Feb 2025 01:34:06 -0500 Received: from mail.envs.net ([5.199.136.28]:36934) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1teTYR-0005s8-Jw for 75921-done@debbugs.gnu.org; Sun, 02 Feb 2025 01:34:04 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id CDCAC38A2C3A; Sun, 2 Feb 2025 06:34:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id AgZXykx-wM8z; Sun, 2 Feb 2025 06:33:59 +0000 (UTC) Received: from localhost (unknown [112.44.100.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Sun, 2 Feb 2025 06:33:59 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id dce75e0c; Sun, 2 Feb 2025 06:37:40 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: Ashish SHUKLA Subject: Re: [bug#75921] [PATCH] gnu: guile-swayer: Update to 0.4.1. In-Reply-To: <371a88db05a9a1f0c6284b279dd4924b91280537.1738135965.git.ashish.is@lostca.se> (Ashish SHUKLA's message of "Wed, 29 Jan 2025 07:32:45 +0000") References: <371a88db05a9a1f0c6284b279dd4924b91280537.1738135965.git.ashish.is@lostca.se> Date: Sun, 02 Feb 2025 14:37:40 +0800 Message-ID: <87ikpsrgwb.fsf@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 75921-done Cc: 75921-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: -1.0 (-) Ashish SHUKLA writes: > * gnu/packages/guile-xyz.scm (guile-swayer): Update to 0.4.1. > [build-system]: Switch to gnu-build-system as per upstream. > [native-inputs]: Add pkg-config, autoconf, automake. Pushed to master, thank you! ------------=_1738478103-22724-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 29 Jan 2025 07:33:20 +0000 Received: from localhost ([127.0.0.1]:39743 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1td2Zc-00052i-4U for submit@debbugs.gnu.org; Wed, 29 Jan 2025 02:33:20 -0500 Received: from lists.gnu.org ([2001:470:142::17]:50120) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1td2ZZ-00052Q-31 for submit@debbugs.gnu.org; Wed, 29 Jan 2025 02:33:18 -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 1td2ZN-00006E-Cm for guix-patches@gnu.org; Wed, 29 Jan 2025 02:33:06 -0500 Received: from anamika.lostca.se ([2a01:4f9:3b:505c::2]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1td2ZL-0005B2-95 for guix-patches@gnu.org; Wed, 29 Jan 2025 02:33:04 -0500 Received: from localhost.localdomain (unknown [212.85.59.59]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id AA5C340AA; Wed, 29 Jan 2025 07:32:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1738135971; 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; bh=ADzSFQKYlaCPRyV9WS0FdCFIded20X9QeqK9JWPZOqA=; b=GvogHc5Nvz0u3++Foe0w+sUSyCvVrT80pVDSzcfNwc/FlIS5ZPAt0laWPoUOMDzLeZJjuU Ixka9TbRaui2OyhkwZ2z8cp6bDs4eFopb211wu8Oi+3idhFmq5SvqdMhqLiq2mtZq+/vK0 nLGEb/OqKGHY009afNSEjLsQk3F9KtQ= From: Ashish SHUKLA To: guix-patches@gnu.org Subject: [PATCH] gnu: guile-swayer: Update to 0.4.1. Date: Wed, 29 Jan 2025 07:32:45 +0000 Message-ID: <371a88db05a9a1f0c6284b279dd4924b91280537.1738135965.git.ashish.is@lostca.se> X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a01:4f9:3b:505c::2; envelope-from=ashish.is@lostca.se; helo=anamika.lostca.se 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: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Ashish SHUKLA 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.1 (/) * gnu/packages/guile-xyz.scm (guile-swayer): Update to 0.4.1. [build-system]: Switch to gnu-build-system as per upstream. [native-inputs]: Add pkg-config, autoconf, automake. Change-Id: Ic3c469e38ad4fe8646ccf0c80ddcf945738b6f3c --- gnu/packages/guile-xyz.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 2d131c7709..b5f23f1970 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -52,6 +52,7 @@ ;;; Copyright © 2024 Felix Lechner ;;; Copyright © 2024 Alec Barreto ;;; Copyright © 2024 Josep Bigorra +;;; Copyright © 2024 Ashish SHUKLA ;;; ;;; This file is part of GNU Guix. ;;; @@ -1048,7 +1049,7 @@ (define-public guile2.2-filesystem (define-public guile-swayer (package (name "guile-swayer") - (version "0.3.0") + (version "0.4.1") (home-page "https://github.com/ebeem/guile-swayer") (source (origin @@ -1057,11 +1058,10 @@ (define-public guile-swayer (url "https://github.com/ebeem/guile-swayer") (commit (string-append "v" version)))) (file-name (git-file-name name version)) - (snippet '(delete-file "manifest.scm")) (sha256 - (base32 "16npa337rp0s9rg4fc749b1nq6kfxj77pdd1qfh9xdrb1n0w7awi")))) - (native-inputs (list guile-3.0)) - (build-system guile-build-system) + (base32 "14w126444jsbpqyhic1ibg1zwzmai9hlnzdk4gg1cj7fclq6vxpb")))) + (native-inputs (list autoconf automake guile-3.0 pkg-config)) + (build-system gnu-build-system) (synopsis "Extensible Guile bindings for SwayWM") (description "This package provides extensible Guile bindings for the Sway window base-commit: a488039848690c635639231027056f8d5f6068d1 -- 2.48.1 ------------=_1738478103-22724-1--