GNU bug report logs -
#59241
[PATCH 1/2] gnu: rofi: Update to 1.7.5.
Previous Next
Reported by: Hilton Chain <hako <at> ultrarare.space>
Date: Sun, 13 Nov 2022 06:38:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/xdisorg.scm (rofi-wayland): New variable.
---
gnu/packages/xdisorg.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index c09e470460..24e09f2b9f 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1861,6 +1861,30 @@ (define-public rofi
by name.")
(license license:expat)))
+(define-public rofi-wayland
+ (let ((base rofi))
+ (package
+ (inherit rofi)
+ (name "rofi-wayland")
+ (version "1.7.5+wayland1")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "https://github.com/lbonn/rofi"
+ "/releases/download/" version
+ "/rofi-" version ".tar.xz"))
+ (sha256
+ (base32
+ "09n71wv3nxpzpjmvqmxlxk0zfln3x2l8admfq571781p9hw0w6wp"))))
+ (build-system meson-build-system)
+ (inputs
+ (modify-inputs (package-inputs base)
+ (append wayland wayland-protocols)))
+ (description
+ (string-append
+ (package-description base)
+ " This package, @code{rofi-wayland}, provides additional wayland
+support.")))))
+
(define-public rofi-calc
(package
(name "rofi-calc")
--
2.38.1
This bug report was last modified 2 years and 180 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.