GNU bug report logs - #45233
[PATCH] gnu: polybar: Update to 3.5.1.

Previous Next

Package: guix-patches;

Reported by: Tanguy Le Carrour <tanguy <at> bioneland.org>

Date: Mon, 14 Dec 2020 09:01:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

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 45233 in the body.
You can then email your comments to 45233 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#45233; Package guix-patches. (Mon, 14 Dec 2020 09:01:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Tanguy Le Carrour <tanguy <at> bioneland.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 14 Dec 2020 09:01:02 GMT) Full text and rfc822 format available.

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

From: Tanguy Le Carrour <tanguy <at> bioneland.org>
To: guix-patches <at> gnu.org
Cc: Tanguy Le Carrour <tanguy <at> bioneland.org>
Subject: [PATCH] gnu: polybar: Update to 3.5.1.
Date: Mon, 14 Dec 2020 09:59:43 +0100
* gnu/packages/wm.scm (polybar): Update to 3.5.1.
[source]: Update URI. [inputs]: Add git.
---
 gnu/packages/wm.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 6c4f2c6960..4fb80cd827 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -115,6 +115,7 @@
   #:use-module (gnu packages suckless)
   #:use-module (gnu packages texinfo)
   #:use-module (gnu packages textutils)
+  #:use-module (gnu packages version-control)
   #:use-module (gnu packages video)
   #:use-module (gnu packages web)
   #:use-module (gnu packages xdisorg)
@@ -1301,14 +1302,14 @@ its size
 (define-public polybar
   (package
     (name "polybar")
-    (version "3.4.3")
+    (version "3.5.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/polybar/polybar/releases/"
-                           "download/" version "/polybar-" version ".tar"))
+                           "download/" version "/polybar-" version ".tar.gz"))
        (sha256
-        (base32 "0bw22qvbcdvyd0qv3ax48r34rnclbbb6dyb8h8zljq1r3lf15vfl"))))
+        (base32 "06d7rprpl9rkbd2nxv0zjq9fhyrzb92843p0c0s5yivssfqzshnk"))))
     (build-system cmake-build-system)
     (arguments
      ;; Test is disabled because it requires downloading googletest from the
@@ -1317,6 +1318,7 @@ its size
     (inputs
      `(("alsa-lib" ,alsa-lib)
        ("cairo" ,cairo)
+       ("git" ,git)
        ("i3-wm" ,i3-wm)
        ("jsoncpp" ,jsoncpp)
        ("libmpdclient" ,libmpdclient)
-- 
2.29.2





Information forwarded to guix-patches <at> gnu.org:
bug#45233; Package guix-patches. (Mon, 21 Dec 2020 08:49:02 GMT) Full text and rfc822 format available.

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

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Tanguy Le Carrour <tanguy <at> bioneland.org>
Cc: 45233 <at> debbugs.gnu.org
Subject: Re: [bug#45233] [PATCH] gnu: polybar: Update to 3.5.1.
Date: Mon, 21 Dec 2020 10:48:43 +0200
[Message part 1 (text/plain, inline)]
(Upcoming) Version 3.5.3 fixes the issue where the documentation
requires using git. Can you re-submit in a couple of days (hopefully!)
when they release a new version?

https://github.com/polybar/polybar/issues/2309

On Mon, Dec 14, 2020 at 09:59:43AM +0100, Tanguy Le Carrour wrote:
> * gnu/packages/wm.scm (polybar): Update to 3.5.1.
> [source]: Update URI. [inputs]: Add git.
> ---
>  gnu/packages/wm.scm | 8 +++++---
>  1 file changed, 5 insertions(+), 3 deletions(-)
> 
> diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
> index 6c4f2c6960..4fb80cd827 100644
> --- a/gnu/packages/wm.scm
> +++ b/gnu/packages/wm.scm
> @@ -115,6 +115,7 @@
>    #:use-module (gnu packages suckless)
>    #:use-module (gnu packages texinfo)
>    #:use-module (gnu packages textutils)
> +  #:use-module (gnu packages version-control)
>    #:use-module (gnu packages video)
>    #:use-module (gnu packages web)
>    #:use-module (gnu packages xdisorg)
> @@ -1301,14 +1302,14 @@ its size
>  (define-public polybar
>    (package
>      (name "polybar")
> -    (version "3.4.3")
> +    (version "3.5.1")
>      (source
>       (origin
>         (method url-fetch)
>         (uri (string-append "https://github.com/polybar/polybar/releases/"
> -                           "download/" version "/polybar-" version ".tar"))
> +                           "download/" version "/polybar-" version ".tar.gz"))
>         (sha256
> -        (base32 "0bw22qvbcdvyd0qv3ax48r34rnclbbb6dyb8h8zljq1r3lf15vfl"))))
> +        (base32 "06d7rprpl9rkbd2nxv0zjq9fhyrzb92843p0c0s5yivssfqzshnk"))))
>      (build-system cmake-build-system)
>      (arguments
>       ;; Test is disabled because it requires downloading googletest from the
> @@ -1317,6 +1318,7 @@ its size
>      (inputs
>       `(("alsa-lib" ,alsa-lib)
>         ("cairo" ,cairo)
> +       ("git" ,git)
>         ("i3-wm" ,i3-wm)
>         ("jsoncpp" ,jsoncpp)
>         ("libmpdclient" ,libmpdclient)
> -- 
> 2.29.2
> 
> 
> 
> 

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#45233; Package guix-patches. (Wed, 23 Dec 2020 08:15:02 GMT) Full text and rfc822 format available.

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

From: Tanguy LE CARROUR <tanguy <at> bioneland.org>
To: Efraim Flashner <efraim <at> flashner.co.il>
Cc: 45233 <at> debbugs.gnu.org
Subject: Re: [bug#45233] [PATCH] gnu: polybar: Update to 3.5.1.
Date: Wed, 23 Dec 2020 09:13:52 +0100
Hi Efraim,


Excerpts from Efraim Flashner's message of décembre 21, 2020 9:48 am:
> (Upcoming) Version 3.5.3 fixes the issue where the documentation
> requires using git. Can you re-submit in a couple of days (hopefully!)
> when they release a new version?
> 
> https://github.com/polybar/polybar/issues/2309

Sorry for not noticing that it was a "bug". I'll do as you said and keep
an eye on the release of 3.5.3!

Regards,

-- 
Tanguy




Information forwarded to guix-patches <at> gnu.org:
bug#45233; Package guix-patches. (Fri, 01 Jan 2021 17:29:02 GMT) Full text and rfc822 format available.

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

From: Tanguy Le Carrour <tanguy <at> bioneland.org>
To: 45233 <at> debbugs.gnu.org
Cc: Tanguy Le Carrour <tanguy <at> bioneland.org>, efraim <at> flashner.co.il
Subject: [PATCH v2] gnu: polybar: Update to 3.5.3.
Date: Fri,  1 Jan 2021 18:28:15 +0100
* gnu/packages/wm.scm (polybar): Update to 3.5.3.
[source]: Update URI.
---
 gnu/packages/wm.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index cbcebd7129..e61e1fb9ce 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -115,6 +115,7 @@
   #:use-module (gnu packages suckless)
   #:use-module (gnu packages texinfo)
   #:use-module (gnu packages textutils)
+  #:use-module (gnu packages version-control)
   #:use-module (gnu packages video)
   #:use-module (gnu packages web)
   #:use-module (gnu packages xdisorg)
@@ -1301,14 +1302,14 @@ its size
 (define-public polybar
   (package
     (name "polybar")
-    (version "3.4.3")
+    (version "3.5.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/polybar/polybar/releases/"
-                           "download/" version "/polybar-" version ".tar"))
+                           "download/" version "/polybar-" version ".tar.gz"))
        (sha256
-        (base32 "0bw22qvbcdvyd0qv3ax48r34rnclbbb6dyb8h8zljq1r3lf15vfl"))))
+        (base32 "1016g4b981c4hl2pr0m09b4wy0ln1zf3mfp09wrxs73zgfdbngyj"))))
     (build-system cmake-build-system)
     (arguments
      ;; Test is disabled because it requires downloading googletest from the
-- 
2.29.2





Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Fri, 01 Jan 2021 21:48:02 GMT) Full text and rfc822 format available.

Notification sent to Tanguy Le Carrour <tanguy <at> bioneland.org>:
bug acknowledged by developer. (Fri, 01 Jan 2021 21:48:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: Tanguy Le Carrour <tanguy <at> bioneland.org>
Cc: 45233-done <at> debbugs.gnu.org
Subject: Re: [bug#45233] [PATCH v2] gnu: polybar: Update to 3.5.3.
Date: Fri, 1 Jan 2021 16:47:12 -0500
On Fri, Jan 01, 2021 at 06:28:15PM +0100, Tanguy Le Carrour wrote:
> * gnu/packages/wm.scm (polybar): Update to 3.5.3.
> [source]: Update URI.

Thanks!

> @@ -115,6 +115,7 @@
>    #:use-module (gnu packages suckless)
>    #:use-module (gnu packages texinfo)
>    #:use-module (gnu packages textutils)
> +  #:use-module (gnu packages version-control)
>    #:use-module (gnu packages video)
>    #:use-module (gnu packages web)
>    #:use-module (gnu packages xdisorg)

I removed this extraneous hunk and pushed as 05c37c53c7308732f4f43d894195a0c296db4439




Information forwarded to guix-patches <at> gnu.org:
bug#45233; Package guix-patches. (Sat, 02 Jan 2021 15:42:02 GMT) Full text and rfc822 format available.

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

From: Tanguy LE CARROUR <tanguy <at> bioneland.org>
To: Leo Famulari <leo <at> famulari.name>
Cc: 45233-done <at> debbugs.gnu.org
Subject: Re: [bug#45233] [PATCH v2] gnu: polybar: Update to 3.5.3.
Date: Sat, 02 Jan 2021 16:41:30 +0100
Excerpts from Leo Famulari's message of January 1, 2021 10:47 pm:
> On Fri, Jan 01, 2021 at 06:28:15PM +0100, Tanguy Le Carrour wrote:
>> * gnu/packages/wm.scm (polybar): Update to 3.5.3.
>> [source]: Update URI.
> 
> Thanks!
> 
>> @@ -115,6 +115,7 @@
>>    #:use-module (gnu packages suckless)
>>    #:use-module (gnu packages texinfo)
>>    #:use-module (gnu packages textutils)
>> +  #:use-module (gnu packages version-control)
>>    #:use-module (gnu packages video)
>>    #:use-module (gnu packages web)
>>    #:use-module (gnu packages xdisorg)
> 
> I removed this extraneous hunk and pushed as 05c37c53c7308732f4f43d894195a0c296db4439

Sorry about that!

Thanks!

-- 
Tanguy




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 31 Jan 2021 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 85 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.