[PATCH] gnu: i3-wm: Update to 4.20.1

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Yusuf Talha
Owner
unassigned
Submitted by
Yusuf Talha
Severity
normal
Y
Y
Yusuf Talha wrote on 26 Jan 2022 04:53
(address . guix-patches@gnu.org)
MuJW9Zn--3-2@tuta.io
Hello.  This is my very first patch for Guix.  I hope it is acceptable.
Attachment: file
Toggle diff (33 lines)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 9549b073cf..6c0f16cfb8 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -290,23 +290,18 @@ (define-public i3status
(define-public i3-wm
(package
(name "i3-wm")
- (version "4.18.3")
+ (version "4.20.1")
(source (origin
(method url-fetch)
(uri (string-append "https://i3wm.org/downloads/i3-"
- version ".tar.bz2"))
+ version ".tar.xz"))
(sha256
(base32
- "03dijnwv2n8ak9jq59fhq0rc80m5wjc9d54fslqaivnnz81pkbjk"))))
- (build-system gnu-build-system)
+ "1rpwdgykcvmrmdz244f0wm7446ih1dcw8rlc1hm1c7cc42pyrq93"))))
+ (build-system meson-build-system)
(arguments
- `(#:configure-flags
- ;; The build system tries to build in a separate directory, but that
- ;; seems to be unnecessary.
- (list "--disable-builddir")
-
+ `(#:tests? #f
;; The test suite requires the unpackaged Xephyr X server.
- #:tests? #f
#:phases
(modify-phases %standard-phases
(add-after 'install 'patch-session-file
L
L
Ludovic Courtès wrote on 1 Feb 2022 00:26
(name . Yusuf Talha)(address . yusuftalha@tuta.io)(address . 53542-done@debbugs.gnu.org)
87a6fb8p21.fsf@gnu.org
Hello,

Yusuf Talha <yusuftalha@tuta.io> skribis:

Toggle quote (13 lines)
> Hello.  This is my very first patch for Guix.  I hope it is acceptable.
>
> diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
> index 9549b073cf..6c0f16cfb8 100644
> --- a/gnu/packages/wm.scm
> +++ b/gnu/packages/wm.scm
> @@ -290,23 +290,18 @@ (define-public i3status
> (define-public i3-wm
> (package
> (name "i3-wm")
> - (version "4.18.3")
> + (version "4.20.1")

I added a commit log and applied on your behalf.

For future patches, please take a look at
in particular regarding the use of ‘git send-email’.

Thank you, and welcome! :-)

Ludo’.
Closed
?