diff options
author | ormorph <roma251078@mail.ru> | 2021-11-15 22:06:35 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2021-11-16 00:22:50 +0300 |
commit | 9f59a1d0c834bc706d6e74f0a0dc9f026e935b41 (patch) | |
tree | dbe2babfd8aea5f985063e94dcfa22679c93526f /trinity-base/kmouth | |
parent | ffbff856abb47b6fb62cdd430211c67f67478c5b (diff) | |
download | tde-packaging-gentoo-9f59a1d0c834bc706d6e74f0a0dc9f026e935b41.tar.gz tde-packaging-gentoo-9f59a1d0c834bc706d6e74f0a0dc9f026e935b41.zip |
Added ebuilds for stable version 14.0.11
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-base/kmouth')
-rw-r--r-- | trinity-base/kmouth/Manifest | 1 | ||||
-rw-r--r-- | trinity-base/kmouth/kmouth-14.0.11.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/trinity-base/kmouth/Manifest b/trinity-base/kmouth/Manifest new file mode 100644 index 00000000..2d109967 --- /dev/null +++ b/trinity-base/kmouth/Manifest @@ -0,0 +1 @@ +DIST tdeaccessibility-trinity-14.0.11.tar.xz 6191464 BLAKE2B c6f8463909fe4632b60379f4de14dbfd1e96d468abef4335b7af1295539d73db408f5d251ca54866922dffff074e18a2ccf8e8461908de6bdba6a3a6d5c44c11 SHA512 4535ecb358046065c3a087b37e570ec9f0f2efbba446382f9a322c31496bf41a3a1f84b6286721c40cfb6d1ec018b699c0205cdeffc6ba8b8bd50dde1d37b8bf diff --git a/trinity-base/kmouth/kmouth-14.0.11.ebuild b/trinity-base/kmouth/kmouth-14.0.11.ebuild new file mode 100644 index 00000000..74912403 --- /dev/null +++ b/trinity-base/kmouth/kmouth-14.0.11.ebuild @@ -0,0 +1,22 @@ +# Copyright 2021 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +TRINITY_MODULE_NAME="tdeaccessibility" +TRINITY_MODULE_TYPE="core" +TSM_EXTRACT_ALSO="translations" +inherit trinity-meta-2 + +DESCRIPTION="TDE: A type-and-say front end for speech synthesizers" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~x86" +fi + +src_configure() { + local mycmakeargs=( + -DWITH_ARTS=OFF + ) + + trinity-meta-2_src_configure +} |