* [bug#45233] [PATCH] gnu: polybar: Update to 3.5.1.
@ 2020-12-14 8:59 Tanguy Le Carrour
2020-12-21 8:48 ` Efraim Flashner
2021-01-01 17:28 ` [bug#45233] [PATCH v2] gnu: polybar: Update to 3.5.3 Tanguy Le Carrour
0 siblings, 2 replies; 6+ messages in thread
From: Tanguy Le Carrour @ 2020-12-14 8:59 UTC (permalink / raw)
To: 45233; +Cc: Tanguy Le Carrour
* 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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [bug#45233] [PATCH] gnu: polybar: Update to 3.5.1.
2020-12-14 8:59 [bug#45233] [PATCH] gnu: polybar: Update to 3.5.1 Tanguy Le Carrour
@ 2020-12-21 8:48 ` Efraim Flashner
2020-12-23 8:13 ` Tanguy LE CARROUR
2021-01-01 17:28 ` [bug#45233] [PATCH v2] gnu: polybar: Update to 3.5.3 Tanguy Le Carrour
1 sibling, 1 reply; 6+ messages in thread
From: Efraim Flashner @ 2020-12-21 8:48 UTC (permalink / raw)
To: Tanguy Le Carrour; +Cc: 45233
[-- Attachment #1: Type: text/plain, Size: 2228 bytes --]
(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@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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* [bug#45233] [PATCH] gnu: polybar: Update to 3.5.1.
2020-12-21 8:48 ` Efraim Flashner
@ 2020-12-23 8:13 ` Tanguy LE CARROUR
0 siblings, 0 replies; 6+ messages in thread
From: Tanguy LE CARROUR @ 2020-12-23 8:13 UTC (permalink / raw)
To: Efraim Flashner; +Cc: 45233
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* [bug#45233] [PATCH v2] gnu: polybar: Update to 3.5.3.
2020-12-14 8:59 [bug#45233] [PATCH] gnu: polybar: Update to 3.5.1 Tanguy Le Carrour
2020-12-21 8:48 ` Efraim Flashner
@ 2021-01-01 17:28 ` Tanguy Le Carrour
2021-01-01 21:47 ` bug#45233: " Leo Famulari
1 sibling, 1 reply; 6+ messages in thread
From: Tanguy Le Carrour @ 2021-01-01 17:28 UTC (permalink / raw)
To: 45233; +Cc: Tanguy Le Carrour
* 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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* bug#45233: [PATCH v2] gnu: polybar: Update to 3.5.3.
2021-01-01 17:28 ` [bug#45233] [PATCH v2] gnu: polybar: Update to 3.5.3 Tanguy Le Carrour
@ 2021-01-01 21:47 ` Leo Famulari
2021-01-02 15:41 ` [bug#45233] " Tanguy LE CARROUR
0 siblings, 1 reply; 6+ messages in thread
From: Leo Famulari @ 2021-01-01 21:47 UTC (permalink / raw)
To: Tanguy Le Carrour; +Cc: 45233-done
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* [bug#45233] [PATCH v2] gnu: polybar: Update to 3.5.3.
2021-01-01 21:47 ` bug#45233: " Leo Famulari
@ 2021-01-02 15:41 ` Tanguy LE CARROUR
0 siblings, 0 replies; 6+ messages in thread
From: Tanguy LE CARROUR @ 2021-01-02 15:41 UTC (permalink / raw)
To: Leo Famulari; +Cc: 45233-done
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
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-01-02 15:42 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-14 8:59 [bug#45233] [PATCH] gnu: polybar: Update to 3.5.1 Tanguy Le Carrour
2020-12-21 8:48 ` Efraim Flashner
2020-12-23 8:13 ` Tanguy LE CARROUR
2021-01-01 17:28 ` [bug#45233] [PATCH v2] gnu: polybar: Update to 3.5.3 Tanguy Le Carrour
2021-01-01 21:47 ` bug#45233: " Leo Famulari
2021-01-02 15:41 ` [bug#45233] " Tanguy LE CARROUR
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.