summaryrefslogtreecommitdiffstats
path: root/trinity-apps/katapult
diff options
context:
space:
mode:
authorE. Liddell <ejlddll@warpmail.net>2020-12-06 16:11:21 -0500
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2021-02-17 16:47:41 +0000
commitf0575f757d3a116ae806b578b37ae4b375a8caf5 (patch)
tree9055d8aa3000cc5d7a90675a7cc27d0d3d54acef /trinity-apps/katapult
parent32f776ede66c742cd2dceecb3739b083ac41d92b (diff)
downloadtde-packaging-gentoo-f0575f757d3a116ae806b578b37ae4b375a8caf5.tar.gz
tde-packaging-gentoo-f0575f757d3a116ae806b578b37ae4b375a8caf5.zip
14.0.8 ebuilds for everything in trinity-apps that I could make build back in June.
Signed-off-by: E. Liddell <ejlddll@warpmail.net>
Diffstat (limited to 'trinity-apps/katapult')
-rw-r--r--trinity-apps/katapult/Manifest2
-rw-r--r--trinity-apps/katapult/katapult-14.0.8.ebuild22
2 files changed, 24 insertions, 0 deletions
diff --git a/trinity-apps/katapult/Manifest b/trinity-apps/katapult/Manifest
new file mode 100644
index 00000000..504f6fe8
--- /dev/null
+++ b/trinity-apps/katapult/Manifest
@@ -0,0 +1,2 @@
+DIST katapult-trinity-14.0.7.tar.xz 271576 BLAKE2B c3480f0df7fa63a4d32925bf0e7b8ab8b99ea2a23886bd7cba43a52fb8feb13becb71dd77718d767c38fdbbe436298c6bee88f46b651ac9e5a67a2e8625b89f7 SHA512 229c866194b13e6e12e80b3b6b21e4351bcd55d0f7bacb326f0dd227d65dbfee0a7976cffd8efd6543fa87daa740768d6040287eaed66fd9f206cec5f8204186
+DIST katapult-trinity-14.0.8.tar.xz 274360 BLAKE2B 1e7d1a9cfecfdf7819b59dc33b0d57f9f18e4e528e2031dac27f967e1d1c0ce5c47d1fbce0451eeccee6b548dd943a606dba63f4c93327822e84ab65ae289d28 SHA512 7f06657dfc759e32eb6817119b99facb786b9c4667c2a75377d4d62158acfeec983446b28cd6cfd266ae92cedc19a8c4f8558a0d33501c2fa8b92fa6232bbf35
diff --git a/trinity-apps/katapult/katapult-14.0.8.ebuild b/trinity-apps/katapult/katapult-14.0.8.ebuild
new file mode 100644
index 00000000..724a884e
--- /dev/null
+++ b/trinity-apps/katapult/katapult-14.0.8.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2020 The Trinity Desktop Project
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+TRINITY_MODULE_TYPE="applications"
+
+TRINITY_EXTRAGEAR_PACKAGING="yes"
+TRINITY_HANDBOOK="optional"
+
+TRINITY_LANGS="ar bg br ca cs de el es et fr ga
+ gl hu it ja nb nl pl pt pt_BR ru sk sv tr uk"
+
+inherit trinity-base-2
+
+DESCRIPTION="A general purpose launcher for TDE"
+KEYWORDS="~amd64 ~x86"
+HOMEPAGE="http://trinitydesktop.org/"
+LICENSE="|| ( GPL-2 GPL-3 )"
+
+need-trinity
+
+SLOT="${TRINITY_VER}" \ No newline at end of file