all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: muradm <mail@muradm.net>
To: 56688@debbugs.gnu.org
Subject: [bug#56688] [PATCH 4/4] gnu: Add sworkstyle 1.2.2.
Date: Fri, 22 Jul 2022 06:26:14 +0300	[thread overview]
Message-ID: <20220722032614.22524-4-mail@muradm.net> (raw)
In-Reply-To: <20220722032614.22524-1-mail@muradm.net>

* gnu/packages/wm.scm (sworkstyle): New variable.
---
 gnu/packages/wm.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index f27f8af8d4..43f0f1e4b5 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -79,6 +79,7 @@ (define-module (gnu packages wm)
   #:use-module (guix gexp)
   #:use-module (guix git-download)
   #:use-module (guix build-system asdf)
+  #:use-module (guix build-system cargo)
   #:use-module (guix build-system cmake)
   #:use-module (guix build-system copy)
   #:use-module (guix build-system gnu)
@@ -97,6 +98,7 @@ (define-module (gnu packages wm)
   #:use-module (gnu packages build-tools)
   #:use-module (gnu packages calendar)
   #:use-module (gnu packages check)
+  #:use-module (gnu packages crates-io)
   #:use-module (gnu packages datastructures)
   #:use-module (gnu packages docbook)
   #:use-module (gnu packages documentation)
@@ -1717,6 +1719,38 @@ (define-public swaybg
     (description "Swaybg is a wallpaper utility for Wayland compositors.")
     (license license:expat))) ; MIT license
 
+(define-public sworkstyle
+  (package
+    (name "sworkstyle")
+    (version "1.2.2")
+    (home-page "https://github.com/lyr-7d1h/swayest_workstyle")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url home-page)
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32 "0x9xhx14g60mas9iwgk30wk14i3282nk1szr929d24v4l0z4phnb"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs
+       (("rust-anyhow" ,rust-anyhow-1)
+        ("rust-ctrlc" ,rust-ctrlc-3)
+        ("rust-dirs" ,rust-dirs-4)
+        ("rust-env-logger" ,rust-env-logger-0.9)
+        ("rust-fslock" ,rust-fslock-0.2)
+        ("rust-futures-util" ,rust-futures-util-0.3)
+        ("rust-log" ,rust-log-0.4)
+        ("rust-swayipc" ,rust-swayipc-2)
+        ("rust-tokio" ,rust-tokio-1)
+        ("rust-toml" ,rust-toml-0.5)
+        ("rust-regex" ,rust-regex-1))))
+    (synopsis  "Your workspace shall never contain an empty icon again!")
+    (description "Map workspace name to icons defined depending on the windows
+inside of the workspace.")
+    (license license:expat)))
+
 (define-public waybar
   (package
     (name "waybar")
-- 
2.36.1





  parent reply	other threads:[~2022-07-22  3:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-22  3:22 [bug#56688] [PATCH 0/4] Add sworkstyle muradm
2022-07-22  3:26 ` [bug#56688] [PATCH 1/4] gnu: rust-ctrlc-3: Update to 3.2.1 muradm
2022-07-22  3:26   ` [bug#56688] [PATCH 2/4] gnu: rust-dirs-4: Add rust-dirs 4.0.0 muradm
2022-07-22  3:26   ` [bug#56688] [PATCH 3/4] gnu: rust-fslock-0.2: Add rust-flock 0.2.1 muradm
2022-07-22  3:26   ` muradm [this message]
2024-01-07 14:44 ` [bug#56688] [PATCH 0/4] Add sworkstyle muradm

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220722032614.22524-4-mail@muradm.net \
    --to=mail@muradm.net \
    --cc=56688@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.