GNU bug report logs -
#61545
[PATCH] gnu: Add waybar-experimental
Previous Next
Reported by: Erik Giorgis <git <at> egiorg.is>
Date: Wed, 15 Feb 2023 23:56:02 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
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 61545 in the body.
You can then email your comments to 61545 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#61545
; Package
guix-patches
.
(Wed, 15 Feb 2023 23:56:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Erik Giorgis <git <at> egiorg.is>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 15 Feb 2023 23:56:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
---
Waybar built with the experimental flag has support
for additional features, such as displaying the
number of active workspaces in Hyprland.
gnu/packages/wm.scm | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index f2149b5be5..07e834df8a 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1875,6 +1875,15 @@ (define-public waybar-cpu-histogram
(home-page "https://github.com/plattfot/cpu-histogram/")
(license license:expat)))
+(define-public waybar-experimental
+ (let ((base waybar))
+ (package
+ (inherit base)
+ (name "waybar-experimental")
+ (arguments
+ (list #:configure-flags #~(list "-Dexperimental=true")))
+ (synopsis "Waybar with experimental features"))))
+
(define-public wlr-randr
(package
(name "wlr-randr")
--
2.39.1
Reply sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
You have taken responsibility.
(Wed, 22 Mar 2023 18:22:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Erik Giorgis <git <at> egiorg.is>
:
bug acknowledged by developer.
(Wed, 22 Mar 2023 18:22:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 61545-done <at> debbugs.gnu.org (full text, mbox):
Hi,
Erik Giorgis <git <at> egiorg.is> writes:
> ---
> Waybar built with the experimental flag has support
> for additional features, such as displaying the
> number of active workspaces in Hyprland.
>
> gnu/packages/wm.scm | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
> index f2149b5be5..07e834df8a 100644
> --- a/gnu/packages/wm.scm
> +++ b/gnu/packages/wm.scm
> @@ -1875,6 +1875,15 @@ (define-public waybar-cpu-histogram
> (home-page "https://github.com/plattfot/cpu-histogram/")
> (license license:expat)))
>
> +(define-public waybar-experimental
> + (let ((base waybar))
> + (package
> + (inherit base)
A subtlety of inheritance; this should be package/inherit base, as the
same source code is shared (thus same vulnerabilities may exist and need
the same replacement treatment by grafts).
> + (name "waybar-experimental")
> + (arguments
> + (list #:configure-flags #~(list "-Dexperimental=true")))
> + (synopsis "Waybar with experimental features"))))
> +
> (define-public wlr-randr
> (package
> (name "wlr-randr")
I've made the above change, along a correct change log message:
--8<---------------cut here---------------start------------->8---
gnu: Add waybar-experimental.
* gnu/packages/wm.scm (waybar-experimental): New variable.
--8<---------------cut here---------------end--------------->8---
and installed the change.
Thank you!
--
Maxim
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 20 Apr 2023 11:24:10 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 24 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.