summaryrefslogtreecommitdiffstats
path: root/trinity-base/ktron
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2023-04-22 11:30:51 +0300
committerormorph <roma251078@mail.ru>2023-04-22 21:42:10 +0300
commit3e6b95222ab4ee71b69a570f49e1e887b166a83e (patch)
tree30fa95df5cd70e135890939da86d325d10bf0dca /trinity-base/ktron
parent70fc50722d8c4c3d7c566fb8ab9e7d4376eea1bf (diff)
downloadtde-packaging-gentoo-3e6b95222ab4ee71b69a570f49e1e887b166a83e.tar.gz
tde-packaging-gentoo-3e6b95222ab4ee71b69a570f49e1e887b166a83e.zip
Adding version 14.1.0
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-base/ktron')
-rw-r--r--trinity-base/ktron/Manifest1
-rw-r--r--trinity-base/ktron/ktron-14.1.0.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/trinity-base/ktron/Manifest b/trinity-base/ktron/Manifest
index 33c9e19a..11d90355 100644
--- a/trinity-base/ktron/Manifest
+++ b/trinity-base/ktron/Manifest
@@ -1 +1,2 @@
DIST tdegames-trinity-14.0.13.tar.xz 8822544 BLAKE2B 033efe49ea6878e89ae403bf46ccc1cc42deacb23273b692ac9dd69248d85a2d7e1a81e4bbecd3b5ca5a6ae58a0d754ac6e405fda336b0a5b9f6e1e2707af898 SHA512 f5f08886ae97292e29aee46d6a1bcb3015853dcdeea894f2e28cd7f4f8674a8e308138e05c13608d40a7a91b585b2feb41316787e7d470773e8e0c7219c9f260
+DIST tdegames-trinity-14.1.0.tar.xz 8824016 BLAKE2B cff3d4a6583c922fba7d0291803ecce949cf3256848cc4612c760ca1da531ab15458280990a04ee45e012380601dab322962446a78dc18b308eca49bcb186b34 SHA512 19950e02310cba61eba363545eeae64b6c19c15a84ce261f26808aa5ab4d741b79733c6f5dc6d2cf5a004412c71a448e1d5bb0decd9ef0d55c3705e25346db01
diff --git a/trinity-base/ktron/ktron-14.1.0.ebuild b/trinity-base/ktron/ktron-14.1.0.ebuild
new file mode 100644
index 00000000..5e5faeec
--- /dev/null
+++ b/trinity-base/ktron/ktron-14.1.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2023 Gentoo Authors
+# Copyright 2022-2023 The Trinity Desktop Project
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+TRINITY_MODULE_NAME="tdegames"
+TRINITY_MODULE_TYPE="core"
+TRINITY_HANDBOOK="optional"
+TSM_EXTRACT_ALSO="libtdegames/"
+inherit trinity-meta-2
+
+DESCRIPTION="Trinity tron game"
+if [[ ${PV} != *9999* ]] ; then
+ KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+DEPEND="~trinity-base/libtdegames-${PV}"
+RDEPEND="${DEPEND}"