gnu: hikari: Improve package.
* gnu/packages/wm.scm (hikari)[inputs]: Sort alphabetically. [synopsis]: Shorten a bit. [description]: Use full sentences.master
parent
2e9cdb6a65
commit
636caba168
gnu/packages
|
@ -2408,26 +2408,24 @@ read and write, and compatible with JSON.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append "https://hikari.acmelabs.space/releases/"
|
||||||
"https://hikari.acmelabs.space/releases/hikari-"
|
"hikari-" version ".tar.gz"))
|
||||||
version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1qsd1qb4bn24jh5658gxmfg6hk9p7g235gsbvnjrbfdjqsv8r6yz"))))
|
||||||
"1qsd1qb4bn24jh5658gxmfg6hk9p7g235gsbvnjrbfdjqsv8r6yz"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bmake" ,bmake)
|
`(("bmake" ,bmake)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("wayland-protocols" ,wayland-protocols)))
|
("wayland-protocols" ,wayland-protocols)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("wayland" ,wayland)
|
`(("cairo" ,cairo)
|
||||||
("wlroots" ,wlroots)
|
|
||||||
("libinput" ,libinput)
|
("libinput" ,libinput)
|
||||||
("cairo" ,cairo)
|
|
||||||
("pango" ,pango)
|
|
||||||
("libxkbcommon" ,libxkbcommon)
|
|
||||||
("libucl" ,libucl)
|
("libucl" ,libucl)
|
||||||
("pam" ,linux-pam)))
|
("libxkbcommon" ,libxkbcommon)
|
||||||
|
("pam" ,linux-pam)
|
||||||
|
("pango" ,pango)
|
||||||
|
("wayland" ,wayland)
|
||||||
|
("wlroots" ,wlroots)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
#:make-flags
|
#:make-flags
|
||||||
|
@ -2448,7 +2446,8 @@ read and write, and compatible with JSON.")
|
||||||
(lambda* (#:key inputs outputs make-flags #:allow-other-keys)
|
(lambda* (#:key inputs outputs make-flags #:allow-other-keys)
|
||||||
(apply invoke "bmake" "install" make-flags))))))
|
(apply invoke "bmake" "install" make-flags))))))
|
||||||
(home-page "https://hikari.acmelabs.space/")
|
(home-page "https://hikari.acmelabs.space/")
|
||||||
(synopsis "Stacking Wayland compositor with additional tiling capabilities")
|
(synopsis "Stacking Wayland compositor with tiling capabilities")
|
||||||
(description "Stacking Wayland compositor with additional tiling
|
(description
|
||||||
capabilities, it is heavily inspired by the Calm Window manager(cwm)")
|
"Hikari is a stacking Wayland compositor with additional tiling
|
||||||
|
capabilities. It is heavily inspired by the Calm Window manager(cwm).")
|
||||||
(license license:bsd-2)))
|
(license license:bsd-2)))
|
||||||
|
|
Reference in New Issue