mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: labwc: Update to 0.9.1.
* gnu/packages/wm.scm (labwc): Update to 0.9.1. [inputs]: Remove wlroots; add wlroots-0.19. Change-Id: I481ece0d790c7c96db1490a04e6d299d029244bc Signed-off-by: John Kehayias <john@guixotic.coop>
This commit is contained in:
parent
76c5eba9e3
commit
1729e8db62
1 changed files with 3 additions and 3 deletions
|
@ -3966,7 +3966,7 @@ read and write, and compatible with JSON.")
|
||||||
(define-public labwc
|
(define-public labwc
|
||||||
(package
|
(package
|
||||||
(name "labwc")
|
(name "labwc")
|
||||||
(version "0.8.4")
|
(version "0.9.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -3975,7 +3975,7 @@ read and write, and compatible with JSON.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wbza00y2xf2zn34q5c8g5k2dn2xjzbbqmsnjv6c90mh2bbk1q95"))))
|
"0p475vjn9gg314spf89di6i1l2lr9xx59mz4hq4shvbh64hr48pi"))))
|
||||||
(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))
|
||||||
|
@ -3988,7 +3988,7 @@ read and write, and compatible with JSON.")
|
||||||
libxcb
|
libxcb
|
||||||
libxml2
|
libxml2
|
||||||
pango
|
pango
|
||||||
wlroots))
|
wlroots-0.19))
|
||||||
(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…
Add table
Add a link
Reference in a new issue