diff options
author | ormorph <roma251078@mail.ru> | 2024-04-28 17:23:47 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2024-04-28 22:35:54 +0300 |
commit | 30335515923be5f5ee02981121d2cdb6ad89978d (patch) | |
tree | d4601e9c08f8d576a5ce043fba5f73020f0c862d /trinity-base/ksayit | |
parent | 929431cac813bc953a1e646fe36d1cfbc4a68f4b (diff) | |
download | tde-packaging-gentoo-30335515923be5f5ee02981121d2cdb6ad89978d.tar.gz tde-packaging-gentoo-30335515923be5f5ee02981121d2cdb6ad89978d.zip |
Add new TDE-14.1.2
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-base/ksayit')
-rw-r--r-- | trinity-base/ksayit/Manifest | 1 | ||||
-rw-r--r-- | trinity-base/ksayit/ksayit-14.1.2.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/trinity-base/ksayit/Manifest b/trinity-base/ksayit/Manifest index f170c6a0..661fbb1c 100644 --- a/trinity-base/ksayit/Manifest +++ b/trinity-base/ksayit/Manifest @@ -1 +1,2 @@ DIST tdeaccessibility-trinity-14.1.1.tar.xz 6192024 BLAKE2B 42356922784a4cf2abde4c0e932faf8bf24dc2829cd1507f4ad81de4615a6abe808cafabd1781e47020a03531b5ddb2478230e05f716e3a23bb72cb0431f6e0e SHA512 4e215d8b0de470b1820bb251e2d9d69eba54e828fb6d94b50e4f5ddf74fe1e8166dcabc48694bcba4ce11e46a8cc37fb3774941ef73c959f280b89ddc652808d +DIST tdeaccessibility-trinity-14.1.2.tar.xz 6191780 BLAKE2B 5d1a6b4df9a4a97a43418174dfe8779ce69944020f70fab43c4f3ba54e746de0dfa9856a1a73acdf107dd70555217706d0753971b7aabc64d8c9e5330ae86cc0 SHA512 0cf1ec7ae36720db16e502455b90fb949d1d5451a16b211d570c4200ad9819a6250684efac5492e13cba185a1722f7e464cb854a414cff7b770411a983e48bbe diff --git a/trinity-base/ksayit/ksayit-14.1.2.ebuild b/trinity-base/ksayit/ksayit-14.1.2.ebuild new file mode 100644 index 00000000..54759967 --- /dev/null +++ b/trinity-base/ksayit/ksayit-14.1.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 2022-2024 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +TRINITY_MODULE_NAME="tdeaccessibility" +TRINITY_MODULE_TYPE="core" +TRINITY_HANDBOOK="optional" +TSM_EXTRACT_ALSO="kspeechsink" +TRINITY_NEED_ARTS="yes" +inherit trinity-meta-2 + +DESCRIPTION="TDE text-to-speech frontend" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +DEPEND="~trinity-base/kttsd-${PV}" +RDEPEND="${DEPEND}" |