diff options
author | Florian Schmaus <flow@gentoo.org> | 2025-01-03 11:39:30 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2025-01-03 11:41:52 +0100 |
commit | 4191e5596e54be55cf63d7a5d798fb16cae17358 (patch) | |
tree | a8cebfc6089e708dbf5a53227d55a1cbd18539f6 /x11-misc/rofi | |
parent | x11-misc/rofi: install docs, make keysyms DEPEND only (diff) | |
download | gentoo-4191e5596e54be55cf63d7a5d798fb16cae17358.tar.gz gentoo-4191e5596e54be55cf63d7a5d798fb16cae17358.tar.bz2 gentoo-4191e5596e54be55cf63d7a5d798fb16cae17358.zip |
x11-misc/rofi: sync live
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'x11-misc/rofi')
-rw-r--r-- | x11-misc/rofi/rofi-9999.ebuild | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/x11-misc/rofi/rofi-9999.ebuild b/x11-misc/rofi/rofi-9999.ebuild index d1d57fe871c1..99c15ca7964b 100644 --- a/x11-misc/rofi/rofi-9999.ebuild +++ b/x11-misc/rofi/rofi-9999.ebuild @@ -42,9 +42,17 @@ RDEPEND=" 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 |