[PATCH] gnu: add guile-swayer

  • Done
  • quality assurance status badge
Details
2 participants
  • mrh
  • Nicolas Graves
Owner
unassigned
Submitted by
mrh
Severity
normal

Debbugs page

M
(address . guix-patches@gnu.org)(name . mrh)(address . mrh57@posteo.net)
a80d1e8168d35ff999a1db5db48fb03102abf6ca.1725660815.git.mrh57@posteo.net
Change-Id: Ibd3817842e36fa35a3f1ecc09288549c10fd0d12
---
guile-swayer provides guile bindings to manipulate windows via the sway wayland compositor

gnu/packages/guile-xyz.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)

Toggle diff (33 lines)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 6204261cd5..038cb98dc7 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: ed95ddeb1e58c314f2e22b4cd35986042f3e2f21
--
2.45.2
N
N
Nicolas Graves wrote on 7 Sep 09:02 -0700
control message for bug #73083
(address . control@debbugs.gnu.org)
87a5gjjvtd.fsf@ngraves.fr
close 73083
quit

This is a duplicate of 72452.


--
Best regards,
Nicolas Graves
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 73083@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73083
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