unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Zheng Junjie <zhengjunjie@iscas.ac.cn>
To: 74319@debbugs.gnu.org
Subject: [bug#74319] [PATCH] gnu: cage: Update to 0.2.0.
Date: Tue, 12 Nov 2024 14:40:57 +0800	[thread overview]
Message-ID: <a7c3eaa76b0fb4fa2e7a759cfe347a4b1da20efa.1731393657.git.zhengjunjie@iscas.ac.cn> (raw)

* 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





                 reply	other threads:[~2024-11-12  6:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a7c3eaa76b0fb4fa2e7a759cfe347a4b1da20efa.1731393657.git.zhengjunjie@iscas.ac.cn \
    --to=zhengjunjie@iscas.ac.cn \
    --cc=74319@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).