mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
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 <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
150608a85f
commit
302f44be77
1 changed files with 5 additions and 3 deletions
|
@ -3463,7 +3463,7 @@ (define-public libucl
|
|||
(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 @@ (define-public labwc
|
|||
(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 @@ (define-public labwc
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue