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
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 19 Sep 2024 12:47:46 +0200
with message-id <87a5g39ay5.fsf <at> gnu.org>
and subject line Re: [bug#72452] [PATCH v6] gnu: Add guile-swayer.
has caused the debbugs.gnu.org bug report #72452,
regarding [PATCH] add guile-swayer package
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
72452: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72452
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
guile-swayer provides guile bindings to manipulate windows via the sway wayland compositor
Change-Id: If579694d8fb20bec5f3fd542430783a25a6c155b
---
gnu/packages/guile-xyz.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 3ce4f6a8d6..5693bbde0f 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1027,6 +1027,24 @@ (define-public guile2.2-filesystem
(name "guile2.2-filesystem")
(inputs (list guile-2.2))))
+(define-public guile-swayer
+ (package
+ (name "guile-swayer")
+ (version "0.2.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 "9c962281f405453fb3770dd0546ef6951c9236dd")))
+ (sha256 (base32 "09c0143q9sm75xp1qz7a7ihdqfwqg4w8nlq0mmnivhvamww775ss"))))
+ (native-inputs (list guile-3.0))
+ (build-system guile-build-system)
+ (synopsis "Extensible Guile bindings for SwayWM")
+ (description "Extensible Guile bindings for SwayWM")
+ (license license:expat)))
+
(define-public guile-syntax-highlight
(package
(name "guile-syntax-highlight")
base-commit: b20956651a53a8f23828fdeb6945e1a31e6997a8
--
2.45.2
[Message part 3 (message/rfc822, inline)]
Alec Barreto <mrh57 <at> posteo.net> skribis:
> * gnu/packages/guile-xyz.scm (guile-swayer): New variable.
>
> Change-Id: Ibd3817842e36fa35a3f1ecc09288549c10fd0d12
Applied, thanks!
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.