[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50393] [PATCH] gnu: Add wlsunset.
From: |
Nicolas Goaziou |
Subject: |
[bug#50393] [PATCH] gnu: Add wlsunset. |
Date: |
Mon, 06 Sep 2021 11:08:59 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hello,
raingloom <raingloom@riseup.net> writes:
> +(define-public wlsunset
Thank you. Some nits follow.
> + (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)))
Could you order inputs alphabetically?
> + (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.")
Could you use complete sentences for the description? I suggest using
markup: @samp{wlr-gamma-control-unstable-v1}.
Regards,
--
Nicolas Goaziou