GNU bug report logs -
#72452
[PATCH] add guile-swayer package
Previous Next
Reported by: mrh <mrh57 <at> posteo.net>
Date: Sat, 3 Aug 2024 20:33:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #68 received at 72452 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/guile-xyz.scm (guile-swayer): New variable.
Change-Id: Ibd3817842e36fa35a3f1ecc09288549c10fd0d12
---
gnu/packages/guile-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 3bcb0e82bb..68a42098ef 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -50,6 +50,7 @@
;;; Copyright © 2024 Ilya Chernyshov <ichernyshovvv <at> gmail.com>
;;; Copyright © 2024 Artyom Bologov <mail <at> aartaka.me>
;;; Copyright © 2024 Felix Lechner <felix.lechner <at> lease-up.com>
+;;; Copyright © 2024 Alec Barreto <mrh57 <at> posteo.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1027,6 +1028,30 @@ (define-public guile2.2-filesystem
(name "guile2.2-filesystem")
(inputs (list guile-2.2))))
+(define-public guile-swayer
+ (package
+ (name "guile-swayer")
+ (version "0.3.0")
+ (home-page "https://github.com/ebeem/guile-swayer")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (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)
+ (synopsis "Extensible Guile bindings for SwayWM")
+ (description
+ "This package provides extensible Guile bindings for the Sway window
+manager. It can be used to query Sway, assign keybindings and listen to
+events in Guile.")
+ (license license:expat)))
+
(define-public guile-syntax-highlight
(package
(name "guile-syntax-highlight")
base-commit: 056910ec864cb7cf3225a0c27679d94405db7dcd
--
2.46.0
This bug report was last modified 245 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.