aboutsummaryrefslogtreecommitdiff
path: root/app-text/plover/plover-5.3.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/plover/plover-5.3.0.ebuild')
-rw-r--r--app-text/plover/plover-5.3.0.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/app-text/plover/plover-5.3.0.ebuild b/app-text/plover/plover-5.3.0.ebuild
index a9d5739..a5bb77e 100644
--- a/app-text/plover/plover-5.3.0.ebuild
+++ b/app-text/plover/plover-5.3.0.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{13,14} )
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_SINGLE_IMPL=1
-inherit desktop distutils-r1
+inherit desktop distutils-r1 optfeature
DESCRIPTION="Free and open source real-time stenography engine."
HOMEPAGE="https://www.opensteno.org/plover/"
@@ -50,6 +50,7 @@ python_install_all() {
}
pkg_postinst() {
- elog "Install plover-plugin/lapwing-aio for Lapwing system support."
- elog "Plover's built-in Plugins Manager will not work in this package."
+ ewarn "Plover's built-in Plugins Manager doesn't work."
+ optfeature "Lapwing theory support" plover-plugin/lapwing-aio
+ optfeature "Plover2CAT transcription application" app-text/plover2cat
}