GNU bug report logs - #78427
[PATCH 00/11] hypr* updates

Previous Next

Package: guix-patches;

Reported by: Murilo <murilo <at> disroot.org>

Date: Wed, 14 May 2025 17:48:02 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

Full log


View this message in rfc822 format

From: Murilo <murilo <at> disroot.org>
To: 78427 <at> debbugs.gnu.org
Cc: Murilo <murilo <at> disroot.org>
Subject: [bug#78427] [PATCH 11/11] gnu: hyprland: Update to 0.49.0.
Date: Wed, 14 May 2025 14:54:16 -0300
* gnu/packages/wm.scm (hyprland): Update to 0.49.0.
[inputs]: Add linux-libre-headers-6.14.

This new input is needed for dma_buf_export_sync_file.

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

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index e459de4d7a..7a4c690b01 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -368,7 +368,7 @@ (define-public hypridle
 (define-public hyprland
   (package
     (name "hyprland")
-    (version "0.48.1")
+    (version "0.49.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/hyprwm/Hyprland"
@@ -385,7 +385,7 @@ (define-public hyprland
                               "subprojects"))))
               (sha256
                (base32
-                "19ip27hzaj2j2idaz33ypcslawkp9v5vpjx1gcm6ypqsip1s01h1"))))
+                "0c2pvi9cdg6jv9wiz966q1sj8mjmxsgvcplsmfhhknpy7h2gp5px"))))
     (build-system cmake-build-system)
     (arguments
      (list #:cmake cmake-next
@@ -440,6 +440,7 @@ (define-public hyprland
            udis86
            wayland
            wayland-protocols-next
+           linux-libre-headers-6.14
            xcb-util-errors
            xcb-util-wm
            xorg-server-xwayland))
-- 
2.49.0





This bug report was last modified 23 days ago.

Previous Next


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