GNU bug report logs - #62288
[PATCH] gnu: Update waybar to 0.9.17.

Previous Next

Package: guix-patches;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Breno Brandão <lrabbt <at> gmail.com>
Subject: bug#62288: closed (Re: [bug#62288] [PATCH v2] gnu: Update waybar
 to 0.9.17.)
Date: Mon, 27 Mar 2023 15:59:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#62288: [PATCH] gnu: Update waybar to 0.9.17.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 62288 <at> debbugs.gnu.org.

-- 
62288: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62288
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Breno Brandão <lrabbt <at> gmail.com>
Cc: guix-patches <at> gnu.org, 62288-done <at> debbugs.gnu.org
Subject: Re: [bug#62288] [PATCH v2] gnu: Update waybar to 0.9.17.
Date: Mon, 27 Mar 2023 16:57:52 +0100
[Message part 3 (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)]
[Message part 5 (message/rfc822, inline)]
From: Breno Brandão <lrabbt <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Breno Brandão <lrabbt <at> gmail.com>
Subject: [PATCH] gnu: Update waybar to 0.9.17.
Date: Mon, 20 Mar 2023 02:29:32 -0300
* 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




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.