all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72452] [PATCH] add guile-swayer package
@ 2024-08-03 20:31 mrh
  2024-09-07 16:15 ` Nicolas Graves via Guix-patches via
                   ` (8 more replies)
  0 siblings, 9 replies; 23+ messages in thread
From: mrh @ 2024-08-03 20:31 UTC (permalink / raw)
  To: 72452; +Cc: mrh

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





^ permalink raw reply related	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2024-09-19 10:49 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-03 20:31 [bug#72452] [PATCH] add guile-swayer package mrh
2024-09-07 16:15 ` Nicolas Graves via Guix-patches via
2024-09-07 18:17   ` mrh57
2024-09-07 18:28 ` [bug#72452] [PATCH v2] gnu: add guile-swayer mrh
2024-09-09  4:46 ` [bug#72452] [PATCH] add guile-swayer package Nicolas Graves via Guix-patches via
2024-09-09 16:21   ` mrh57
2024-09-10  8:14     ` Nicolas Graves via Guix-patches via
2024-09-09 16:24 ` [bug#72452] [PATCH v3] gnu: add guile-swayer Alec Barreto
2024-09-10 12:08 ` [bug#72452] [PATCH v4] " Alec Barreto
2024-09-10 12:13 ` [bug#72452] Fwd: Re: [bug#72452] [PATCH] add guile-swayer package mrh57
2024-09-11 15:10   ` Nicolas Graves via Guix-patches via
2024-09-11 22:25     ` Alec Barreto
2024-09-10 17:23 ` [bug#72452] QA review for 72452 Nicolas Graves via Guix-patches via
2024-09-11 22:27 ` [bug#72452] [PATCH v5] gnu: Add guile-swayer Alec Barreto
2024-09-12 17:12   ` Ludovic Courtès
2024-09-13 12:03     ` Alec Barreto
2024-09-14 14:18       ` Alec Barreto
2024-09-14 15:52         ` Nicolas Graves via Guix-patches via
2024-09-14 18:23           ` Alec Barreto
2024-09-16 19:49             ` Nicolas Graves via Guix-patches via
2024-09-17  0:51               ` Alec Barreto
2024-09-17  0:54 ` [bug#72452] [PATCH v6] " Alec Barreto
2024-09-19 10:47   ` bug#72452: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.