commit: 67e139af6fef6d89b7c3b1b6c2ac17788c83edcf
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 3 10:39:04 2025 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Jan 3 10:41:51 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67e139af
x11-misc/rofi: install docs, make keysyms DEPEND only
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
x11-misc/rofi/{rofi-1.7.6-r1.ebuild => rofi-1.7.6-r2.ebuild} | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/x11-misc/rofi/rofi-1.7.6-r1.ebuild
b/x11-misc/rofi/rofi-1.7.6-r2.ebuild
similarity index 96%
rename from x11-misc/rofi/rofi-1.7.6-r1.ebuild
rename to x11-misc/rofi/rofi-1.7.6-r2.ebuild
index 49bd72583a8e..99c15ca7964b 100644
--- a/x11-misc/rofi/rofi-1.7.6-r1.ebuild
+++ b/x11-misc/rofi/rofi-1.7.6-r2.ebuild
@@ -36,16 +36,23 @@ RDEPEND="
x11-libs/startup-notification
x11-libs/xcb-util
x11-libs/xcb-util-cursor
- x11-libs/xcb-util-keysyms
x11-libs/xcb-util-wm
x11-misc/xkeyboard-config
"
DEPEND="
${RDEPEND}
x11-base/xorg-proto
+ x11-libs/xcb-util-keysyms
test? ( >=dev-libs/check-0.11 )
"
+DOCS=(
+ AUTHORS
+ Changelog
+ Examples/
+ README.md
+)
+
src_configure() {
# Doesn't work with reflex, bug #887049
export LEX=flex