mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: cage: Update to 0.2.1.
* gnu/packages/wm.scm (cage): Update to 0.2.1. [inputs]: Change wlroots-0.18 to wlroots-0.19. Closes: guix/guix#6370 Change-Id: Ib311b2a7cf383c3e788907aa25405f9096655227 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
@@ -248,7 +248,7 @@ the leaves of a full binary tree.")
|
||||
(define-public cage
|
||||
(package
|
||||
(name "cage")
|
||||
(version "0.2.0")
|
||||
(version "0.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -256,12 +256,12 @@ the leaves of a full binary tree.")
|
||||
(url "https://github.com/cage-kiosk/cage")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256 (base32 "0y7vqyvzphpzm0bnkrhs7qqbjpcb0sn0nlwif9y43l5kmp7ns8fr"))))
|
||||
(sha256 (base32 "03ckl7kjv3w3ysilcvxgczbm5kksm50ayn1yq6hls84qbli23lrz"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs (list pkg-config scdoc
|
||||
;; for wayland-scanner
|
||||
wayland))
|
||||
(inputs (list wayland wlroots-0.18 libxkbcommon))
|
||||
(inputs (list wayland wlroots-0.19 libxkbcommon))
|
||||
(home-page "https://github.com/cage-kiosk/cage")
|
||||
(synopsis "Wayland kiosk")
|
||||
(description "This package provides a Wayland @dfn{kiosk}, which runs a
|
||||
|
||||
Reference in New Issue
Block a user