[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

Debbugs page

Yusuf Talha wrote 3 years ago
(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
Ludovic Courtès wrote 3 years ago
(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
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 53542
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help