GNU bug report logs -
#65212
[PATCH] gnu: Add cage.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Thu, 10 Aug 2023 16:10:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 65212 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/wm.scm (cage): New variable.
---
gnu/packages/wm.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 8cc1f43e38..d44e791fc7 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -63,6 +63,7 @@
;;; Copyright © 2023 Gabriel Wicki <gabriel <at> erlikon.ch>
;;; Copyright © 2023 Jonathan Brielamier <jonathan.brielmaier <at> web.de>
;;; Copyright © 2023 Vessel Wave <vesselwave <at> disroot.org>
+;;; Copyright © 2023 Nicolas Graves <ngraves <at> ngraves.fr>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -193,6 +194,27 @@ (define-public bspwm
the leaves of a full binary tree.")
(license license:bsd-2)))
+(define-public cage
+ (package
+ (name "cage")
+ (version "0.1.5")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/cage-kiosk/cage")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256 (base32 "11sg9x08zl2nr7a723h462knz5lf58sgvkhv1mgc9z3hhkhvbsja"))))
+ (build-system meson-build-system)
+ (native-inputs (list pkg-config scdoc))
+ (inputs (list wayland wlroots libxkbcommon))
+ (home-page "https://github.com/cage-kiosk/cage")
+ (synopsis "A Wayland kiosk")
+ (description "This package provides a Wayland kiosk, which runs a single,
+ maximized application.")
+ (license license:expat)))
+
(define-public herbstluftwm
(package
(name "herbstluftwm")
base-commit: a1c1e0dd0340050964ea5a1b61738be6db8982a6
--
2.41.0
This bug report was last modified 1 year and 341 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.