From 3e6b95222ab4ee71b69a570f49e1e887b166a83e Mon Sep 17 00:00:00 2001 From: ormorph Date: Sat, 22 Apr 2023 11:30:51 +0300 Subject: Adding version 14.1.0 Signed-off-by: ormorph --- trinity-base/kmahjongg/Manifest | 1 + trinity-base/kmahjongg/kmahjongg-14.1.0.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 trinity-base/kmahjongg/kmahjongg-14.1.0.ebuild (limited to 'trinity-base/kmahjongg') diff --git a/trinity-base/kmahjongg/Manifest b/trinity-base/kmahjongg/Manifest index 33c9e19a..11d90355 100644 --- a/trinity-base/kmahjongg/Manifest +++ b/trinity-base/kmahjongg/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/kmahjongg/kmahjongg-14.1.0.ebuild b/trinity-base/kmahjongg/kmahjongg-14.1.0.ebuild new file mode 100644 index 00000000..7bd61168 --- /dev/null +++ b/trinity-base/kmahjongg/kmahjongg-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="Mahjongg for Trinity" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +DEPEND="~trinity-base/libtdegames-${PV}" +RDEPEND="${DEPEND}" -- cgit v1.2.1