GNU bug report logs -
#70261
[PATCH] gnu: Add wsbg.
Previous Next
Reported by: James Smith <jsubuntuxp <at> disroot.org>
Date: Sun, 7 Apr 2024 19:01:02 UTC
Severity: normal
Tags: patch
Done: Z572 <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 70261 in the body.
You can then email your comments to 70261 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#70261
; Package
guix-patches
.
(Sun, 07 Apr 2024 19:01:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
James Smith <jsubuntuxp <at> disroot.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 07 Apr 2024 19:01:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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 <at> araneo.si>
;;; Copyright © 2024 Ahmad Draidi <a.r.draidi <at> redscript.org>
;;; Copyright © 2024 chris <chris <at> bumblehead.com>
+;;; Copyright © 2024 James Smith <jsubuntuxp <at> 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#70261
; Package
guix-patches
.
(Thu, 18 Apr 2024 03:56:09 GMT)
Full text and
rfc822 format available.
Message #8 received at 70261 <at> debbugs.gnu.org (full text, mbox):
* 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 b5e9dca524..62835b4e63 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -70,6 +70,7 @@
;;; Copyright © 2024 Ahmad Draidi <a.r.draidi <at> redscript.org>
;;; Copyright © 2024 chris <chris <at> bumblehead.com>
;;; Copyright © 2024 Erik Eduardo Alonso Hernández <erik <at> erikeduardo.xyz>
+;;; Copyright © 2024 James Smith <jsubuntuxp <at> disroot.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -3767,6 +3768,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: 2126dab4cd81db4cbde4566d8c638e45a4c0077c
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#70261
; Package
guix-patches
.
(Tue, 23 Apr 2024 05:33:04 GMT)
Full text and
rfc822 format available.
Message #11 received at 70261 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
James Smith via Guix-patches via <guix-patches <at> gnu.org> writes:
> * 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 b5e9dca524..62835b4e63 100644
> --- a/gnu/packages/wm.scm
> +++ b/gnu/packages/wm.scm
> @@ -70,6 +70,7 @@
> ;;; Copyright © 2024 Ahmad Draidi <a.r.draidi <at> redscript.org>
> ;;; Copyright © 2024 chris <chris <at> bumblehead.com>
> ;;; Copyright © 2024 Erik Eduardo Alonso Hernández <erik <at> erikeduardo.xyz>
> +;;; Copyright © 2024 James Smith <jsubuntuxp <at> disroot.org>
> ;;;
> ;;; This file is part of GNU Guix.
> ;;;
> @@ -3767,6 +3768,28 @@ (define-public velox
> It is inspired by dwm and xmonad.")
> (license license:expat))))
>
> +(define-public wsbg
> + (let ((commit "15b0d0f6910ea97b9bcc471695fac07270955dd2")
> + (revision "133")
revision should "0". when we update this package on guix repo, we add it.
> + (version "0.1"))
please add some comment about upstream is no tags.
and version should 0.1.0, see https://github.com/saibier/wsbg/blob/15b0d0f6910ea97b9bcc471695fac07270955dd2/meson.build#L4
> + (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: 2126dab4cd81db4cbde4566d8c638e45a4c0077c
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#70261
; Package
guix-patches
.
(Tue, 23 Apr 2024 05:34:01 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#70261
; Package
guix-patches
.
(Tue, 23 Apr 2024 13:16:04 GMT)
Full text and
rfc822 format available.
Message #17 received at 70261 <at> debbugs.gnu.org (full text, mbox):
* 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 <at> redscript.org>
;;; Copyright © 2024 chris <chris <at> bumblehead.com>
;;; Copyright © 2024 Erik Eduardo Alonso Hernández <erik <at> erikeduardo.xyz>
+;;; Copyright © 2024 James Smith <jsubuntuxp <at> 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
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#70261
; Package
guix-patches
.
(Tue, 23 Apr 2024 13:28:11 GMT)
Full text and
rfc822 format available.
Message #20 received at 70261 <at> debbugs.gnu.org (full text, mbox):
NOTE: Forgot to CC to debbugs before sending V3 patch.
Z572 <zhengjunjie <at> iscas.ac.cn> writes:
> James Smith via Guix-patches via <guix-patches <at> gnu.org> writes:
>
>> * 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 b5e9dca524..62835b4e63 100644
>> --- a/gnu/packages/wm.scm
>> +++ b/gnu/packages/wm.scm
>> @@ -70,6 +70,7 @@
>> ;;; Copyright © 2024 Ahmad Draidi <a.r.draidi <at> redscript.org>
>> ;;; Copyright © 2024 chris <chris <at> bumblehead.com>
>> ;;; Copyright © 2024 Erik Eduardo Alonso Hernández <erik <at> erikeduardo.xyz>
>> +;;; Copyright © 2024 James Smith <jsubuntuxp <at> disroot.org>
>> ;;;
>> ;;; This file is part of GNU Guix.
>> ;;;
>> @@ -3767,6 +3768,28 @@ (define-public velox
>> It is inspired by dwm and xmonad.")
>> (license license:expat))))
>>
>> +(define-public wsbg
>> + (let ((commit "15b0d0f6910ea97b9bcc471695fac07270955dd2")
>> + (revision "133")
>
> revision should "0". when we update this package on guix repo, we add it.
>
Ah, I thought revision corresponds with the number of commits for the
upstream git repo, not the number of package revisions in Guix.
>> + (version "0.1"))
>
> please add some comment about upstream is no tags.
> and version should 0.1.0, see https://github.com/saibier/wsbg/blob/15b0d0f6910ea97b9bcc471695fac07270955dd2/meson.build#L4
>
>> + (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: 2126dab4cd81db4cbde4566d8c638e45a4c0077c
Reply sent
to
Z572 <zhengjunjie <at> iscas.ac.cn>
:
You have taken responsibility.
(Wed, 24 Apr 2024 02:41:13 GMT)
Full text and
rfc822 format available.
Notification sent
to
James Smith <jsubuntuxp <at> disroot.org>
:
bug acknowledged by developer.
(Wed, 24 Apr 2024 02:41:14 GMT)
Full text and
rfc822 format available.
Message #25 received at 70261-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
James Smith via Guix-patches via <guix-patches <at> 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 <at> redscript.org>
> ;;; Copyright © 2024 chris <chris <at> bumblehead.com>
> ;;; Copyright © 2024 Erik Eduardo Alonso Hernández <erik <at> erikeduardo.xyz>
> +;;; Copyright © 2024 James Smith <jsubuntuxp <at> 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
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#70261
; Package
guix-patches
.
(Wed, 24 Apr 2024 02:42:11 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 22 May 2024 11:24:13 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 79 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.