summaryrefslogtreecommitdiff
path: root/app-leechcraft/lc-kbswitch/lc-kbswitch-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-leechcraft/lc-kbswitch/lc-kbswitch-9999.ebuild')
-rw-r--r--app-leechcraft/lc-kbswitch/lc-kbswitch-9999.ebuild11
1 files changed, 8 insertions, 3 deletions
diff --git a/app-leechcraft/lc-kbswitch/lc-kbswitch-9999.ebuild b/app-leechcraft/lc-kbswitch/lc-kbswitch-9999.ebuild
index 2fb40905fd0..10cdc5bac11 100644
--- a/app-leechcraft/lc-kbswitch/lc-kbswitch-9999.ebuild
+++ b/app-leechcraft/lc-kbswitch/lc-kbswitch-9999.ebuild
@@ -3,13 +3,13 @@
EAPI=6
-inherit leechcraft
+inherit eutils leechcraft
DESCRIPTION="Provides plugin- or tab-grained keyboard layout control"
SLOT="0"
KEYWORDS=""
-IUSE="debug quark"
+IUSE="debug"
DEPEND="~app-leechcraft/lc-core-${PV}
dev-qt/qtnetwork:5
@@ -19,4 +19,9 @@ DEPEND="~app-leechcraft/lc-core-${PV}
"
RDEPEND="${DEPEND}
x11-apps/setxkbmap
- quark? ( ~virtual/leechcraft-quark-sideprovider-${PV} )"
+ "
+
+pkg_postinst() {
+ elog "Consider installing the following for additional features:"
+ optfeature "display layout indicator in LeechCraft tray" virtual/leechcraft-quark-sideprovider
+}