GNU bug report logs - #75155
[PATCH 0/3] Update labwc to 0.8.2 and some related changes

Previous Next

Package: guix-patches;

Reported by: Ahmad Draidi <a.r.draidi <at> redscript.org>

Date: Sat, 28 Dec 2024 06:02:01 UTC

Severity: normal

Tags: patch

Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

Full log


Message #14 received at 75155 <at> debbugs.gnu.org (full text, mbox):

From: Ahmad Draidi <a.r.draidi <at> redscript.org>
To: 75155 <at> debbugs.gnu.org
Cc: Ahmad Draidi <a.r.draidi <at> redscript.org>
Subject: [PATCH 3/3] gnu: labwc: Update to 0.8.2.
Date: Sat, 28 Dec 2024 10:06:10 +0400
* gnu/packages/wm.scm (labwc): Update to 0.8.2.
[inputs]: Replace wlroots-0.17 with wlroots, add libliftoff and libsfdo.

Change-Id: I72905d5a9e4252dc709ae0f0bcacdb129d754840
---
 gnu/packages/wm.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 8da82e6411..9814b4e2c7 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -3456,7 +3456,7 @@ (define-public libucl
 (define-public labwc
   (package
     (name "labwc")
-    (version "0.7.4")
+    (version "0.8.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3465,7 +3465,7 @@ (define-public labwc
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0xwgbqv0ablcjaq77c98m4rpgfylr1mja081ay9lccpjqycgbhgc"))))
+                "1j2fv64yz77rfa003b89q0gfri7pbqvjp27wg8ri7x3hfkxrbxvn"))))
     (build-system meson-build-system)
     (native-inputs
      (list pkg-config gettext-minimal scdoc))
@@ -3473,10 +3473,12 @@ (define-public labwc
      (list cairo
            glib
            (librsvg-for-system)
+           libliftoff
+           libsfdo
            libxcb
            libxml2
            pango
-           wlroots-0.17))
+           wlroots))
     (home-page "https://labwc.github.io")
     (synopsis "Window-stacking compositor for Wayland")
     (description
-- 
2.47.1





This bug report was last modified 134 days ago.

Previous Next


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