aboutsummaryrefslogtreecommitdiff
path: root/app-text
diff options
context:
space:
mode:
authorwinter Sparkles2026-07-08 09:17:50 +0100
committerwinter Sparkles2026-07-08 09:17:50 +0100
commit798b5894b160a26176e3243acabce595b86432a6 (patch)
treee1d87537afc2017cb726e7eb989709dfb8eebd84 /app-text
parent8d67d031dcef889bb644ca41375c3547289e86b3 (diff)
fix up all the plover stuff so its better now
Diffstat (limited to 'app-text')
-rw-r--r--app-text/plover/plover-5.3.0.ebuild7
-rw-r--r--app-text/plover2cat/plover2cat-4.1.0.ebuild2
2 files changed, 5 insertions, 4 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
}
diff --git a/app-text/plover2cat/plover2cat-4.1.0.ebuild b/app-text/plover2cat/plover2cat-4.1.0.ebuild
index eeb20dd..718571f 100644
--- a/app-text/plover2cat/plover2cat-4.1.0.ebuild
+++ b/app-text/plover2cat/plover2cat-4.1.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
https://pypi.org/project/plover2cat/
"
RDEPEND="$(python_gen_cond_dep '
- app-text/plover[${PYTHON_USEDEP}]
+ app-text/plover[${PYTHON_SINGLE_USEDEP}]
dev-python/dulwich[${PYTHON_USEDEP}]
dev-python/obsws-python[${PYTHON_USEDEP}]
dev-python/odfpy[${PYTHON_USEDEP}]