[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: i3-wm: Update to 4.20.1.
From: |
guix-commits |
Subject: |
05/06: gnu: i3-wm: Update to 4.20.1. |
Date: |
Mon, 31 Jan 2022 18:39:01 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit cd645d9cdda8389d40a8e30a699085199b5cd5cc
Author: Yusuf Talha <yusuftalha@tuta.io>
AuthorDate: Tue Feb 1 00:12:55 2022 +0100
gnu: i3-wm: Update to 4.20.1.
* gnu/packages/wm.scm (i3-wm): Update to 4.20.1.
[build-system]: Change to MESON-BUILD-SYSTEM.
[arguments]: Remove #:configure-flags.
---
gnu/packages/wm.scm | 15 +++++----------
1 file changed, 5 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 9549b073cf..c05003a70e 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -290,22 +290,17 @@ commands would.")
(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")
-
- ;; The test suite requires the unpackaged Xephyr X server.
+ `(;; The test suite requires the unpackaged Xephyr X server.
#:tests? #f
#:phases
(modify-phases %standard-phases
- branch master updated (e96edb056d -> 4b297ebc0e), guix-commits, 2022/01/31
- 04/06: doc: Document --profile option to "guix environment", guix-commits, 2022/01/31
- 01/06: gnu: Add Lokke., guix-commits, 2022/01/31
- 02/06: gnu: Remove 'guile-3.0/libgc-7' variant., guix-commits, 2022/01/31
- 03/06: doc: Document --profile option to "guix shell", guix-commits, 2022/01/31
- 05/06: gnu: i3-wm: Update to 4.20.1.,
guix-commits <=
- 06/06: gnu: i3-wm: Add 'upstream-name' and 'release-monitoring-url'., guix-commits, 2022/01/31