GNU bug report logs - #77506
[PATCH] gnu: xdisorg: Add hyprsunset.

Previous Next

Package: guix-patches;

Reported by: Daniel Ziltener <dziltener <at> lyrion.ch>

Date: Thu, 3 Apr 2025 20:51:02 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

To reply to this bug, email your comments to 77506 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#77506; Package guix-patches. (Thu, 03 Apr 2025 20:51:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Daniel Ziltener <dziltener <at> lyrion.ch>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 03 Apr 2025 20:51:02 GMT) Full text and rfc822 format available.

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

From: Daniel Ziltener <dziltener <at> lyrion.ch>
To: guix-patches <at> gnu.org
Cc: Daniel Ziltener <dziltener <at> lyrion.ch>
Subject: [PATCH] gnu: xdisorg: Add hyprsunset.
Date: Thu,  3 Apr 2025 22:49:26 +0200
This adds the hyprsunset utility for Hyprland.

---
 gnu/packages/xdisorg.scm | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 302c0434ca..8e03f637dc 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1807,6 +1807,42 @@ (define-public redshift-wayland
 protocol.")
       (license license:gpl3+))))
 
+(define-public hyprsunset
+  (package
+   (name "hyprsunset")
+   (version "0.2.0")
+   (source
+    (origin
+     (method git-fetch)
+     (uri
+      (git-reference
+       (url "https://github.com/hyprwm/hyprsunset")
+       (commit (string-append "v" version))))
+     (sha256
+      (base32
+       "049w9b7rbm5nzb51vqwirvm4xy27kqhn4qrhj1k4nj1dfmmn90hh"))))
+   (build-system cmake-build-system)
+   (arguments
+    (list
+     #:cmake cmake-3.30
+     #:tests? #false))
+   (native-inputs
+    (list
+     gcc-14
+     hyprwayland-scanner
+     pkg-config
+     wayland
+     wayland-protocols))
+   (inputs
+    (list
+     hyprland-protocols
+     hyprutils))
+   (home-page "https://github.com/hyprwm/hyprsunset")
+   (synopsis "A blue-light filter for Hyprland")
+   (description "An application to enable a blue-light filter on Hyprland. It does not have
+a timer on its own, but has to be controlled using Hyprland's @code{hyprctl}.")
+   (license license:bsd-3)))
+
 (define-public xwhite
   (package
     (name "xwhite")
-- 
2.49.0





Reply sent to Andreas Enge <andreas <at> enge.fr>:
You have taken responsibility. (Sun, 03 Aug 2025 17:34:02 GMT) Full text and rfc822 format available.

Notification sent to Daniel Ziltener <dziltener <at> lyrion.ch>:
bug acknowledged by developer. (Sun, 03 Aug 2025 17:34:02 GMT) Full text and rfc822 format available.

Message #10 received at 77506-done <at> debbugs.gnu.org (full text, mbox):

From: Andreas Enge <andreas <at> enge.fr>
To: Daniel Ziltener <dziltener <at> lyrion.ch>
Cc: 77506-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: xdisorg: Add hyprsunset.
Date: Sun, 3 Aug 2025 19:33:11 +0200
Hello,

someone has added it in commit 83144c271c19af3a686a52c176fbb495f2c6d8dc ,
so closing it. Thanks nevertheless!

Andreas





This bug report was last modified 12 days ago.

Previous Next


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