GNU bug report logs - #75921
[PATCH] gnu: guile-swayer: Update to 0.4.1.

Previous Next

Package: guix-patches;

Reported by: Ashish SHUKLA <ashish.is <at> lostca.se>

Date: Wed, 29 Jan 2025 07:34:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: 宋文武 <iyzsong <at> envs.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#75921: closed ([PATCH] gnu: guile-swayer: Update to 0.4.1.)
Date: Sun, 02 Feb 2025 06:35:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 02 Feb 2025 14:37:40 +0800
with message-id <87ikpsrgwb.fsf <at> envs.net>
and subject line Re: [bug#75921] [PATCH] gnu: guile-swayer: Update to 0.4.1.
has caused the debbugs.gnu.org bug report #75921,
regarding [PATCH] gnu: guile-swayer: Update to 0.4.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
75921: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75921
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ashish SHUKLA <ashish.is <at> lostca.se>
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] gnu: guile-swayer: Update to 0.4.1.
Date: Wed, 29 Jan 2025 07:32:45 +0000
* 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 <felix.lechner <at> lease-up.com>
 ;;; Copyright © 2024 Alec Barreto <mrh57 <at> posteo.net>
 ;;; Copyright © 2024 Josep Bigorra <jjbigorra <at> gmail.com>
+;;; Copyright © 2024 Ashish SHUKLA <ashish.is <at> lostca.se>
 ;;;
 ;;; 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



[Message part 3 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: Ashish SHUKLA <ashish.is <at> lostca.se>
Cc: 75921-done <at> debbugs.gnu.org
Subject: Re: [bug#75921] [PATCH] gnu: guile-swayer: Update to 0.4.1.
Date: Sun, 02 Feb 2025 14:37:40 +0800
Ashish SHUKLA <ashish.is <at> lostca.se> 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!


This bug report was last modified 112 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.