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.
Full log
View this message in rfc822 format
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
This bug report was last modified 2 years and 54 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.