From 075206535e59e32f6db9e11ff943745d0d59d83d Mon Sep 17 00:00:00 2001 From: Terin Stock Date: Fri, 31 Jul 2026 13:44:55 +0200 Subject: */*: update Plover and dependencies Signed-off-by: Terin Stock --- app-text/plover/Manifest | 2 +- app-text/plover/plover-4.0.0_rc2-r1.ebuild | 40 --------------------------- app-text/plover/plover-5.3.0.ebuild | 44 ++++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 41 deletions(-) delete mode 100644 app-text/plover/plover-4.0.0_rc2-r1.ebuild create mode 100644 app-text/plover/plover-5.3.0.ebuild (limited to 'app-text') diff --git a/app-text/plover/Manifest b/app-text/plover/Manifest index d89ed43..0aef6cb 100644 --- a/app-text/plover/Manifest +++ b/app-text/plover/Manifest @@ -1 +1 @@ -DIST plover-4.0.0rc2.tar.gz 4345481 BLAKE2B ed99548fef9331b4831013540ede28c18e117af196c34f4fcbce742ece3d48d1ff55af6660289ddfe806a7c611a0fef2a7f282e3d9b7248d7693089bac4bf273 SHA512 abc9e0a54e5891504550595c0e84f202ce10fb264e8b01e7ad5546797d317038d26e454fec576898b915e9797637ffe1cca33567c65d69a98bdd40097d8cf79a +DIST plover-5.3.0.tar.gz 4413716 BLAKE2B 1beb21075a88690d3ba0d122153a872c1db3d5f7e4a35d7c38ffc66f7c90a2a0b9894615de1298df7613fa50bb3c1297ca32bec4278d6cee23885c9f48f272ae SHA512 06923c8760e439bac5be80088b5d7fcf8ca173be3c82e300b88ba1bb6a65707ef8321534dadb81a9aeaca0f85735de7cb4b1884ad664e3a5692e818a1b196924 diff --git a/app-text/plover/plover-4.0.0_rc2-r1.ebuild b/app-text/plover/plover-4.0.0_rc2-r1.ebuild deleted file mode 100644 index ebeebb9..0000000 --- a/app-text/plover/plover-4.0.0_rc2-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 desktop pypi - -DESCRIPTION="Free and open source real-time stenography engine." -HOMEPAGE="https://www.openstenoproject.org/plover/" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/appdirs[${PYTHON_USEDEP}] - dev-python/pyqt5[${PYTHON_USEDEP}] - dev-python/pyserial[${PYTHON_USEDEP}] - dev-python/wcwidth[${PYTHON_USEDEP}] - dev-python/python-xlib[${PYTHON_USEDEP}] - dev-python/rtf-tokenize[${PYTHON_USEDEP}] - dev-python/plover-stroke[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -src_prepare() { - distutils-r1_src_prepare - - echo "StartupWMClass=org.openstenoproject.python3" >> linux/${PN}.desktop -} - -src_install() { - distutils-r1_src_install - - domenu linux/${PN}.desktop - doicon plover/assets/${PN}.png - newicon plover/assets/${PN}-icon.svg ${PN}.svg -} diff --git a/app-text/plover/plover-5.3.0.ebuild b/app-text/plover/plover-5.3.0.ebuild new file mode 100644 index 0000000..19858a2 --- /dev/null +++ b/app-text/plover/plover-5.3.0.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_COMPAT=( python3_{13..14} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 desktop pypi + +DESCRIPTION="Free and open source real-time stenography engine." +HOMEPAGE="https://www.openstenoproject.org/plover/" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/appdirs[${PYTHON_USEDEP}] + dev-python/hidapi[${PYTHON_USEDEP}] + dev-python/plover-stroke[${PYTHON_USEDEP}] + dev-python/pyserial[${PYTHON_USEDEP}] + dev-python/pyside:6[gui,widgets,tools,${PYTHON_USEDEP}] + dev-python/python-xlib[${PYTHON_USEDEP}] + dev-python/readme-renderer[${PYTHON_USEDEP}] + dev-python/requests-cache[${PYTHON_USEDEP}] + dev-python/requests-futures[${PYTHON_USEDEP}] + dev-python/rtf-tokenize[${PYTHON_USEDEP}] + dev-python/wcwidth[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest + +src_prepare() { + distutils-r1_src_prepare + + echo "StartupWMClass=org.openstenoproject.python3" >> linux/${PN}.desktop +} + +src_install() { + distutils-r1_src_install + + domenu linux/${PN}.desktop + doicon plover/assets/${PN}.png + newicon plover/assets/${PN}-icon.svg ${PN}.svg +} -- cgit v1.3