GNU bug report logs - #73884
[PATCH 00/19] gnu: Add swayrbar

Previous Next

Package: guix-patches;

Reported by: Luca Matei Pintilie <luca <at> lucamatei.com>

Date: Sat, 19 Oct 2024 14:26:03 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


Message #68 received at 73884 <at> debbugs.gnu.org (full text, mbox):

From: Luca Matei Pintilie <luca <at> lucamatei.com>
To: 73884 <at> debbugs.gnu.org
Cc: Luca Matei Pintilie <luca <at> lucamatei.com>
Subject: [PATCH v2] gnu: Add swaysome
Date: Fri, 25 Oct 2024 21:23:25 +0200
Signed-off-by: Luca Matei Pintilie <luca <at> lucamatei.com>
Change-Id: I7e9b43b875cfdf68131b0fcff99721655c5af2d0
---
 gnu/packages/rust-apps.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 3844daa651..245e0216eb 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -3269,6 +3269,31 @@ (define-public swayr
 daemon which executes them.")
    (license license:gpl3+)))
 
+(define-public swaysome
+  (package
+    (name "swaysome")
+    (version "2.1.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "swaysome" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "12rqvjj9d12nm9zppgp4hvfw5l308gn9ljbbgbhi0cglpg11rnjk"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs (("rust-byteorder" ,rust-byteorder-1)
+                       ("rust-clap" ,rust-clap-4)
+                       ("rust-serde" ,rust-serde-1)
+                       ("rust-serde-json" ,rust-serde-json-1))))
+    (home-page "https://gitlab.com/hyask/swaysome")
+    (synopsis
+     "Awesome way to manage your multiple outputs with the sway windows manager")
+    (description
+     "This package provides swaysome provides an awesome way to manage your multiple
+outputs with the sway windows manager.")
+    (license license:expat)))
+
 (define-public tealdeer
   (package
     (name "tealdeer")
-- 
2.47.0





This bug report was last modified 190 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.