[PATCH] gnu: guile-swayer: Update to 0.4.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ashish SHUKLA
  • 宋文武
Owner
unassigned
Submitted by
Ashish SHUKLA
Severity
normal

Debbugs page

Ashish SHUKLA wrote 1 months ago
(address . guix-patches@gnu.org)(name . Ashish SHUKLA)(address . ashish.is@lostca.se)
371a88db05a9a1f0c6284b279dd4924b91280537.1738135965.git.ashish.is@lostca.se
* 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(-)

Toggle diff (40 lines)
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@lease-up.com>
;;; Copyright © 2024 Alec Barreto <mrh57@posteo.net>
;;; Copyright © 2024 Josep Bigorra <jjbigorra@gmail.com>
+;;; Copyright © 2024 Ashish SHUKLA <ashish.is@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
宋文武 wrote 1 months ago
(name . Ashish SHUKLA)(address . ashish.is@lostca.se)(address . 75921-done@debbugs.gnu.org)
87ikpsrgwb.fsf@envs.net
Ashish SHUKLA <ashish.is@lostca.se> writes:

Toggle quote (4 lines)
> * 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!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 75921@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75921
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help