GNU bug report logs -
#62288
[PATCH] gnu: Update waybar to 0.9.17.
Previous Next
Reported by: Breno Brandão <lrabbt <at> gmail.com>
Date: Mon, 20 Mar 2023 07:39:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
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 62288 in the body.
You can then email your comments to 62288 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#62288
; Package
guix-patches
.
(Mon, 20 Mar 2023 07:39:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Breno Brandão <lrabbt <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 20 Mar 2023 07:39:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/wm.scm (waybar): Update to 0.9.17.
---
gnu/packages/wm.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index b55525b580..741175ffa8 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -131,6 +131,7 @@ (define-module (gnu packages wm)
#:use-module (gnu packages man)
#:use-module (gnu packages maths)
#:use-module (gnu packages mpd)
+ #:use-module (gnu packages music)
#:use-module (gnu packages pcre)
#:use-module (gnu packages perl)
#:use-module (gnu packages pkg-config)
@@ -1777,7 +1778,7 @@ (define-public swaynotificationcenter
(define-public waybar
(package
(name "waybar")
- (version "0.9.16")
+ (version "0.9.17")
(source
(origin
(method git-fetch)
@@ -1786,7 +1787,7 @@ (define-public waybar
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "06vwsax8z6vvvav4c1d40nfiljc7h1cla57r43nv8dw86n539ic5"))))
+ (base32 "1709ck7931804mhirnki03cvx60c4dxg668fyz6jpzy8djg5xlxi"))))
(build-system meson-build-system)
(inputs (list date
fmt
@@ -1798,6 +1799,7 @@ (define-public waybar
libmpdclient
libnl
libxml2
+ playerctl
pulseaudio
spdlog
wayland))
base-commit: 80d31a7478fa736802c106765662e0b33e2f472e
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62288
; Package
guix-patches
.
(Wed, 22 Mar 2023 12:30:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 62288 <at> debbugs.gnu.org (full text, mbox):
Hello!
Breno Brandão <lrabbt <at> gmail.com> writes:
> * gnu/packages/wm.scm (waybar): Update to 0.9.17.
Thanks! It seems you forgot to add the "[inputs]: Add playerctl." below
the first line of your change log. Could you do so and send a v2?
Thanks!
> ---
> gnu/packages/wm.scm | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
> index b55525b580..741175ffa8 100644
> --- a/gnu/packages/wm.scm
> +++ b/gnu/packages/wm.scm
> @@ -131,6 +131,7 @@ (define-module (gnu packages wm)
> #:use-module (gnu packages man)
> #:use-module (gnu packages maths)
> #:use-module (gnu packages mpd)
> + #:use-module (gnu packages music)
> #:use-module (gnu packages pcre)
> #:use-module (gnu packages perl)
> #:use-module (gnu packages pkg-config)
> @@ -1777,7 +1778,7 @@ (define-public swaynotificationcenter
> (define-public waybar
> (package
> (name "waybar")
> - (version "0.9.16")
> + (version "0.9.17")
> (source
> (origin
> (method git-fetch)
> @@ -1786,7 +1787,7 @@ (define-public waybar
> (commit version)))
> (file-name (git-file-name name version))
> (sha256
> - (base32 "06vwsax8z6vvvav4c1d40nfiljc7h1cla57r43nv8dw86n539ic5"))))
> + (base32 "1709ck7931804mhirnki03cvx60c4dxg668fyz6jpzy8djg5xlxi"))))
> (build-system meson-build-system)
> (inputs (list date
> fmt
> @@ -1798,6 +1799,7 @@ (define-public waybar
> libmpdclient
> libnl
> libxml2
> + playerctl
> pulseaudio
> spdlog
> wayland))
>
> base-commit: 80d31a7478fa736802c106765662e0b33e2f472e
--
Maxim
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62288
; Package
guix-patches
.
(Thu, 23 Mar 2023 09:24:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 62288 <at> debbugs.gnu.org (full text, mbox):
Hi!
Thanks for the heads up, I'm sendind a revised patch.
--
Breno
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62288
; Package
guix-patches
.
(Thu, 23 Mar 2023 09:24:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 62288 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/wm.scm (waybar): Update to 0.9.17.
[inputs]: Add playerctl.
---
gnu/packages/wm.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index e6f593ec27..5c9d49394c 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -131,6 +131,7 @@ (define-module (gnu packages wm)
#:use-module (gnu packages man)
#:use-module (gnu packages maths)
#:use-module (gnu packages mpd)
+ #:use-module (gnu packages music)
#:use-module (gnu packages pcre)
#:use-module (gnu packages perl)
#:use-module (gnu packages pkg-config)
@@ -1777,7 +1778,7 @@ (define-public swaynotificationcenter
(define-public waybar
(package
(name "waybar")
- (version "0.9.16")
+ (version "0.9.17")
(source
(origin
(method git-fetch)
@@ -1786,7 +1787,7 @@ (define-public waybar
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "06vwsax8z6vvvav4c1d40nfiljc7h1cla57r43nv8dw86n539ic5"))))
+ (base32 "1709ck7931804mhirnki03cvx60c4dxg668fyz6jpzy8djg5xlxi"))))
(build-system meson-build-system)
(inputs (list date
fmt
@@ -1798,6 +1799,7 @@ (define-public waybar
libmpdclient
libnl
libxml2
+ playerctl
pulseaudio
spdlog
wayland))
base-commit: 5174820753be045ba4fc7cc93da33f4e0b730bc3
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62288
; Package
guix-patches
.
(Mon, 27 Mar 2023 15:59:02 GMT)
Full text and
rfc822 format available.
Message #17 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Breno Brandão <lrabbt <at> gmail.com> writes:
> * gnu/packages/wm.scm (waybar): Update to 0.9.17.
> [inputs]: Add playerctl.
> ---
> gnu/packages/wm.scm | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
Thanks both, I've pushed this to the master branch as
56bea0f6b88bb70705845711e2d65edfce543110.
Chris
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Mon, 27 Mar 2023 15:59:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Breno Brandão <lrabbt <at> gmail.com>
:
bug acknowledged by developer.
(Mon, 27 Mar 2023 15:59:02 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
.
(Tue, 25 Apr 2023 11:24:12 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 20 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.