diff options
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/tdrop/tdrop-9999.ebuild | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/x11-misc/tdrop/tdrop-9999.ebuild b/x11-misc/tdrop/tdrop-9999.ebuild index 695b437b87d3..252c3456998e 100644 --- a/x11-misc/tdrop/tdrop-9999.ebuild +++ b/x11-misc/tdrop/tdrop-9999.ebuild @@ -1,7 +1,9 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 + +inherit optfeature DESCRIPTION="WM-Independent Dropdown Creator" HOMEPAGE="https://github.com/noctuid/tdrop" @@ -20,6 +22,7 @@ IUSE="" RDEPEND=" app-shells/bash + sys-apps/gawk sys-process/procps x11-apps/xprop x11-apps/xrandr @@ -36,3 +39,7 @@ src_install() { doman tdrop.1 dodoc README.org } + +pkg_postinst() { + optfeature "tmux session support" app-misc/tmux +} |