emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#70261: closed ([PATCH] gnu: Add wsbg.)


From: GNU bug Tracking System
Subject: bug#70261: closed ([PATCH] gnu: Add wsbg.)
Date: Wed, 24 Apr 2024 02:41:13 +0000

Your message dated Wed, 24 Apr 2024 10:39:21 +0800
with message-id <871q6viiw6.fsf@iscas.ac.cn>
and subject line Re: [bug#70261] [PATCH v3] gnu: Add wsbg.
has caused the debbugs.gnu.org bug report #70261,
regarding [PATCH] gnu: Add wsbg.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
70261: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70261
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add wsbg. Date: Sun, 7 Apr 2024 11:58:44 -0700
* gnu/packages/wm.scm (wsbg): New variable.

Change-Id: Ia83a7afcbb0879f0f6d604e1d671388a30800265
---
 gnu/packages/wm.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 4e76e705e1..c573feb338 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -69,6 +69,7 @@
 ;;; Copyright © 2024 Timotej Lazar <timotej.lazar@araneo.si>
 ;;; Copyright © 2024 Ahmad Draidi <a.r.draidi@redscript.org>
 ;;; Copyright © 2024 chris <chris@bumblehead.com>
+;;; Copyright © 2024 James Smith <jsubuntuxp@disroot.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3731,6 +3732,28 @@ (define-public velox
 It is inspired by dwm and xmonad.")
       (license license:expat))))
 
+(define-public wsbg
+  (let ((commit "15b0d0f6910ea97b9bcc471695fac07270955dd2")
+        (revision "133")
+        (version "0.1"))
+    (package
+      (inherit swaybg)
+      (name "wsbg")
+      (version (git-version version revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/saibier/wsbg";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "15xrnwp54kghigx06y4qmmn1q9f26fx4cawyl4kcbqrrzfbbj1g6"))))
+      (home-page "https://github.com/saibier/wsbg";)
+      (synopsis "Workspace wallpaper tool for Sway")
+      (description "Wallpaper utility for Sway with support for per-workspace
+configuration."))))
+
 (define-public yambar-wayland
   (package
     (name "yambar-wayland")

base-commit: 7988ca6a480a7648971c06edc0dfb8da6fd0777b
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#70261] [PATCH v3] gnu: Add wsbg. Date: Wed, 24 Apr 2024 10:39:21 +0800 User-agent: mu4e 1.12.2; emacs 30.0.50
James Smith via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/wm.scm (wsbg): New variable.
>
> Change-Id: Ia83a7afcbb0879f0f6d604e1d671388a30800265
> ---
>  gnu/packages/wm.scm | 25 +++++++++++++++++++++++++
>  1 file changed, 25 insertions(+)
>
> diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
> index 2eecc0ed2a..f2cb77f5bf 100644
> --- a/gnu/packages/wm.scm
> +++ b/gnu/packages/wm.scm
> @@ -70,6 +70,7 @@
>  ;;; Copyright © 2024 Ahmad Draidi <a.r.draidi@redscript.org>
>  ;;; Copyright © 2024 chris <chris@bumblehead.com>
>  ;;; Copyright © 2024 Erik Eduardo Alonso Hernández <erik@erikeduardo.xyz>
> +;;; Copyright © 2024 James Smith <jsubuntuxp@disroot.org>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -3813,6 +3814,30 @@ (define-public velox
>  It is inspired by dwm and xmonad.")
>        (license license:expat))))
>  
> +(define-public wsbg
> +  (let ((commit "15b0d0f6910ea97b9bcc471695fac07270955dd2")
> +        (revision "0")
> +        ;; Upstream has no version tags, but meson.build contains the correct
> +        ;; version number.
> +        (version "0.1.0"))
> +    (package
> +      (inherit swaybg)
> +      (name "wsbg")
> +      (version (git-version version revision commit))
> +      (source
> +       (origin
> +         (method git-fetch)
> +         (uri (git-reference
> +               (url "https://github.com/saibier/wsbg";)
> +               (commit commit)))
> +         (file-name (git-file-name name version))
> +         (sha256
> +          (base32 "15xrnwp54kghigx06y4qmmn1q9f26fx4cawyl4kcbqrrzfbbj1g6"))))
> +      (home-page "https://github.com/saibier/wsbg";)
> +      (synopsis "Workspace wallpaper tool for Sway")
> +      (description "Wallpaper utility for Sway with support for per-workspace
> +configuration."))))
> +
>  (define-public yambar-wayland
>    (package
>      (name "yambar-wayland")
>
> base-commit: f6367b69bcc597cfec50bfc8e15d3e286dbd07c3

LGTM, push, see 
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=c58b443102e92fccfbc204769a57757287e41d11

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]