GNU bug report logs -
#74319
[PATCH] gnu: cage: Update to 0.2.0.
Previous Next
Reported by: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Date: Tue, 12 Nov 2024 06:44:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Graves <ngraves <at> ngraves.fr>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 74319 in the body.
You can then email your comments to 74319 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#74319
; Package
guix-patches
.
(Tue, 12 Nov 2024 06:44:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 12 Nov 2024 06:44:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/wm.scm (cage): Update to 0.2.0.
[inputs]: Remove wlroots-0.16; add wlroots.
Change-Id: Idfd8d8947f1261431688cf66f1fd3c5b75ed8d69
---
gnu/packages/wm.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 836d4b6c047..92a4b81c68a 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -211,7 +211,7 @@ (define-public bspwm
(define-public cage
(package
(name "cage")
- (version "0.1.5")
+ (version "0.2.0")
(source
(origin
(method git-fetch)
@@ -219,12 +219,12 @@ (define-public cage
(url "https://github.com/cage-kiosk/cage")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
- (sha256 (base32 "11sg9x08zl2nr7a723h462knz5lf58sgvkhv1mgc9z3hhkhvbsja"))))
+ (sha256 (base32 "0y7vqyvzphpzm0bnkrhs7qqbjpcb0sn0nlwif9y43l5kmp7ns8fr"))))
(build-system meson-build-system)
(native-inputs (list pkg-config scdoc
;; for wayland-scanner
wayland))
- (inputs (list wayland wlroots-0.16 libxkbcommon))
+ (inputs (list wayland wlroots libxkbcommon))
(home-page "https://github.com/cage-kiosk/cage")
(synopsis "Wayland kiosk")
(description "This package provides a Wayland @dfn{kiosk}, which runs a
base-commit: 0cbd830ebb8ce802afe99c439ce7fdee448074be
--
2.46.0
bug closed, send any further explanations to
74319 <at> debbugs.gnu.org and Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Request was from
Nicolas Graves <ngraves <at> ngraves.fr>
to
control <at> debbugs.gnu.org
.
(Sun, 24 Nov 2024 17:59:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 23 Dec 2024 12:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 271 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.