Archived
1
0
Fork 0

gnu: rofi-wayland: Update to 1.7.5+wayland2.

* gnu/packages/xdisorg.scm (rofi-wayland): Update to 1.7.5+wayland2.
[description]: Expand description.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Hilton Chain 2023-07-24 10:15:56 +08:00 committed by 宋文武
parent 4284aa7623
commit 19c042ddf8
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -59,6 +59,7 @@
;;; Copyright © 2022 Tobias Kortkamp <tobias.kortkamp@gmail.com> ;;; Copyright © 2022 Tobias Kortkamp <tobias.kortkamp@gmail.com>
;;; Copyright © 2023 Yovan Naumovski <yovan@gorski.stream> ;;; Copyright © 2023 Yovan Naumovski <yovan@gorski.stream>
;;; Copyright © 2023 Jake Leporte <jakeleporte@outlook.com> ;;; Copyright © 2023 Jake Leporte <jakeleporte@outlook.com>
;;; Copyright © 2023 Hilton Chain <hako@ultrarare.space>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -1939,7 +1940,7 @@ by name.")
(package (package
(inherit rofi) (inherit rofi)
(name "rofi-wayland") (name "rofi-wayland")
(version "1.7.5+wayland1") (version "1.7.5+wayland2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/lbonn/rofi" (uri (string-append "https://github.com/lbonn/rofi"
@ -1947,16 +1948,16 @@ by name.")
"/rofi-" version ".tar.xz")) "/rofi-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"09n71wv3nxpzpjmvqmxlxk0zfln3x2l8admfq571781p9hw0w6wp")))) "0l6rf8qwvawyh938pinl9fkwzjnq72xpa9a7lwk9jrr5lkk3h8yj"))))
(build-system meson-build-system) (build-system meson-build-system)
(inputs (inputs
(modify-inputs (package-inputs base) (modify-inputs (package-inputs base)
(append wayland wayland-protocols))) (append wayland wayland-protocols)))
(description (description
(string-append "Rofi is a minimalist application launcher. It memorizes which
(package-description base) applications you regularly use and also allows you to search for an
" This package, @code{rofi-wayland}, provides additional wayland application by name. This package, @code{rofi-wayland}, provides additional
support."))))) wayland support."))))
(define-public rofi-calc (define-public rofi-calc
(package (package