GNU bug report logs - #69690
[PATCH] gnu: cagebreak: Update to 2.3.1.

Previous Next

Package: guix-patches;

Reported by: iyzsong <at> envs.net

Date: Sun, 10 Mar 2024 03:29:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: 宋文武 <iyzsong <at> envs.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#69690: closed ([PATCH] gnu: cagebreak: Update to 2.3.1.)
Date: Tue, 12 Mar 2024 10:19:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 12 Mar 2024 18:18:14 +0800
with message-id <87r0gflpnd.fsf <at> envs.net>
and subject line Re: [bug#69690] [PATCH] gnu: cagebreak: Update to 2.3.1.
has caused the debbugs.gnu.org bug report #69690,
regarding [PATCH] gnu: cagebreak: Update to 2.3.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
69690: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69690
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: iyzsong <at> envs.net
To: guix-patches <at> gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH] gnu: cagebreak: Update to 2.3.1.
Date: Sun, 10 Mar 2024 11:28:01 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

* gnu/packages/wm.scm (cagebreak): Update to 2.3.1.
[inputs]: Replace wlroots-0.16 with wlroots.

Change-Id: I1e14c45790aa633c200f604243bcd61b269bc231
---
 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 edbb3096b8..a6f1ecd5c9 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -3054,7 +3054,7 @@ (define-public xnotify
 (define-public cagebreak
   (package
     (name "cagebreak")
-    (version "2.2.0")
+    (version "2.3.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3063,7 +3063,7 @@ (define-public cagebreak
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0yhn77hdy7c80hd6r8nmvs206pmp76bx4zr94imfvgs8fh5gb8cy"))))
+                "0firjpp7qw4kb2h1zh5pv5k0xf0jvx6x0r0s7j6y7dhlh5j0s00q"))))
     (build-system meson-build-system)
     (arguments
      (list
@@ -3079,7 +3079,7 @@ (define-public cagebreak
                 (("/etc/") (string-append #$output "/etc/"))
                 (("/usr/share/") (string-append #$output "/usr/share/"))))))))
     (native-inputs (list pkg-config scdoc))
-    (inputs (list libevdev pango wlroots-0.16))
+    (inputs (list libevdev pango wlroots))
     (home-page "https://github.com/project-repo/cagebreak")
     (synopsis "Tiling wayland compositor inspired by ratpoison")
     (description

base-commit: b05bb6608c7f25ddce6b563194ba5a3007009282
-- 
2.41.0



[Message part 3 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: 69690-done <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: Re: [bug#69690] [PATCH] gnu: cagebreak: Update to 2.3.1.
Date: Tue, 12 Mar 2024 18:18:14 +0800
Pushed now.


This bug report was last modified 1 year and 72 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.