unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#36536] [PATCH] Update i3blocks to 1.4-2
@ 2019-07-07 11:17 ison
  2019-07-08 11:02 ` bug#36536: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: ison @ 2019-07-07 11:17 UTC (permalink / raw)
  To: 36536

[-- Attachment #1: Type: text/plain, Size: 485 bytes --]

i3blocks click events weren't functioning with the latest i3bar.
Updating fixes the issue. See attached patch.

Sorry for the dumb quesiton, but I hope I am correctly understanding the role of
"revision" here. I simply incremented it from 1 to 2.
My understanding is it's just a number added to the end of the version string to
give it a unique value when updating to a commit that doesn't correspond to an
exact release.
If that's not correct then please let me know so I can fix it.

[-- Attachment #2: 0001-Update-i3blocks-to-1.4-2.patch --]
[-- Type: text/plain, Size: 1268 bytes --]

From 0c0705d510db8e4c7f9e5a3ff8b1cbf48d6bc104 Mon Sep 17 00:00:00 2001
From: ison <ison@airmail.cc>
Date: Sun, 7 Jul 2019 05:02:01 -0600
Subject: [PATCH] Update i3blocks to 1.4-2

---
 gnu/packages/wm.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 90bc7fc883..d4c750dc66 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -269,8 +269,8 @@ Despite the name it should work with any X11 window manager.")
     (license license:bsd-3)))
 
 (define-public i3blocks
-  (let ((commit "37f23805ff886639163fbef8aedba71c8071eff8")
-        (revision "1"))
+  (let ((commit "ec050e79ad8489a6f8deb37d4c20ab10729c25c3")
+        (revision "2"))
     (package
       (name "i3blocks")
       (version (string-append "1.4-" revision "."
@@ -282,7 +282,7 @@ Despite the name it should work with any X11 window manager.")
                       (commit commit)))
                 (sha256
                  (base32
-                  "15rnrcajzyrmhlz1a21qqsjlj3dkib70806dlb386fliylc2kisb"))
+                  "1fx4230lmqa5rpzph68dwnpcjfaaqv5gfkradcr85hd1z8d1qp1b"))
                 (file-name (git-file-name name version))))
       (build-system gnu-build-system)
       (arguments
-- 
2.22.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#36536: [PATCH] Update i3blocks to 1.4-2
  2019-07-07 11:17 [bug#36536] [PATCH] Update i3blocks to 1.4-2 ison
@ 2019-07-08 11:02 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-07-08 11:02 UTC (permalink / raw)
  To: ison; +Cc: 36536-done

Hi,

ison <ison@airmail.cc> skribis:

> i3blocks click events weren't functioning with the latest i3bar.
> Updating fixes the issue. See attached patch.
>
> Sorry for the dumb quesiton, but I hope I am correctly understanding the role of
> "revision" here. I simply incremented it from 1 to 2.
> My understanding is it's just a number added to the end of the version string to
> give it a unique value when updating to a commit that doesn't correspond to an
> exact release.

That’s correct!

>>From 0c0705d510db8e4c7f9e5a3ff8b1cbf48d6bc104 Mon Sep 17 00:00:00 2001
> From: ison <ison@airmail.cc>
> Date: Sun, 7 Jul 2019 05:02:01 -0600
> Subject: [PATCH] Update i3blocks to 1.4-2
>
> ---
>  gnu/packages/wm.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

I adjusted the commit log to match our conventions and applied it.

Thanks!

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-08 11:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-07 11:17 [bug#36536] [PATCH] Update i3blocks to 1.4-2 ison
2019-07-08 11:02 ` bug#36536: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).