summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2022-05-15 03:15:43 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2022-05-15 03:18:42 -0700
commit92c0a6517c61ce22cd2334e1e617309eb77d0197 (patch)
treee1890d5edeb8b6fd125c06c0680013f4ea60bbe0 /x11-misc/tdrop
parentx11-misc/tdrop: add 0.5.0 (diff)
downloadgentoo-92c0a6517c61ce22cd2334e1e617309eb77d0197.tar.gz
gentoo-92c0a6517c61ce22cd2334e1e617309eb77d0197.tar.bz2
gentoo-92c0a6517c61ce22cd2334e1e617309eb77d0197.zip
x11-misc/tdrop: sync live ebuild
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'x11-misc/tdrop')
-rw-r--r--x11-misc/tdrop/tdrop-9999.ebuild11
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
+}