summaryrefslogtreecommitdiffstats
path: root/trinity-apps/yakuake
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-apps/yakuake')
-rw-r--r--trinity-apps/yakuake/Manifest1
-rw-r--r--trinity-apps/yakuake/yakuake-14.1.0.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/trinity-apps/yakuake/Manifest b/trinity-apps/yakuake/Manifest
index dd732b33..cac4ce01 100644
--- a/trinity-apps/yakuake/Manifest
+++ b/trinity-apps/yakuake/Manifest
@@ -1 +1,2 @@
DIST yakuake-trinity-14.0.13.tar.xz 105940 BLAKE2B b593a1b46bfb7d270fe2cf699e2aebf18c57cae94b6ec85de359be83e75139085ba1a4461447f4e88f9d2a647664b5f63a2c829df918fb128788c244228ff7c4 SHA512 8f4788d95a60c2135308153dab6a09a3387c392e2fbce3cac585177bb4f7b290ac30823c08886121d5829a46df3a92bb69ae60991c0ad34d699fad22074fcbdc
+DIST yakuake-trinity-14.1.0.tar.xz 105988 BLAKE2B 1477197cd73dd71dd935f102220fe223e4f233057a6542c149fdf394b91cece11db1299541063cd171614856d889e6aa216f585c6e54f0470cb5a7bec3f7fbe7 SHA512 99be4426a94f7c5fa4289e5180505a34054e93acf00849184e9b9c9dedf5e770945649f92fc9a5fc3743dec614871b363bce7b4e7b8a9fe8df3ff23c18aef4e6
diff --git a/trinity-apps/yakuake/yakuake-14.1.0.ebuild b/trinity-apps/yakuake/yakuake-14.1.0.ebuild
new file mode 100644
index 00000000..67e3af27
--- /dev/null
+++ b/trinity-apps/yakuake/yakuake-14.1.0.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}"