mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +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
|
(define-public labwc
|
||||||
(package
|
(package
|
||||||
(name "labwc")
|
(name "labwc")
|
||||||
(version "0.7.4")
|
(version "0.8.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -3472,7 +3472,7 @@ (define-public labwc
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xwgbqv0ablcjaq77c98m4rpgfylr1mja081ay9lccpjqycgbhgc"))))
|
"1j2fv64yz77rfa003b89q0gfri7pbqvjp27wg8ri7x3hfkxrbxvn"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config gettext-minimal scdoc))
|
(list pkg-config gettext-minimal scdoc))
|
||||||
|
@ -3480,10 +3480,12 @@ (define-public labwc
|
||||||
(list cairo
|
(list cairo
|
||||||
glib
|
glib
|
||||||
(librsvg-for-system)
|
(librsvg-for-system)
|
||||||
|
libliftoff
|
||||||
|
libsfdo
|
||||||
libxcb
|
libxcb
|
||||||
libxml2
|
libxml2
|
||||||
pango
|
pango
|
||||||
wlroots-0.17))
|
wlroots))
|
||||||
(home-page "https://labwc.github.io")
|
(home-page "https://labwc.github.io")
|
||||||
(synopsis "Window-stacking compositor for Wayland")
|
(synopsis "Window-stacking compositor for Wayland")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue