From 9f59a1d0c834bc706d6e74f0a0dc9f026e935b41 Mon Sep 17 00:00:00 2001 From: ormorph Date: Mon, 15 Nov 2021 22:06:35 +0300 Subject: Added ebuilds for stable version 14.0.11 Signed-off-by: ormorph --- trinity-base/kapptemplate/Manifest | 1 + .../kapptemplate/kapptemplate-14.0.11.ebuild | 31 ++++++++++++++++++++++ trinity-base/kapptemplate/kapptemplate-9999.ebuild | 1 + 3 files changed, 33 insertions(+) create mode 100644 trinity-base/kapptemplate/Manifest create mode 100644 trinity-base/kapptemplate/kapptemplate-14.0.11.ebuild (limited to 'trinity-base/kapptemplate') diff --git a/trinity-base/kapptemplate/Manifest b/trinity-base/kapptemplate/Manifest new file mode 100644 index 00000000..b76e84db --- /dev/null +++ b/trinity-base/kapptemplate/Manifest @@ -0,0 +1 @@ +DIST tdesdk-trinity-14.0.11.tar.xz 3714048 BLAKE2B a8db1b0e1559bc2c5e41abbc278103d8363aee591c487e54dd9948a0eddb85eb5915050c91728496d88c46560ce89f50ce91f06a08163337cd450fb0b20f39c2 SHA512 47cfe6dd5ef89b13fc2b5e4f76525bdf6101b528354d43e4413c6b6bf3c1fd3bef22102a8664e0ce3dd3de9be1f05ed3c8ec63e9d303688027bb695520594dac diff --git a/trinity-base/kapptemplate/kapptemplate-14.0.11.ebuild b/trinity-base/kapptemplate/kapptemplate-14.0.11.ebuild new file mode 100644 index 00000000..2c22e8e0 --- /dev/null +++ b/trinity-base/kapptemplate/kapptemplate-14.0.11.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2021 Gentoo Authors +# Copyright 2021 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +TRINITY_MODULE_NAME="tdesdk" +TRINITY_MODULE_TYPE="core" +TSM_EXTRACT_ALSO="admin translations" + +inherit trinity-meta-2 + +DESCRIPTION="Creates a framework to develop a Trinity application" +HOMEPAGE="https://trinitydesktop.org/" + +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~x86" +fi +IUSE="" + +DEPEND=" + ~trinity-base/libkcal-${PV} + ~trinity-base/libtdepim-${PV} +" + +RDEPEND="${DEPEND}" + +src_prepare() { + trinity-admin-prepare + cmake-utils_src_prepare +} diff --git a/trinity-base/kapptemplate/kapptemplate-9999.ebuild b/trinity-base/kapptemplate/kapptemplate-9999.ebuild index 962c0111..60a0b00f 100644 --- a/trinity-base/kapptemplate/kapptemplate-9999.ebuild +++ b/trinity-base/kapptemplate/kapptemplate-9999.ebuild @@ -6,6 +6,7 @@ EAPI="7" TRINITY_MODULE_NAME="tdesdk" TRINITY_MODULE_TYPE="core" +TSM_EXTRACT_ALSO="admin translations" inherit trinity-meta-2 -- cgit v1.2.1