GNU bug report logs -
#50393
[PATCH] gnu: Add wlsunset.
Previous Next
Reported by: raingloom <raingloom <at> riseup.net>
Date: Sun, 5 Sep 2021 05:13:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#50393: [PATCH] gnu: Add wlsunset.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 50393 <at> debbugs.gnu.org.
--
50393: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50393
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello,
raingloom <raingloom <at> riseup.net> writes:
> Thanks for the feedback, here is the fixed patch.
Thank you. I tweaked the description and applied it.
Regards,
--
Nicolas Goaziou
[Message part 3 (message/rfc822, inline)]
* gnu/packages/xdisorg.scm (wlsunset): New variable.
---
gnu/packages/xdisorg.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 006b1c11ac..396a704d80 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -3015,3 +3015,31 @@ System. This includes such features as
MouseKeys, AccessX, StickyKeys, BounceKeys, and SlowKeys. It includes
a graphical program to help with MouseKeys-acceleration management.")
(license license:bsd-3)))
+
+(define-public wlsunset
+ (package
+ (name "wlsunset")
+ (version "0.2.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.sr.ht/~kennylevinsen/wlsunset/")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0hhsddh3rs066rbsjksr8kcwg8lvglbvs67dq0r5wx5c1xcwb51w"))))
+ (build-system meson-build-system)
+ (inputs
+ `(("wayland-protocols" ,wayland-protocols)
+ ("wayland" ,wayland)))
+ (native-inputs
+ `(("pkg-config" ,pkg-config)))
+ (synopsis "Day/night gamma adjustments for Wayland compositors")
+ (home-page "https://sr.ht/~kennylevinsen/wlsunset/")
+ (description
+ "Day/night gamma adjustments for Wayland compositors supporting
+wlr-gamma-control-unstable-v1. Also known as a blue light filter or
night +light.")
+ (license license:expat)))
--
2.32.0
This bug report was last modified 3 years and 327 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.