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.0.13.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/trinity-apps/yakuake/Manifest b/trinity-apps/yakuake/Manifest
index 8187680e..1bab5f31 100644
--- a/trinity-apps/yakuake/Manifest
+++ b/trinity-apps/yakuake/Manifest
@@ -1 +1,2 @@
DIST yakuake-trinity-14.0.12.tar.xz 105980 BLAKE2B 4d17c253625025c138f92ca883b8d24185f4644f6ae6baa3376f37bf45e57203ff24614121f0a4882e83bb98f38a132f41bfe738c84236053d4e1a4be6f0073e SHA512 4751c447b3f02c9b8bab241ee9952cb773cd44614974dfd98dd7fad2033c26ded56dd1e43f9508c18683db6d6b5f1d963cc7d6afe339b58bcc5096052c867178
+DIST yakuake-trinity-14.0.13.tar.xz 105940 BLAKE2B b593a1b46bfb7d270fe2cf699e2aebf18c57cae94b6ec85de359be83e75139085ba1a4461447f4e88f9d2a647664b5f63a2c829df918fb128788c244228ff7c4 SHA512 8f4788d95a60c2135308153dab6a09a3387c392e2fbce3cac585177bb4f7b290ac30823c08886121d5829a46df3a92bb69ae60991c0ad34d699fad22074fcbdc
diff --git a/trinity-apps/yakuake/yakuake-14.0.13.ebuild b/trinity-apps/yakuake/yakuake-14.0.13.ebuild
new file mode 100644
index 00000000..9077463d
--- /dev/null
+++ b/trinity-apps/yakuake/yakuake-14.0.13.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2022 Gentoo Authors
+# Copyright 2022 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}"