all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ahmad Draidi via Guix-patches via <guix-patches@gnu.org>
To: 75155@debbugs.gnu.org
Cc: Ahmad Draidi <a.r.draidi@redscript.org>
Subject: [bug#75155] [PATCH 3/3] gnu: labwc: Update to 0.8.2.
Date: Sat, 28 Dec 2024 10:06:10 +0400	[thread overview]
Message-ID: <8ea15b4bf1a04ff5f49296fbea697d3ad1a73bdc.1735365259.git.a.r.draidi@redscript.org> (raw)
In-Reply-To: <cover.1735365259.git.a.r.draidi@redscript.org>

* 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





      parent reply	other threads:[~2024-12-28  6:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-28  6:00 [bug#75155] [PATCH 0/3] Update labwc to 0.8.2 and some related changes Ahmad Draidi via Guix-patches via
2024-12-28  6:06 ` [bug#75155] [PATCH 1/3] gnu: wlroots: Update to 0.18.2 Ahmad Draidi via Guix-patches via
2024-12-28  6:06 ` [bug#75155] [PATCH 2/3] gnu: Add libsfdo Ahmad Draidi via Guix-patches via
2024-12-28  6:06 ` Ahmad Draidi via Guix-patches via [this message]

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

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

  git send-email \
    --in-reply-to=8ea15b4bf1a04ff5f49296fbea697d3ad1a73bdc.1735365259.git.a.r.draidi@redscript.org \
    --to=guix-patches@gnu.org \
    --cc=75155@debbugs.gnu.org \
    --cc=a.r.draidi@redscript.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.