[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/15: gnu: Add swaysome.
From: |
guix-commits |
Subject: |
10/15: gnu: Add swaysome. |
Date: |
Thu, 14 Nov 2024 01:39:54 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit d6445fd9edbb1123ec7373565333cc737318b0ae
Author: Luca Matei Pintilie <luca@lucamatei.com>
AuthorDate: Fri Oct 25 21:23:25 2024 +0200
gnu: Add swaysome.
* gnu/packages/rust-apps.scm (swaysome): New variable.
Change-Id: I7e9b43b875cfdf68131b0fcff99721655c5af2d0
---
gnu/packages/rust-apps.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 3844daa651..63a81e01ed 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -3269,6 +3269,38 @@ JSON IPC interface. The swayr client offers
subcommands, and sends them to the
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
+ `(#:install-source? #f
+ #:cargo-inputs (("rust-byteorder" ,rust-byteorder-1)
+ ("rust-clap" ,rust-clap-4)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-serde-json" ,rust-serde-json-1))
+ #:phases
+ (modify-phases %standard-phases
+ (add-after 'install 'install-more
+ (lambda* (#:key outputs #:allow-other-keys)
+ (let* ((out (assoc-ref outputs "out"))
+ (man1 (string-append out "/share/man/man1")))
+ (install-file "swaysome.1" man1)))))))
+ (home-page "https://gitlab.com/hyask/swaysome")
+ (synopsis "Manage your multiple outputs with the sway window manager")
+ (description
+ "This package provides a way to manage your multiple outputs with the sway
+window manager.")
+ (license license:expat)))
+
(define-public tealdeer
(package
(name "tealdeer")
- 06/15: gnu: Add rust-gstreamer-sys-0.21., (continued)
- 06/15: gnu: Add rust-gstreamer-sys-0.21., guix-commits, 2024/11/14
- 09/15: gnu: Add rust-gstreamer-0.21., guix-commits, 2024/11/14
- 01/15: gnu: Add rust-wmidi-3., guix-commits, 2024/11/14
- 07/15: gnu: Add rust-option-operations-0.5., guix-commits, 2024/11/14
- 13/15: gnu: Add rust-uom-0.30., guix-commits, 2024/11/14
- 03/15: gnu: Add rust-urid-0.1., guix-commits, 2024/11/14
- 11/15: gnu: Add swayrbar., guix-commits, 2024/11/14
- 12/15: gnu: Add rust-battery-0.7., guix-commits, 2024/11/14
- 14/15: gnu: rust-once-cell-1: Update to 1.20.2., guix-commits, 2024/11/14
- 04/15: gnu: Add rust-search-provider-0.8., guix-commits, 2024/11/14
- 10/15: gnu: Add swaysome.,
guix-commits <=
- 08/15: gnu: Add rust-pretty-hex-0.4., guix-commits, 2024/11/14
- 15/15: gnu: nsncd: Update to 1.5.1., guix-commits, 2024/11/14