diff options
author | ormorph <[email protected]> | 2023-10-27 13:50:17 +0300 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-10-29 10:05:05 +0100 |
commit | 271fc0de62480ffa8a1525e07b833079c96ca6bd (patch) | |
tree | fe24a566266198330ff71db390413fdf7a9d63af /trinity-apps/yakuake | |
parent | 8e955e3a507fd32d4b98df0893bb2dfa83b48eb8 (diff) | |
download | tde-packaging-gentoo-271fc0de62480ffa8a1525e07b833079c96ca6bd.tar.gz tde-packaging-gentoo-271fc0de62480ffa8a1525e07b833079c96ca6bd.zip |
Release R14.1.1 added
Signed-off-by: ormorph <[email protected]>
(cherry picked from commit 18d39ed9f062321b596258a9137f10b3e93b71e0)
Diffstat (limited to 'trinity-apps/yakuake')
-rw-r--r-- | trinity-apps/yakuake/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/yakuake/yakuake-14.1.1.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/trinity-apps/yakuake/Manifest b/trinity-apps/yakuake/Manifest index 957dfff4..8ca77a89 100644 --- a/trinity-apps/yakuake/Manifest +++ b/trinity-apps/yakuake/Manifest @@ -1 +1,2 @@ DIST yakuake-trinity-14.1.0.tar.xz 105988 BLAKE2B 1477197cd73dd71dd935f102220fe223e4f233057a6542c149fdf394b91cece11db1299541063cd171614856d889e6aa216f585c6e54f0470cb5a7bec3f7fbe7 SHA512 99be4426a94f7c5fa4289e5180505a34054e93acf00849184e9b9c9dedf5e770945649f92fc9a5fc3743dec614871b363bce7b4e7b8a9fe8df3ff23c18aef4e6 +DIST yakuake-trinity-14.1.1.tar.xz 105976 BLAKE2B 9a495d24eb184d9d3e8771f2ea0847c5a2a27b250337e506fa4112a7107e7ffaf95cf9a6e71886297f68844400d1a23388ec4d1d4d274035773e94e18e6585d3 SHA512 34fcddf5706fb68dec91adf3a0b9873b0db50fbfa3b0de02e4499ddcda854f55965f83bfd4a2fb00ba81aa0c88d771dcb0ca55a94c0232f41de9fb7c8b6bee71 diff --git a/trinity-apps/yakuake/yakuake-14.1.1.ebuild b/trinity-apps/yakuake/yakuake-14.1.1.ebuild new file mode 100644 index 00000000..67e3af27 --- /dev/null +++ b/trinity-apps/yakuake/yakuake-14.1.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2023 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +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 ~arm64 ~x86" +fi + +DEPEND="~trinity-base/konsole-${PV}" +RDEPEND="${DEPEND}" |