[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: wlroots: Update to 0.14.1.
From: |
guix-commits |
Subject: |
02/07: gnu: wlroots: Update to 0.14.1. |
Date: |
Wed, 13 Oct 2021 17:37:32 -0400 (EDT) |
mbakke pushed a commit to branch core-updates-frozen
in repository guix.
commit ca4f8a9fbd23db9aadb05fd31e0c84c25256192f
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Oct 13 22:11:24 2021 +0200
gnu: wlroots: Update to 0.14.1.
* gnu/packages/wm.scm (wlroots): Update to 0.14.1.
[inputs]: Add SEATD.
---
gnu/packages/wm.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 5e17348..7c68c81 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1467,7 +1467,7 @@ functionality to display information about the most
commonly used services.")
(define-public wlroots
(package
(name "wlroots")
- (version "0.13.0")
+ (version "0.14.1")
(source
(origin
(method git-fetch)
@@ -1476,7 +1476,7 @@ functionality to display information about the most
commonly used services.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "01plhbnsp5yg18arz0v8fr0pr9l4w4pdzwkg9px486qdvb3s1vgy"))))
+ (base32 "1sshp3lvlkl1i670kxhwsb4xzxl8raz6769kqvgmxzcb63ns9ay1"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Dlogind-provider=elogind")
@@ -1497,6 +1497,7 @@ functionality to display information about the most
commonly used services.")
("libxkbcommon" ,libxkbcommon)
("mesa" ,mesa)
("pixman" ,pixman)
+ ("seatd" ,seatd)
("wayland" ,wayland)
("wayland-protocols" ,wayland-protocols)
("xcb-util-errors" ,xcb-util-errors)
- branch core-updates-frozen updated (ff01706 -> 641b31d), guix-commits, 2021/10/13
- 01/07: gnu: wayland-protocols: Update to 1.23., guix-commits, 2021/10/13
- 05/07: gnu: dwl: Update to 0.2.1., guix-commits, 2021/10/13
- 06/07: gnu: cagebreak: Update to 1.8.0., guix-commits, 2021/10/13
- 02/07: gnu: wlroots: Update to 0.14.1.,
guix-commits <=
- 03/07: gnu: sway: Update to 1.6.1., guix-commits, 2021/10/13
- 04/07: gnu: hikari: Update to 2.3.2., guix-commits, 2021/10/13
- 07/07: gnu: ganeti: Fix build failure., guix-commits, 2021/10/13