GNU bug report logs - #73753
[PATCH] gnu: Add swaysome

Previous Next

Package: guix-patches;

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

Date: Fri, 11 Oct 2024 21:40:03 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 73753 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#73753; Package guix-patches. (Fri, 11 Oct 2024 21:40:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Luca Matei Pintilie <luca <at> lucamatei.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 11 Oct 2024 21:40:03 GMT) Full text and rfc822 format available.

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

From: Luca Matei Pintilie <luca <at> lucamatei.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add swaysome
Date: Fri, 11 Oct 2024 23:14:59 +0200
[Message part 1 (text/plain, inline)]
Signed-off-by: Luca Matei Pintilie <luca <at> lucamatei.com>
Change-Id: I7e9b43b875cfdf68131b0fcff99721655c5af2d0
---
 First guix package, be gentle :D

 I am very new to guix, and as such I do not feel comfortable
 maintaining this package. Regardless, I have tested this both on
 void-linux and Guix System and it works as intended for me.

 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 12205ef1aa..967d628d8a 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -3105,6 +3105,31 @@ (define-public swayr
 daemon which executes them.")
    (license license:gpl3+)))
 
+(define-public swaysome
+  (package
+    (name "swaysome")
+    (version "2.1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "swaysome" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "02lvq4pr7dbslxvlhfha6rhbqfmj8a6kq0p41b25a56p0pwhd7qq"))))
+    (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.46.2

[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 307 days ago.

Previous Next


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