diff options
author | Ahmad Draidi <[email protected]> | 2024-12-28 10:06:10 +0400 |
---|---|---|
committer | Zheng Junjie <[email protected]> | 2025-01-02 20:55:17 +0800 |
commit | 302f44be778a843142ecfe0a4ad0f68297c21572 (patch) | |
tree | b689cd8072f7356f9db67b993ac83329a205b107 | |
parent | 150608a85f0b684f4b3bbd459be3163c2befb96a (diff) |
gnu: labwc: Update to 0.8.2.
* gnu/packages/wm.scm (labwc): Update to 0.8.2.
[inputs]: Replace wlroots-0.17 with wlroots, add libliftoff and libsfdo.
Change-Id: I72905d5a9e4252dc709ae0f0bcacdb129d754840
Signed-off-by: Zheng Junjie <[email protected]>
-rw-r--r-- | gnu/packages/wm.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 32e223fe6e..742a729609 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -3463,7 +3463,7 @@ read and write, and compatible with JSON.") (define-public labwc (package (name "labwc") - (version "0.7.4") + (version "0.8.2") (source (origin (method git-fetch) (uri (git-reference @@ -3472,7 +3472,7 @@ read and write, and compatible with JSON.") (file-name (git-file-name name version)) (sha256 (base32 - "0xwgbqv0ablcjaq77c98m4rpgfylr1mja081ay9lccpjqycgbhgc")))) + "1j2fv64yz77rfa003b89q0gfri7pbqvjp27wg8ri7x3hfkxrbxvn")))) (build-system meson-build-system) (native-inputs (list pkg-config gettext-minimal scdoc)) @@ -3480,10 +3480,12 @@ read and write, and compatible with JSON.") (list cairo glib (librsvg-for-system) + libliftoff + libsfdo libxcb libxml2 pango - wlroots-0.17)) + wlroots)) (home-page "https://labwc.github.io") (synopsis "Window-stacking compositor for Wayland") (description |