[PATCH] Update i3-wm to version 4.22

  • Done
  • quality assurance status badge
Details
2 participants
  • ???
  • Marcel van der Boom
Owner
unassigned
Submitted by
Marcel van der Boom
Severity
normal
M
M
Marcel van der Boom wrote on 12 Jan 2023 15:58
[PATCH] Update i3-wm to version 4.20
(address . guix-patches@gnu.org)(name . Marcel van der Boom)(address . marcel@van-der-boom.nl)
bc3c140d8347cfc071fa97a66a07bbc48b4c17ea.1673535485.git.marcel@van-der-boom.nl
Simple update of version, hash and one input.

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

Toggle diff (32 lines)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index a13467663e..2105168a58 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -309,14 +309,14 @@ (define-public i3status
(define-public i3-wm
(package
(name "i3-wm")
- (version "4.20.1")
+ (version "4.22")
(source (origin
(method url-fetch)
(uri (string-append "https://i3wm.org/downloads/i3-"
version ".tar.xz"))
(sha256
(base32
- "1rpwdgykcvmrmdz244f0wm7446ih1dcw8rlc1hm1c7cc42pyrq93"))))
+ "0jrya4rhh46sivlmqaqc4n9abpp1yn1ajhi616gn75cxwl8rjqr8"))))
(build-system meson-build-system)
(arguments
`(;; The test suite requires the unpackaged Xephyr X server.
@@ -346,7 +346,7 @@ (define-public i3-wm
xmlto
perl-pod-simple
libx11
- pcre
+ pcre2
startup-notification
pango
cairo))
--
2.38.1
M
M
Marcel van der Boom wrote on 12 Jan 2023 16:05
control message for bug #60755
(address . control@debbugs.gnu.org)
877cxr6bf9.fsf@van-der-boom.nl
retitle 60755 Update i3-wm to version 4.22
quit
M
M
Marcel van der Boom wrote on 12 Jan 2023 16:07
(address . control@debbugs.gnu.org)
875ydb6bbs.fsf@van-der-boom.nl
retitle 60755 [PATCH] Update i3-wm to version 4.22
quit
M
M
Marcel van der Boom wrote on 13 Jan 2023 09:36
[PATCH] Update i3-wm to version 4.22
(address . 60755@debbugs.gnu.org)
871qny6d8v.fsf@van-der-boom.nl
Not sure if it should be part of this issue, but with version 4.22
the inclusion of a separate 'i3-gaps' package is perhaps
redundant? Its functionality has been merged.
M
M
Marcel van der Boom wrote on 19 Jan 2023 16:37
(address . 60755@debbugs.gnu.org)
87edrqh6vs.fsf@van-der-boom.nl
Is anything else needed for this?
?
(name . Marcel van der Boom)(address . marcel@van-der-boom.nl)(address . 60755-done@debbugs.gnu.org)
87r0vfqkhh.fsf@envs.net
Marcel van der Boom <marcel@van-der-boom.nl> writes:

Toggle quote (2 lines)
> Simple update of version, hash and one input.

Pushed with updated commit message, thank you!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 60755@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 60755
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch