GNU bug report logs - #70732
[PATCH] gnu: waybar: Update to 0.10.2.

Previous Next

Package: guix-patches;

Reported by: picnoir <at> alternativebit.fr

Date: Fri, 3 May 2024 10:11:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

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 70732 in the body.
You can then email your comments to 70732 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#70732; Package guix-patches. (Fri, 03 May 2024 10:11:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to picnoir <at> alternativebit.fr:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 03 May 2024 10:11:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: picnoir <at> alternativebit.fr
To: guix-patches <at> gnu.org
Cc: Picnoir <picnoir <at> alternativebit.fr>
Subject: [PATCH] gnu: waybar: Update to 0.10.2.
Date: Fri,  3 May 2024 10:39:08 +0200
From: Picnoir <picnoir <at> alternativebit.fr>

* gnu/packages/wm.scm (waybar): Update to 0.10.2.
0.10.1 changelog: https://github.com/Alexays/Waybar/releases/tag/0.10.1.
0.10.2 changelog: https://github.com/Alexays/Waybar/releases/tag/0.10.2.
The meson build has been stable for these two releases, no new/removed
dependencies.

Change-Id: I2359a2111a35041860172232722e6d91a1ff35e7
---
 gnu/packages/wm.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index f2cb77f5bf..f36feb683c 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -71,6 +71,7 @@
 ;;; 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>
+;;; Copyright © 2024 Picnoir <picnoir <at> alternativebit.fr>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2212,7 +2213,7 @@ (define-public swaynotificationcenter
 (define-public waybar
   (package
     (name "waybar")
-    (version "0.10.0")
+    (version "0.10.2")
     (source
      (origin
        (method git-fetch)
@@ -2221,10 +2222,11 @@ (define-public waybar
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "00a8npilvcvicn9mff00i5rdzdll0zrmq0y8wgr314gnljn52md7"))))
+        (base32 "0h8anmzhbimgdjnbg79al32d5acbfyrh3sf8wcsbx1296qpd6af6"))))
     (build-system meson-build-system)
     (arguments
-     (list #:configure-flags #~(list "--wrap-mode=nodownload")))
+     (list
+      #:configure-flags #~(list "--wrap-mode=nodownload")))
     (inputs (list date
                   fmt
                   gtk-layer-shell
@@ -2242,8 +2244,7 @@ (define-public waybar
                   spdlog
                   wayland
                   wireplumber))
-    (native-inputs
-     (list `(,glib "bin") pkg-config scdoc wayland-protocols))
+    (native-inputs (list `(,glib "bin") pkg-config scdoc wayland-protocols))
     (home-page "https://github.com/Alexays/Waybar")
     (synopsis "Wayland bar for Sway and Wlroots based compositors")
     (description "Waybar is a highly customisable Wayland bar for Sway and

base-commit: aa9ac252206615713ab988d7068da9e14a9bccc0
-- 
2.41.0





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Mon, 06 May 2024 12:01:02 GMT) Full text and rfc822 format available.

Notification sent to picnoir <at> alternativebit.fr:
bug acknowledged by developer. (Mon, 06 May 2024 12:01:02 GMT) Full text and rfc822 format available.

Message #10 received at 70732-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: picnoir <at> alternativebit.fr
Cc: 70732-done <at> debbugs.gnu.org
Subject: Re: [bug#70732] [PATCH] gnu: waybar: Update to 0.10.2.
Date: Mon, 06 May 2024 13:59:28 +0200
Hello,

picnoir <at> alternativebit.fr writes:

> * gnu/packages/wm.scm (waybar): Update to 0.10.2.
> 0.10.1 changelog: https://github.com/Alexays/Waybar/releases/tag/0.10.1.
> 0.10.2 changelog: https://github.com/Alexays/Waybar/releases/tag/0.10.2.
> The meson build has been stable for these two releases, no new/removed
> dependencies.

Thank you.

I removed the copyright line because there's nothing to claim copyright
on when doing a package update. I also removed spurious re-indentation
as those lines made the patch harder to read.

Applied!

Regards,
-- 
Nicolas Goaziou






bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 04 Jun 2024 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year 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.