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-apps/yakuake | |
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-apps/yakuake')
-rw-r--r-- | trinity-apps/yakuake/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/yakuake/yakuake-14.0.11.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/trinity-apps/yakuake/Manifest b/trinity-apps/yakuake/Manifest index a39be8b9..f654313f 100644 --- a/trinity-apps/yakuake/Manifest +++ b/trinity-apps/yakuake/Manifest @@ -1 +1,2 @@ +DIST yakuake-trinity-14.0.11.tar.xz 106032 BLAKE2B f2068790956cabe826039920b58c0e9cae81890f5b824054b93fe49174f822443eccf5610666839102958cbbfb49bafa3169f10eb4b2b87bd55a3187912e625a SHA512 44c0e61946cb88518a6077e573d27bbafc7525400813c47db119d7f71c0e778711d0eecfe5e5863b28578a48467ff37e621c6b251dc169dffb13d53306b301b7 DIST yakuake-trinity-14.0.8.tar.xz 372284 BLAKE2B 54e56a23ab02caa1e41686490c8c756d6dcb04a30b3e0f4c8931e2fe8a8395d85c5d3fe629349cb96e0f492d137428d8fa3ef09a7f192a6aaeb971a41551ae35 SHA512 aef551d662afdd609a6c4a78708f8eb17410c8c07c19b67c2e06ccd920148f29c206c1ffe73294c1d28b89dde2aea38cb06eff5ed391044c8f762e022847995a diff --git a/trinity-apps/yakuake/yakuake-14.0.11.ebuild b/trinity-apps/yakuake/yakuake-14.0.11.ebuild new file mode 100644 index 00000000..b1109542 --- /dev/null +++ b/trinity-apps/yakuake/yakuake-14.0.11.ebuild @@ -0,0 +1,25 @@ +# Copyright 2021 Gentoo Authors +# Copyright 2021 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +TRINITY_EXTRAGEAR_PACKAGING="yes" +TRINITY_HANDBOOK="optional" + +TRINITY_LANGS="de el es et fr hu it ja nl pl pt pt_BR ru sv tr" + +TRINITY_MODULE_TYPE="applications/system" +inherit trinity-base-2 + +DESCRIPTION="A Quake-style terminal emulator for TDE" +HOMEPAGE="https://trinitydesktop.org/" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="14" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~x86" +fi + +DEPEND="~trinity-base/konsole-${PV}" +RDEPEND="${DEPEND}" |