all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#50393] [PATCH] gnu: Add wlsunset.
@ 2021-09-05  5:11 raingloom
  2021-09-06  9:08 ` Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: raingloom @ 2021-09-05  5:11 UTC (permalink / raw)
  To: 50393

* 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




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-09-15 19:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-05  5:11 [bug#50393] [PATCH] gnu: Add wlsunset raingloom
2021-09-06  9:08 ` Nicolas Goaziou
     [not found]   ` <20210914174633.41cac33c@riseup.net>
2021-09-15 19:28     ` bug#50393: " Nicolas Goaziou

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.